Skip to main content

Status Codes

The Admin API uses the following status codes:

Status CodeDescriptionDetails
200OKThe request was successful.
400Bad RequestInvalid Request Error
401UnauthorizedAuthentication Error
403ForbiddenPermission or License Error
404Not FoundResource Not Found Error
422Unprocessable EntityValidation Error
429Too Many RequestsRate Limit Error

200 OK

The request was successful.

400 Bad Request

The request was invalid. This is usually due to missing or invalid parameters.

401 Unauthorized

The request was not authenticated. This is usually due to missing or invalid authentication credentials.

403 Forbidden

The request was authenticated but the authenticated user does not have permission to access the requested resource.

404 Not Found

The requested resource was not found.

422 Unprocessable Entity

The request was valid but the server was unable to process it. This is usually due to invalid parameters.