List all plans
Returns a list of plans.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Query parameters
type
Multiple values can be provided by separating them with a comma. Allowed values are: health_insurance.
provider_id
Multiple values can be provided by separating them with a comma. Allowed values are: allianz, irish_life_health, vitality, onvz, freedom, sanitas, canada_life, hallesche, bupa, dansk_sundhedssikring.
country
Filters plans by country.
available_on
Filters plans available on a specific date. Defaults to today.
group_id
Filters plans by group eligibility. Only plans whose eligibility criteria match the group are returned. Criteria that cannot be evaluated are ignored.
page
The page of results to return. Defaults to 1 if not provided.
page_size
The number of results to return per page. Defaults to 10 if not provided. Maximum value is 100.
Response
OK
items
A paginated array containing the response elements
page
The current page of the results
page_size
The number of results on this page. This can be different from the requested page size if the total number of results is less than the requested page size
total_count
The total number of elements available in the response. This is the total number of elements available across all pages, not just the current page.
has_next_page
Whether there are more pages available after this page
has_previous_page
Whether there are more pages available before this page

