error field describing the problem.
Status codes
| Code | Meaning |
|---|---|
200 OK | Request succeeded |
201 Created | Resource created |
400 Bad Request | Missing or invalid parameters |
401 Unauthorized | Missing or invalid API key |
403 Forbidden | Key inactive / expired, or insufficient permissions |
404 Not Found | Resource not found |
422 Unprocessable Entity | Validation failed — see error.fieldErrors |
429 Too Many Requests | Rate limit exceeded — back off and retry |
500 Internal Server Error | Something went wrong on our end |
Rate limits
The Partner API enforces 60 requests per minute per API key. If you exceed this, you’ll receive a429 response. Implement exponential backoff before retrying.
Pagination errors
If you pass an invalidcursor value, you’ll receive:
next_cursor value returned in the previous response verbatim.
