cURL
Verification of Benefits
Get Eligibility Check
Get the status and results of a specific eligibility check by its ID.
How to find a eligibility check:
- If you have the eligibility check ID from the POST response, use this endpoint directly
- If you only have your
customer_patient_id, useGET /eligibility?customer_patient_id=your-idto find the eligibility check
Note: You can poll this endpoint to check the status of your request, or wait for the webhook notification when the check completes.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the eligibility check request
Response
Eligibility check details

