Response
200 - application/json
A list of payers
The response is of type object
.
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/payers
{
"items": [
{
"payer_id": "79b7c3c9-8e1a-44ec-94c4-f3b917eb5bb4",
"code": "PAYER-1",
"description": "Payer 1"
}
],
"pagination": {
"offset": 0,
"count_limit": 25,
"total_records": 100
}
}
Retrieves a list of payers configured in your account.
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/payers
{
"items": [
{
"payer_id": "79b7c3c9-8e1a-44ec-94c4-f3b917eb5bb4",
"code": "PAYER-1",
"description": "Payer 1"
}
],
"pagination": {
"offset": 0,
"count_limit": 25,
"total_records": 100
}
}
A list of payers
The response is of type object
.