Errors
Summary
Section titled “Summary”This API uses standard HTTP status codes. Error responses may include a JSON body with details.
Common status codes
Section titled “Common status codes”- 400 Bad Request: Your request is invalid or missing required fields.
- 401 Unauthorized: Missing or invalid token.
- 403 Forbidden: Token is valid but lacks permission.
- 404 Not Found: Resource or endpoint does not exist.
- 409 Conflict: Request conflicts with current state.
- 429 Too Many Requests: You hit a rate limit.
- 5xx Server Error: Problem on the server side.
Troubleshooting checklist
Section titled “Troubleshooting checklist”- Confirm the endpoint path and HTTP method.
- Confirm the
Authorizationheader is present and correct. - Validate JSON format and required fields.
- Check rate limits and retry after a delay if you get 429.