IchraxCoverage
Coverage integration. Exposes the coverage a subscriber's family holds on a given date, as recorded from successful submissions.
Get a subscriber's current coverage
Returns the coverage a subscriber's family holds on a date, grouped by plan, as recorded from successful submissions. The path id must be the subscriber's partner_individual_id; a dependent's id returns 404. as_of defaults to today. A subscriber with recorded coverage that has all ended before as_of returns 200 with an empty coverages array; a subscriber with no recorded coverage at all returns 404.
path Parameters
partner_individual_idquery Parameters
as_ofHeaders
x-api-keyThe x-api-key header is used to authenticate with the API using your API key. Value is of the format YOUR_KEY_HERE.
Get a subscriber's current coverage › Responses
OK
partner_individual_idThe subscriber's partner_individual_id, as supplied in the request path.
as_ofThe date the coverage was evaluated on. Defaults to today when the request omits as_of.
One entry per plan the family is covered under on as_of. Empty when no coverage is in force on that date.