UNAUTHORIZED
The authorization header is missing or malformed, or it contains invalid or expired authentication credentials (e.g. access token, client ID, client secret). Please check for missing parameters, spelling and casing mistakes, and other syntax issues.
UNAUTHORIZED
Suggested Resolution
Ensure your Authentication header is present in theBearer {token} format.
Use the token endpoint to get a new access token.
Troubleshooting Steps
Refer to our API reference and ensure that you use the correct authentication mechanism for your request- Check constants like Bearer for spelling mistakes.
- Use the oauth2/token endpoint to get a new access token. Access tokens over an hour old have likely expired.
ACCESS_DENIED
The provided token does not have access to the request resource or path
ACCESS_DENIED

