Table of Contents
Supportable maintains a global list of Payer Types which refer to the types of Payers which exist in the application.
Sample Request #
Headers | Authorization = Bearer [token] |
Parameters | None |
Body | None |
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 #
Attribute | Data Type | Description |
---|---|---|
id | string | The unique identifier of the Payer Type. |
name | string | The name of the Payer Type as it appears in the application. |
status | boolean | Whether the Payer Type is active in Supportable. |