Skip to main content

Errors

The API returns consistent error responses with an HTTP status code and a JSON body containing an error code and human-readable message.

Error Response Format

All errors follow this structure:

HTTP Status Codes

Error Code Reference

Common Error Scenarios

Missing Authorization Header

Invalid JSON Body

Resource Not Found

Always check the error.code field programmatically rather than parsing the message string, as messages may change over time.