v1
latestOpenAPI 3.0.12026-08-066103.9 MBRetrieve a customer's travel claim.
Cf. summary
get/insurance/travel/v2/claims
Query parameters
policy_holder_idstring required
Example:5fdee657-0d37-4ed9-89d4-f799a4050bbc
Identifier of the policy holder.
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.
x-tenant-idstring
Example:42bbd332fa8f48e7bb382165f257a579
The unique identifier of the tenant, the value should be provided by AXA.
Response
List of claims.
Example response
[
{
"claim_id": "e941c951-6101-41b8-b227-28c0495227f3",
"status": {
"created_at": "2019-07-25T18:35:30.0000000+00:00"
},
"loss_date": "2019-06-05T21:55:30.0000000+00:00"
}
]