---
title: "Search Insurance Payor Information"
method: GET
path: "/v3/insurance/search/payor"
tags: ["insurance"]
---

# Search Insurance Payor Information

`GET /v3/insurance/search/payor`

## Query parameters

- `insurance_name` string, nullable
- `provider` 'change_healthcare' | 'availity' | 'stedi' | 'waystar' | 'claim_md' | 'apero' | 'pverify' — ℹ️ This enum is non-exhaustive.
- `provider_payor_id` string, nullable

## Response `200`

Successful Response

- ClientFacingPayorSearchResponse[]
  - `payor_code` string, required — Payor code returned for the insurance information.
  - `name` string, required — Insurance name returned for the insurance information.
  - `aliases` string[], required — Insurance name aliases returned for the insurance information.
  - `org_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
  - `source` 'platform' | 'team', required — ℹ️ This enum is non-exhaustive.

## 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/revisions/b5e96cd8d929/schema)
