Authentication errors
Rate limiting
Retry guidance
- Retry
429and5xxwith exponential backoff. - On retry, send the same idempotency key for the same logical action so Trophy does not double-count.
- Do not retry
401until the API key is fixed.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Common Trophy API HTTP status codes.
| Status | When it happens | What to do |
|---|---|---|
401 Unauthorized | The X-API-KEY header is missing or invalid | Create or rotate an application API key and verify authentication set up |
| Status | When it happens | What to do |
|---|---|---|
429 Too Many Requests | Your organisation exceeded the endpoint rate limit | Back off and retry; request a higher limit if needed |
429 and 5xx with exponential backoff.401 until the API key is fixed.Was this page helpful?