Authentication Errors

The errors you might get while authenticating against the API

Error map

Error messageStatusDescriptionDetails
The API key is invalid.401You've entered an incorrect API key
Invalid access tokenThe access token sent in "Authorization: Bearer <ACCESS_TOKEN>" does not exist at all or has expired.
Invalid upload tokenThe upload token you use does not exist at all or has expired.
Invalid refresh tokenThe refresh token you sent does not exist at all.
Invalid authorization headerThe "Authorization" header value is invalid for the authentication method you chose.
Missing authorization headerYou did not send the "Authorization" header at all.
Missing upload tokenYou did not send the upload token at all.
Suspended accountYou sent an authenticated request but your account is suspended.