Invalid Access Token

The access token sent in "Authorization: Bearer <ACCESS_TOKEN>" does not exist at all or has expired.

Solution

Fetch a new token using the Authenticate endpoint, or if you have a refresh token, you can use the Refresh token endpoint to get a new token.

Learning resources

Tutorials

Tools

You can sometimes avoid authentication problems by using a client. We offer clients for our API in these languages:

Was this page helpful?