Get Reimbursement Case Transitions
GET/api/amazon/unified/reimbursement-cases/transitions
Returns the lifecycle map shared by all clients: which statuses each status may move to, the plain-language label of each status, and its lifecycle group (found, ready, waiting, paid, auto_paid, closed). This map does not depend on category; a case's own allowed_transitions also removes moves its category can't make (informational cases never move to ready_to_submit or submitted).
This endpoint currently requires session authentication; Personal Access Token scope support is in progress.
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.