DocsAPI ReferenceAPI Errors
API Reference

API Errors

Understanding and handling API error responses.

Error format

All API errors return a JSON body with success: false and a message field.

json
{
  "success": false,
  "message": "Instance not found",
  "errors": null
}

HTTP status codes

CodeMeaningCommon cause
200OKRequest succeeded
201CreatedResource created successfully
400Bad RequestMissing or invalid request body fields
401UnauthorizedMissing or invalid Bearer token
403ForbiddenToken lacks required scope/permission
404Not FoundResource does not exist or was deleted
429Too Many RequestsRate limit exceeded — back off and retry
500Internal Server ErrorContact support if this persists
← Previous
Storage API

Was this article helpful?

Need more help? Open a support ticket

On this page

Error format
HTTP status codes
Get support