Error codes
Example response
Troubleshooting
- 401 Unauthorized — Check that your access token is valid and hasn’t expired. Regenerate it if needed.
- 403 Forbidden — Your token doesn’t have the required scope for this endpoint. Check the authorization scopes.
- 422 Invalid content — The request body doesn’t match the expected schema. Check the
detailsarray in the error response for specific field-level errors. - 429 Too Many Requests — You’ve hit the rate limit. See rate limiting for how to handle this.