The errors you might get while authenticating against the API
Error map
Error message | Status | Description | Details |
---|---|---|---|
The API key is invalid. | 401 | You've entered an incorrect API key | |
Invalid access token | The access token sent in "Authorization: Bearer <ACCESS_TOKEN>" does not exist at all or has expired. | ||
Invalid upload token | The upload token you use does not exist at all or has expired. | ||
Invalid refresh token | The refresh token you sent does not exist at all. | ||
Invalid authorization header | The "Authorization" header value is invalid for the authentication method you chose. | ||
Missing authorization header | You did not send the "Authorization" header at all. | ||
Missing upload token | You did not send the upload token at all. | ||
Suspended account | You sent an authenticated request but your account is suspended. |