v1

latestOpenAPI 3.0.0MIT2026-07-22275773.2 KB
NetworkStatus

Get Network Status

get/v1/network-status/{verificationId}

Response

A network status

status'inn' | 'oon' | 'pending' required

The network status for the verification

verificationIdstring uuid required

The Sohar ID for the verification

Example response

{
  "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"
    }
  ],
  "providerGroups": [
    {
      "id": "992d71b7-ef7e-47e3-92c4-1a1c459d3333",
      "name": "My Group",
      "tin": "123456789",
      "status": "inn"
    },
    {
      "id": "de6a246c-2900-4b47-b748-aa32ab51e1da",
      "name": "Another Group",
      "tin": "987654321",
      "status": "oon"
    }
  ]
}