Get Reimbursement Case Summary
GET/api/amazon/unified/reimbursement-cases/summary
Headline reimbursement-case totals across Amazon integration instances, for dashboard-style summaries:
potential_recovery/potential_recovery_count— sum of potential_amount and count for open cases (potential, under_review, ready_to_submit).in_flight_amount/in_flight_count— outstanding amount (potential minus already reimbursed, floored at zero) and count for submitted and partially_reimbursed cases.recovered_ytd_amount/recovered_ytd_count— reimbursed amounts reconciled in the current calendar year (reimbursed and partially_reimbursed cases).lifetime_amount/lifetime_count— all-time reimbursed totals.currency— the currency code the totals are reported in (defaults to USD when no cases have a currency).
Any valid API token can call this endpoint — no specific scope required. Manage tokens.
Optionally scope to specific instances with integration_instance_ids (comma-separated).
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.