---
title: "Retrieve travel customer policy summaries."
method: GET
path: "/sales/v2/individual/travel/policies"
---

# Retrieve travel customer policy summaries.

`GET /sales/v2/individual/travel/policies`

Cf. summary

## Query parameters

- `customer_email` string
- `holder_last_name` string
- `holder_birthdate` string
- `beneficiary_last_name` string
- `beneficiary_id` string
- `agent_scope` string
- `policy_number` string
- `motor_insured_item_vehicle_registration_number` string
- `expire_in` integer

## Headers

- `accept-language` string
- `x-axa-context` string, JSON Web Token RFC 7519
- `x-tenant-id` string

## Response `200`

List of travel policy summaries.

- object[]
  - `policy_id` string — Unique final policy identifier.
  - `policy_number` string — Final policy number (only exist if policy is not draft).
  - `draft_policy_number` string — Draft policy number.
  - `status` 'DRAFT' | 'ACTIVE' | 'CANCELLED' — Policy's status details.
  - `policy_holder` object — Policy holder summary.
    - `title` 'DR' | 'MISS' | 'MR' | 'MS' | 'PR' — Civility (Mr, Ms, Miss, Doctor, Professor).
    - `last_name` string — The last name of the policy holder.
    - `first_name` string — The first name of the policy holder.
    - `external_holder_id` string — Partner identifier of the customer.
  - `beneficiaries` object[] — Entity benefeciary of the policy.
    - `last_name` string — The last name of the policy holder.
    - `first_name` string — The first name of the policy holder.
    - `birth_date` string, date — Birth date - ISO 8601 format (YYYY-MM-DD).
    - `id` string — Beneficiary identifier.
  - `motor_coverages` object — Insured motor assets.
    - `insured_items` object — Beneficiaries list for motor products
      - `vehicles` object[] — Vehicle specific information
        - `registration_number` string — Car's license plate
        - `brand` string — Brand name
        - `model` string — Model
        - `colour` string — Vehicle's colour
  - `purchase_date` string, date — The date of the subscription (purchase) of the policy - ISO 8601 format (YYYY-MM-DD).
  - `catalog` object — The product catalog.
    - `code` string, required — The code of the product catalog relied to the policy
    - `version` string, required — Catalog version.
  - `product_name` string — Product name
  - `contracting_actor_name` string — The legal entity relied to the customer.
  - `start_date` string, date — Trip start date - ISO 8601 format (YYYY-MM-DD).
  - `end_date` string, date — Trip end date - ISO 8601 format (YYYY-MM-DD).
  - `policy_type` 'SINGLE' | 'ANNUAL' — Type of 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, ...)
- `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)
