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:
- 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.
If specifying a UID, ensure it is unique. If omitted, one will be generated automatically and included in the response for this API call.
The response will contain the request UID or a validation error.
Authorizations
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
Body
application/json
Response
201 - application/json
Search started successfully
The response is of type object
.