---
title: "Get Latest Insurance"
method: GET
path: "/v2/user/{user_id}/insurance/latest"
tags: ["user"]
---

# Get Latest Insurance

`GET /v2/user/{user_id}/insurance/latest`

## Path parameters

- `user_id` string, required

## Query parameters

- `is_primary` boolean

## Response `200`

Successful Response

- ClientFacingInsurance
  - `member_id` string, required
  - `payor_code` string, required
  - `relationship` 'Self' | 'Spouse' | 'Other', required — ℹ️ This enum is non-exhaustive.
  - `insured` VitalCoreSchemasDbSchemasLabTestInsurancePersonDetails, required
    - `first_name` string, required
    - `last_name` string, required
    - `gender` 'female' | 'male' | 'other' | 'unknown', required — ℹ️ This enum is non-exhaustive.
    - `address` Address, required
      - `first_line` string, required
      - `second_line` string, nullable
      - `country` string, required
      - `zip` string, required
      - `city` string, required
      - `state` string, required
      - `access_notes` string, nullable
    - `dob` string, date, required
    - `email` string, required
    - `phone_number` string, required
  - `company` CompanyDetails, required
    - `name` string, required
    - `address` Address, required
      - `first_line` string, required
      - `second_line` string, nullable
      - `country` string, required
      - `zip` string, required
      - `city` string, required
      - `state` string, required
      - `access_notes` string, nullable
  - `group_id` string, nullable
  - `guarantor` GuarantorDetails
    - `first_name` string, required
    - `last_name` string, required
    - `address` Address, required
      - `first_line` string, required
      - `second_line` string, nullable
      - `country` string, required
      - `zip` string, required
      - `city` string, required
      - `state` string, required
      - `access_notes` string, nullable
    - `phone_number` string, required
    - `household_income` integer, nullable
    - `household_size` integer, nullable
    - `email` string, nullable
  - `is_primary` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryvital/apis/junction-api.md) · [All operations](https://skmtc.net/tryvital/apis/junction-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryvital/junction-api/versions/d28f5cec7d79/schema)
