Deutsch
cURL
curl --request GET \ --url https://dashboard.scango.ch/api/v1/suppliers \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ] }
Alle Lieferanten Ihrer Organisation abrufen
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of suppliers
The response is of type object.
object
War diese Seite hilfreich?