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 denial details for.
Response
string
The visit number that was queried.
string
Call status. One of
completed, in_progress, or failed.string
Name of the payer that issued the denial.
string
Patient name on the denied claim.
string
Claim status code (e.g.
4 = denied).string
Human-readable explanation of the denial reason.
string[]
Remittance advice remark codes (RARC) associated with the denial, e.g.
["N381", "MA04"].DenialAdjustment[]
Claim adjustment codes explaining the denial.
string
Suggested next step to resolve the denial (e.g. “Submit appeal with medical records”, “Resubmit with corrected modifier”).