Error response format
HTTP status codes
Common errors
403 Forbidden
403 Forbidden
Your account exists but does not have permission to access this resource. This can happen if the resource belongs to another user.
409 Conflict
409 Conflict
Returned when you try to create a resource that already exists, such as registering with an email that is already in use.
422 Unprocessable entity
422 Unprocessable entity
The request body is valid JSON but fails field-level validation. Check the
detail array for which fields are invalid.429 Too many requests
429 Too many requests
The API enforces a global rate limit of 100 requests per minute. Slow down and retry after a short delay.