API Reference
Network Status
Network Status
Get Network Status
GET
/
v1
/
network-status
/
{verificationId}
curl --request GET \
--url https://api.soharhealth.com/v1/network-status/{verificationId} \
--header 'Authorization: Bearer <token>'
{
"status": "inn",
"verificationId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
"payer": {
"id": "60054",
"name": "Aetna"
},
"labels": [
{
"id": "cb075a05-4510-456c-addb-fc2efdb74686",
"color": "green"
},
{
"id": "de6a246c-2900-4b47-b748-aa32ab51e1da",
"color": "orange"
},
{
"id": "992d71b7-ef7e-47e3-92c4-1a1c459d3333",
"color": "yellow"
},
{
"id": "d7d9a80a-985b-429a-9163-07539f281382",
"color": "blue"
},
{
"id": "cfb12530-ff1e-40b0-8ffe-e4d3ab4ce422",
"color": "red"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
A network status
The response is of type object
.
curl --request GET \
--url https://api.soharhealth.com/v1/network-status/{verificationId} \
--header 'Authorization: Bearer <token>'
{
"status": "inn",
"verificationId": "fb701ac1-1246-4860-b1ec-bd916b97a990",
"payer": {
"id": "60054",
"name": "Aetna"
},
"labels": [
{
"id": "cb075a05-4510-456c-addb-fc2efdb74686",
"color": "green"
},
{
"id": "de6a246c-2900-4b47-b748-aa32ab51e1da",
"color": "orange"
},
{
"id": "992d71b7-ef7e-47e3-92c4-1a1c459d3333",
"color": "yellow"
},
{
"id": "d7d9a80a-985b-429a-9163-07539f281382",
"color": "blue"
},
{
"id": "cfb12530-ff1e-40b0-8ffe-e4d3ab4ce422",
"color": "red"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.