Skip to main content
GET
/
v1
/
payers
/
{payer_id}
Get Payer
curl --request GET \
  --url https://api.example.com/v1/payers/{payer_id}
{
  "id": "<string>",
  "displayName": "<string>",
  "supportedStates": [
    "<string>"
  ],
  "supportedServiceTypes": [
    "inpatient"
  ],
  "aliases": [
    "<string>"
  ],
  "status": "<string>",
  "brand": "<string>",
  "lineOfBusiness": "<string>"
}

Path Parameters

payer_id
string
required

Response

Successful Response

id
string
required
displayName
string
required
supportedStates
string[]
required
supportedServiceTypes
enum<string>[]
required
Available options:
inpatient,
outpatient,
drug
aliases
string[]
required
status
string
required
brand
string | null
lineOfBusiness
string | null