GET
/
public
/
commissions
curl --request GET \
  --url https://api.joylink.io/public/commissions \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "skip": 123
}'
{
  "commissions": [
    {
      "asin": "<string>",
      "discounted_price": "<string>",
      "commission": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Successfully retrieved commissions

The response is of type object.