v1
latestOpenAPI 3.0.12026-08-066103.9 MBRetrieves the list of contact involved in the claim.
Cf. summary
get/insurance/travel/v2/claims/{claim_id}/involved_contacts
Path parameters
claim_idstring required
Claim identifier.
Example:e941c951-6101-41b8-b227-28c0495227f3
Claim identifier.
Headers
x-environment'test' | 'preprod' | 'prod'
When calling the API, the client can precise in which environment the information should be sent. The environments are listed below:
- test --> UAT / User Acceptance Environment.
- preprod --> Pre-production (real data, real clients to validate the software before release to production).
- prod --> Production environment.
Response
List of the involved contact in the claim.
Example response
[
{
"involved_contact_id": "c773ce1a-e273-4f8f-9338-1a6e7b805f46"
}
]