Skip to main content

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).
Authorization

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

OK

Response Headers
    Content-Type