cURL
curl --request GET \ --url https://staging-api.puppetvendors.com/v1/vendors/{vendorId} \ --header 'x-access-token: <api-key>'
Retrieve a single vendor by ID
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.
"true"
{ "vendor": [ { "_id": "6157faecbebcf01bf49097d9", "vendorName": "acme supplies", "commissionType": "percentage", "commissionAmount": 10, "createdAt": "2024-01-15T08:00:00.000Z", "profile": [] } ] }
curl -X GET "https://api.puppetvendors.com/v1/vendors/6157faecbebcf01bf49097d9" \ -H "x-access-token: YOUR_JWT_TOKEN"
Was this page helpful?