Authorization Errors. The authentication request failed because the token was invalid, expired, couldn't be validated or because no authorization header was provided.
Status Condition
error.message
Description
Token failed validation
Error validating token
Token could not be parsed or verified.
Product failed validation
Error validating token access to product
Credentials have no access to the product.
No Authorization header
No authorization header provided
Authentication header is completely absent.
Token expired / not found
Invalid or expired token
Token is syntactically valid but expired or no longer accepted.
404
Unknown path. The requested resource or endpoint does not exist. Invalid Path or endpoint requested, the API returns an error.
Status Condition
error.message
Description
Unknown path
Endpoint not found
The requested resource or endpoint does not exist.
500
Internal error. Unexpected exception on the server side.
Status Condition
error.message
Description
Internal error
Internal Server Error
Unexpected exception on the server side.
Updated 23 days ago
Language
ShellNodeRubyPHPPython
Loadingā¦
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200Ā -Ā Response400Ā -Ā Validation errors401Ā -Ā Incorrect API key401Ā -Ā Invalid authorization header401Ā -Ā Invalid credentials404Ā -Ā Endpoint not found500Ā -Ā Internal server error