Authentication
Last updated
Was this helpful?
Last updated
Was this helpful?
There are two primary ways to obtain an access token:
: Use your username and password to obtain an access token.
: Use OAuth2 to obtain an access token via an authorization code grant.
Once you obtained an access token from the Credentials API domain for your region, you'll need to provide an Authorization header of type "Bearer" for all additional requests. For example:
Access tokens will expire, and if an expired token is used, a 401 status code will be returned.
The refresh token can be used to automatically renew an access token without requiring the password again. For example: