API
Errors And Status Codes
Understand common response codes and how to resolve integration failures.
Common Success Codes
200: Successful read or idempotent replay201: New resource created
Common Error Codes
400: Invalid request body or parameters401: Missing or invalid API key403: Authenticated but not authorized (scope/feature restrictions)404: Resource not found429: Rate or usage limit reached5xx: Server-side issue; retry with backoff
Troubleshooting Approach
- Log full request and response metadata.
- Confirm endpoint, key scope, and payload shape.
- Retry safe operations with exponential backoff.
- Contact support with timestamp and endpoint details if issue persists.