Querying for recoveries and recovery reserves
You can use the following endpoints to query for recovery-related information.
Endpoint | Description |
---|---|
GET /claims/{claimId}/recovery-reserve-sets | Retrieve a list of recovery reserve sets |
GET /claims/{claimId}/recovery-reserve-sets/{recoveryReserveSetId} | Retrieve details of a recovery reserve set |
GET /claims/{claimId}/recovery-reserves | Retrieve a list of recovery reserves |
GET /claims/{claimId}/recovery-reserves/{transactionId} | Retrieve the details from a specific recovery reserve |
GET /claims/{claimId}/recovery-sets | Retrieve a list of recovery sets |
GET /claims/{claimId}/recovery-sets/{recoverySetId} | Retrieve the details for a specific recovery set |
GET /claims/{claimId}/recoveries | Retrieve the recovery transactions |
GET /claims/{claimId}/recoveries/{transactionId} | Retrieve the details of a specific recovery |
Sample response for a recovery reserve
You can query for all recovery reserves created in a recovery reserve set by performing a GET on recovery reserves.
The following call gets the recovery reserve. Note the following:
- The recovery reserve was created automatically from a recovery.
- The reserve amount and the transaction amount are equal because the recovery amount was already received.
- The recovery offsets costs paid out for Karen Egertson’s collision policy, which uses the exposure for Karen Egertson’s first policy vehicle.
- The recovery reserve was created in the expectation of subrogation for the
claim.
GET rest/claim/v1/claims/demo-sample:1/recovery-reserves