Zum Hauptinhalt springen
GET
/
suppliers
/
{supplierId}
Get supplier by ID
curl --request GET \
  --url https://dashboard.scango.ch/api/v1/suppliers/{supplierId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "sup_01",
    "name": "Example supplier",
    "description": ""
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.scango.ch/llms.txt

Use this file to discover all available pages before exploring further.

Autorisierungen

Authorization
string
header
erforderlich

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Pfadparameter

supplierId
string
erforderlich

ID of the supplier to retrieve

Antwort

200 - application/json

Supplier details

data
object