cURL
curl --request GET \ --url https://dashboard.scango.ch/api/v1/suppliers/{supplierId} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "sup_01", "name": "Example supplier", "description": "" } }
Details eines spezifischen Lieferanten abrufen
Documentation IndexFetch the complete documentation index at: https://developers.scango.ch/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.scango.ch/llms.txt
Use this file to discover all available pages before exploring further.
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
Show child attributes
War diese Seite hilfreich?