Authentication
Cendo uses Bearer authentication, which requires clients to include a token in the Authorization header for all resource requests.
API Key You can find your API key and Team ID in Team settings on seller.cen-do.com.
Key
Value
x-api-key
<API_KEY>
x-team-id
<TEAM_ID>
Errors
API sends HTTP Status Code 403 Forbidden when the API key doesn’t have permission to perform the request or the API key is invalid.
{
"success": false,
"message": "Invalid API key."
}Last updated
Was this helpful?