Endpoints
Eligibility Request
Initiating an eligibility check for a patient
POST
This call is asynchronous, it initiates an eligibility search and returns a UID assigned to this request. The result will be returned in two ways:Documentation Index
Fetch the complete documentation index at: https://api-docs.goanagram.com/llms.txt
Use this file to discover all available pages before exploring further.
- Via active webhooks once available - preferred. Request UID will be included in payload.
- By calling the “Eligibility Result” endpoint - only to be used as fallback. Request UID is required.
Authorizations
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
Body
application/json
Optional when insurer_code_list is provided. Example: insurer:vision:vsp
Activates Universal Search. Example: ["insurer:vision:vsp", "insurer:vision:eyemed"]
Any string value. Max length: 256
Identifies the location that the eligibility check will be linked to. When this field is empty, the eligibility check will be linked with the default location. Example: LOC4242B
Response
201 - application/json
Search started successfully
UID provided during request creation or auto generated