English
cURL
curl --request GET \ --url https://dashboard.scango.ch/api/v1/suppliers/{supplierId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>" } }
Get details of a specific supplier
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the supplier to retrieve
Supplier details
The response is of type object.
object
Was this page helpful?