Loading...
Loading...
Complete reference for API error codes, formats, and best practices for error handling.
{
"error": {
"type": "validation_error",
"code": "INVALID_FIELD",
"message": "The 'email' field must be a valid email address.",
"field": "email",
"request_id": "req_abc123xyz"
}
}The request is malformed or missing required parameters.
Missing or invalid API key. Check your Authorization header.
Your API key doesn't have permission for this action.
The requested resource doesn't exist.
The resource already exists or is in a conflicting state.
One or more request fields failed validation.
Too many requests. Check the retry_after header.
An unexpected error occurred. Contact support if persistent.
Check the API docs or contact our developer support team.