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.
x-api-key
<API_KEY>
x-team-id
<TEAM_ID>
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.
403 Forbidden
{ "success": false, "message": "Invalid API key." }
Last updated 2 years ago