cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/v1/commissions/vendor \ --header 'x-access-token: <api-key>'
List commission rates for all vendors
Documentation IndexFetch the complete documentation index at: https://dev.puppetvendors.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://dev.puppetvendors.com/llms.txt
Use this file to discover all available pages before exploring further.
{ "vendors": [ { "vendorId": "6157faecbebcf01bf49097d9", "vendorName": "acme supplies", "commissionType": "percentage", "commissionAmount": 10 }, { "vendorId": "6257faecbebcf01bf49097da", "vendorName": "beta goods", "commissionType": "flat", "commissionAmount": 5.00 } ] }
curl -X GET https://api.puppetvendors.com/v1/commissions/vendor \ -H "x-access-token: YOUR_JWT_TOKEN"
Was this page helpful?