This topic describes API error codes. You can find the corresponding error messages in the following error code table.
HTTP status code | Error code | Error message | Error description |
400 | BadRequest | Bad Request | Invalid request. |
UnsupportedInCurrentEnv | API unsupported in current deployed version | The API operation is not supported by the current instance edition. See the API documentation to confirm the applicable editions. | |
UnsupportedCurrentTokenType | API unsupported current token type | The API operation does not support the current token type. See the API documentation to confirm the authentication method. | |
401 | Unauthorized | Unauthorized | You do not have the required permissions. |
ExpiredTokenError | Token has expired | The token has expired. | |
InvalidTokenError | Token is invalid | The token is invalid. | |
403 | Forbidden.InvalidUser.UserNotInCurrentOrganization | The current user is not in the organization and has no right to operate. | The current user has not been added to the organization. |
403 | Forbidden.InvalidOrganizationMember | The current user can not be used in the organization and has no right to operate. | The current user is invalid in the organization and does not have the required permissions. |
403 | Forbidden | Forbidden | No permissions. |
429 | TooManyRequests | Too many requests | Too many requests have been sent. |
500 | InternalServerError | An internal error occurs | An internal error occurred |