---
title: "Creates a uncovered incident linked to a travel claim."
method: POST
path: "/insurance/travel/v2/claims/{claim_id}/uncovered_incidents"
---

# Creates a uncovered incident linked to a travel claim.

`POST /insurance/travel/v2/claims/{claim_id}/uncovered_incidents`

Cf. summary

## Path parameters

- `claim_id` string, required — Claim identifier.

## Headers

- `x-environment` 'test' | 'preprod' | 'prod'
- `x-tenant-id` string

## Request body

- object
  - `coverage` string, required — The necessary coverage that wasn't included in the policy.
  - `related_incident_type` 'BAGGAGE' | 'CANCELLATION' | 'CURTAILMENT' | 'DELAY' | 'GENERAL' | 'MEDICAL' | 'MISSED_TRANSPORTATION' | 'VEHICLE' — Type of the related incident that wasn't covered.
  - `description` string — Detailed exclusion information related to the coverage that wasn't in the policy.

## Response `201`

Uncovered incident created.

- object
  - `incident_id` string, required — Identifier of the incident.
  - `coverage` string, required — The necessary coverage that wasn't included in the policy.
  - `description` string — Detailed exclusion information related to the coverage that wasn't in the policy.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized. The identity of the caller has not been definitely confirmed (invalid issuer, expired token, ...)
- `403` — Forbidden. The identity of the caller is confirmed, however the required access grants are not met (missing scope, unknown client_id, ...)
- `404` — Not found. The server did not find a current representation for the searched resource.
- `default` — Default response format.

---

[API](https://skmtc.net/axa-assistance/apis/untitled-api.md) · [All operations](https://skmtc.net/axa-assistance/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/axa-assistance/untitled-api/revisions/efe32b811f1d/schema)
