Mock Requests
To send a mock request without incurring charges, set themockRequest
parameter in the body to true
. There are 4 scenarios you may test with. Refer to
Mock Eligibility for the scenarios.
Data Richness
The response you receive will vary by payer. We parse the EDI response to the best of our ability, and the presence of anN/A
in any field
does not necessarily mean that the benefit is not present in the subscriber’s insurance plan.
Coordination of Benefits
This route allows an optionalrunCobCheck
flag to automatically call the Coordination of Benefits using the information
in the eligibility check request. Using this flag may incur additional costs. Reach out to Cair for pricing.Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Patient and coverage information
Patient first name
Patient last name
Patient Date of Birth, formatted as MM-DD-YYYY
Member ID of patient's insurance policy
Date to request coverage information. Formatted as MM-DD-YYYY
Payer ID. Can be found under the enrollments page in the platform, or the Fetch Enrollments API
Provider ID. Can be found by copying the enrollment ID in the enrollments page in the platform, or the Fetch Enrollments API
Optional flag to only return mock data
Service type codes to request coverage information for
CPT or CDT codes to check coverage for
Type of procedure codes being provided. Must be either 'CPT' or 'CDT'
CPT
, CDT
Whether to run a coordination of benefits check