---
title: "Get Network Status"
method: GET
path: "/v1/network-status/{verificationId}"
tags: ["NetworkStatus"]
---

# Get Network Status

`GET /v1/network-status/{verificationId}`

## Response `200`

A network status

- NetworkStatusResponse
  - `status` 'inn' | 'oon' | 'pending', required — The network status for the verification
  - `verificationId` string, uuid, required — The Sohar ID for the verification
  - `payer` object, nullable
    - `id` string, uuid, nullable — The [payer ID](https://docs.soharhealth.com/api-reference/payers/get-payers)
    - `name` string — The payer's name
  - `labels` Label[] — Optional system-defined labels. See possible values below
    - `id` string — The label ID
    - `color` string — The label color
  - `providerGroups` ProviderGroup[] — Optional provider groups associated with the rule
    - `id` string — Provider group ID
    - `name` string — Provider group name
    - `tin` string — Provider group TIN
    - `status` 'inn' | 'oon' | 'pending' — The network status for the provider group

## Other responses

- `403` — Unauthorized
- `404` — Not found
- `500` — Internal error

---

[API](https://skmtc.dev/soharhealth/apis/sohar-api.md) · [All operations](https://skmtc.dev/soharhealth/apis/sohar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/soharhealth/sohar-api/revisions/2cb5fa45c18c/schema)
