Skip to main content
GET
/
services
/
{service_id}
/
payer
/
prior-auths
/
{auth_number}
Get prior auth
curl --request GET \
  --url https://api.verial.ai/services/{service_id}/payer/prior-auths/{auth_number} \
  --header 'Authorization: Bearer <token>'
{}
Returns the current status and decision for a previously submitted prior authorization.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token.

Path Parameters

service_id
string
required

Service ID

auth_number
string
required

Auth number

Response

Successful response

The response is of type object.