Authentication
All requests require an API key passed via thex-api-key header, along with a tenant_id query parameter.
string
required
Your tenant API key.
Query Parameters
integer
required
Your tenant ID.
string
required
The visit number to look up authorization status for.
Response
string
The visit number that was queried.
string
Call status. One of
completed, in_progress, or failed.string
Name of the payer.
string
Patient name on the claim.
boolean
Whether prior authorization is required for this visit.
string
The authorization/reference number issued by the payer.
string
Current status of the authorization (e.g.
approved, pending, denied, expired).string
Start date of the authorization period (YYYY-MM-DD).
string
End date of the authorization period (YYYY-MM-DD).
integer
Number of units authorized.
integer
Number of authorized units already used.