cURL
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>" } ] }
Successfully retrieved commissions
The response is of type object.
object