Skip to main content
All error responses follow a standard format and are nested under an errors key in the response. The value will be an array of error messages.

Common Authentication and Permission Failures

  • If you receive a 401, verify that your Authorization: Bearer ... header is present and that the token value is correct.
  • If you receive a 403, verify that the token has the necessary scope and that it can access the relevant workspace or resource.
  • If you are using an Enterprise team-scoped service token, make sure the token’s team has access to the workspace you are trying to query or modify.