Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

customer_patient_id
string

Filter eligibility checks by the customer-provided patient identifier

status
enum<string>

Filter eligibility checks by status

Available options:
in-progress,
completed,
queued
limit
integer<int32>
default:100

Maximum number of results to return. Defaults to 100, maximum is 1000.

Required range: 1 <= x <= 1000

Response

List of eligibility checks

id
integer
required
status
enum<string>
required
Available options:
completed
outcome
enum<string>
required
Available options:
success,
not-supported
coverage
object
required
created_at
string<date-time>
customer_patient_id
string | null
Example:

"1234567890"