---
title: "Get Payers"
method: GET
path: "/v1/payers"
tags: ["Payers"]
---

# Get Payers

`GET /v1/payers`

## Response `200`

A list of payers

- PayersListResponse
  - `payers` PayerResponse[]
    - `payerId` string, string, required — The payer ID
    - `payerName` string, string, required — The payer's name
    - `aliasPayerIds` string[], required — An array of alias payer IDs
    - `aliasPayerNames` string[], required — An array of alias payer names

## Other responses

- `403` — Unauthorized
- `500` — Internal error

---

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