Skip to main content

Status Codes

The Admin API uses the following status codes:

| Status Code | Description | | :--- | :--- | :--- | | 200 | OK | The request was successful. | | 400 | Bad Request | Invalid Request Error | | 401 | Unauthorized | Authentication Error | | 403 | Forbidden | Permission or License Error | | 404 | Not Found | Resource Not Found Error | | 422 | Unprocessable Entity | Validation Error | | 429 | Too Many Requests | Rate 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.