Error Format
Every error response includes a top-levelerror object with details about what went wrong.
Example:
Status Codes
Error Codes
Theerror.code field is a stable, machine-readable string that helps automate error handling. Common values include:
invalid_requestauthentication_failedresource_not_foundrate_limitedinternal_errorpermission_denied
Retry Guidance
Log the
request_id in error responses — it helps Acclaim Support trace issues quickly.
Rate Limits
Acclaim applies rate limits to ensure reliability for all clients. If you exceed the limit, the API will return a429 Too Many Requests response with a short retry window. Use exponential backoff and respect the Retry-After header if provided.