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",
  "networkPayer": {
    "id": "60054",
    "name": "Aetna"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json
A network status
status
enum<string>
required

The network status for the verification

Available options:
inn,
oon,
pending
verificationId
string
required

The Sohar ID for the verification

Example:

"fb701ac1-1246-4860-b1ec-bd916b97a990"

networkPayer
object | null

An object to describe the relevant payer for network purposes, if the verification has related entities