Skip to main content

Status codes

HTTP status codes

Status codeDescriptionDetails
200SuccessThe request completed successfully.
400Bad requestThe request is invalid. See the error message for details.
401UnauthorizedAuthentication failed. See the error message for details.
403ForbiddenThe request was rejected. See the error message for details.
404Not foundThe requested endpoint does not exist.
405Method not allowedThe HTTP method is not supported for this endpoint.
429Too many requestsThe rate limit has been exceeded. See the error message for details.
430Service not enabledThe required service has not been enabled. See the error message for details.
500Internal server errorAn internal error occurred. Contact support for assistance.
504Gateway timeoutThe server is running but the request timed out. Retry after a short delay.

Business return codes