Colabra REST API
  • Introduction
  • Authentication
  • Rate limits
  • Status and error codes
  • Resources
    • Comments
    • Events
    • Tasks
    • Projects
Powered by GitBook
On this page

Status and error codes

PreviousRate limitsNextComments

Last updated 2 months ago

All API queries return HTTP status codes that can tell you more about the response.

Sample error code
HTTP/1.1 401 Unauthorized
{
  "errors": "[API] Invalid API key"
}

401 Unauthorized

The client doesn’t have correct credentials.

403 Forbidden

The server is refusing to respond.

404 Not Found

The requested resource was not found but could be available again in the future.

422 Unprocessable Entity

The request body contains semantic errors. This is typically caused by incorrect formatting, omitting required fields, or logical errors such as initiating a checkout for an out-of-stock product.

429 Too Many Requests

The client has exceeded the .

5xx Errors

An internal error occurred in Colabra. Check out the for more information.

authentication
rate limit
Colabra status page