- 2xx — Success
- 4xx — Client errors (missing parameters, invalid input, authentication issues)
- 5xx — Server errors (rare)
HTTP Status Codes
Error Response Format
All error responses share a consistent structure:Fields may expand in the future (for example, error codes or subfields for validation errors).
Your integration should always parse the
Your integration should always parse the
error.message field at a minimum.