Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
A network status
The network status for the verification
Available options:
inn, oon, pending The Sohar ID for the verification
Example:
"fb701ac1-1246-4860-b1ec-bd916b97a990"
Optional system-defined labels. See possible values below
Example:
[
{
"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"
}
]Optional provider groups associated with the rule
Example:
[
{
"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"
}
]