Tutte le API request vengono autenticate tramite un API-Key nell'header HTTP.
Invia il tuo API-Key nell'header X-Api-Key con ogni request.
GET /api/vendor/orders HTTP/1.1
Host: brutlers.com
X-Api-Key: brut_your_api_key_hereGli API-Key iniziano sempre con il prefisso brut_ seguito da una stringa casuale.
brut_a1b2c3d4e5f6g7h8i9j0...Puoi creare e gestire API-Key nel tuo Vendor Dashboard.
Vai al Vendor Dashboard{ "error": "Unauthorized" }{ "error": "Forbidden" }Per integrazioni software (BridalLive, JTL, Shopify ecc.) offriamo OAuth 2.0. Il vendor autorizza l'accesso una sola volta — dopodiché il tuo software si sincronizza automaticamente.
Vai alla documentazione OAuth 2.0