Common Authentication and Permission Failures
- If you receive a
401, verify that yourAuthorization: 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.