---
title: "List Payers"
method: GET
path: "/Payer"
tags: ["payer"]
---

# List Payers

`GET /Payer`

Retrieve the full list of supported dental insurance payers with their IDs, names, features, and status. No sensitive data is required. Use payer IDs from this list when making Eligibility or ClearCoverage requests.

## Response `200`

List of supported dental payers

- object
  - `data` object
    - `apidental_payer_list` Payer[]
      - `id` string — Unique payer identifier
      - `name` string — Payer display name
      - `alt_payer_ids` string[] — Alternate payer identifiers
      - `features` string[] — Supported features (e.g., eligibility, claims)
      - `onederfulPayerId` string — Internal payer mapping ID
      - `status` 'active' | 'inactive' — Payer availability status

## Other responses

- `401` — Authentication required

## Changes

- **2026-03-15** `edf62bde9815` — 1 breaking, 2 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the non-success response with the status `401`
  - added the optional property `data` to the response with the `200` status
- **2025-08-13** `bcef4c02a343` — 2 breaking, 1 info
  - the response property `items/id` became optional for the status `200`
  - the response property `items/name` became optional for the status `200`
  - api operation id `listPayers` was added
- **2025-08-13** `a78763c41d47` — 3 info
  - api operation id `listPayers` removed and replaced with ``
  - the response property `items/id` became required for the status `200`
  - the response property `items/name` became required for the status `200`
- **2025-08-12** `a007a05dd635` — 2 breaking, 1 info
  - the response property `items/id` became optional for the status `200`
  - the response property `items/name` became optional for the status `200`
  - api operation id `listPayers` was added
- **2025-08-11** `0ae84c471089` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/api-dental/apis/api-dental-sdk/changes/Payer/get.md)

---

[API](https://skmtc.dev/api-dental/apis/api-dental-sdk.md) · [All operations](https://skmtc.dev/api-dental/apis/api-dental-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/api-dental/api-dental-sdk/revisions/d7d63efc6c52/schema)
