Payer Type

Supportable maintains a global list of Payer Types which refer to the types of Payers which exist in the application.

Sample Request #

HeadersAuthorization = Bearer [token]
ParametersNone
BodyNone
GET https://connect.supportableapp.com/api/payer-types

Sample Response JSON #

Status: 200

[
  {
    "id": "624eb78318c58b8291b9be73",
    "name": "PMAP",
    "status": true
  },
  {
    "id": "624eb78318c58b8291b9be76",
    "name": "Private",
    "status": true
  },
  {
    "id": "624eb78318c58b8291b9be75",
    "name": "Direct Access",
    "status": true
  },
  {
    "id": "624eb78318c58b8291b9be74",
    "name": "Medicaid",
    "status": true
  },
  {
    "id": "624eb78318c58b8291b9be72",
    "name": "Commercial",
    "status": true
  }
]

Notes on Values #

AttributeData TypeDescription
idstringThe unique identifier of the Payer Type.
namestringThe name of the Payer Type as it appears in the application.
statusbooleanWhether the Payer Type is active in Supportable.