latestSwagger 2.02026-08-0982147352.7 KB
be66ed178abe
Company
open enrollment summary
Retrieves information related to the company's open enrollment<p>Scopes: export_company_info</p>
get/v{version}/companies/{id}/open-enrollment-summary
Path parameters
idstring required
The id of the company.
versionstring required
Response
Success
Example response
{
"start_date": "yyyy-MM-dd",
"end_date": "yyyy-MM-dd",
"plans": [
{
"start_date": "yyyy-MM-dd",
"end_date": "yyyy-MM-dd"
}
]
}