Dec 12, 2023

Unauthorized

When the API reports unauthorized, it means that the API request either did not include credentials, or the included credentials were not valid.

When the API reports unauthorized, it means that the API request either:

  1. Did not include credentials
  2. The included credentials were not valid

The message field of the error response should contain additional information to help diagnose the problem.

  • This endpoint requires credentials -- The request did not include any credentials
  • The given credentials are not valid -- The request included credentials, but they were not valid
  • The given credentials have expired -- The request included credentials, but they have expired

For more information about authenticating API requests, see Making your first API call.