Skip to main content

Error code center

The following table lists API error codes along with their error messages and descriptions.
HTTP status codeError codeError messageDescription
400BadRequestBad RequestBad request.
400UnsupportedInCurrentEnvThe API is not supported in the current version.The API is not supported in the current instance version. To see which versions are supported, refer to the Applicable Version field in the API's documentation. For example, Enterprise Standard Edition and Enterprise Dedicated Edition.
400UnsupportedCurrentTokenTypeThe API does not support the current token type.The API does not support the current token type. Check the API documentation to confirm the required authentication method. In the Prerequisites section of the relevant API documentation (for example, ListMembers), confirm that the required authentication method is Obtain a Personal Access Token. For instructions, see the "Obtain a Personal Access Token" guide.
401UnauthorizedUnauthorizedUnauthorized.
401ExpiredTokenErrorToken has expiredThe token has expired.
401InvalidTokenErrorToken is invalidThe token is invalid.
403Forbidden.InvalidUser.UserNotInCurrentOrganizationThe current user is not in the organization and lacks the required permission.The current user is not a member of the organization.
403Forbidden.InvalidOrganizationMemberThe current user is not a valid member of this organization and lacks the required permission.The user is not a valid member of the organization and lacks the permission to perform the operation.
403ForbiddenForbiddenPermission denied.
429TooManyRequestsToo many requestsThe number of requests has exceeded the rate limit.
500InternalServerErrorAn internal error occurred.An internal error occurred.