Skip to main content

Error Format

All errors are returned as JSON with the following structure:

HTTP Status Codes

Validation Errors

When a request fails validation, the response includes a details object mapping each invalid field to its error message:

Authentication Errors

Ensure your API key is valid, active, and not expired. Check that you’re using the correct header format: Authorization: Bearer your_key or X-API-Key: your_key.