Get eligibility policy details
GET/v1/benefit-eligibility-policies/{policy_id}
Retrieves a benefit eligibility policy by ID.
Get eligibility policy details
curl https://api.vitablehealth.com/v1/benefit-eligibility-policies/$POLICY_ID \
-H "Authorization: Bearer $VITABLE_CONNECT_API_KEY"{
"data": {
"id": "id",
"active": true,
"classification": "classification",
"created_at": "2019-12-27T18:11:19.117Z",
"employer_id": "employer_id",
"updated_at": "2019-12-27T18:11:19.117Z",
"waiting_period": "waiting_period"
}
}Returns Examples
{
"data": {
"id": "id",
"active": true,
"classification": "classification",
"created_at": "2019-12-27T18:11:19.117Z",
"employer_id": "employer_id",
"updated_at": "2019-12-27T18:11:19.117Z",
"waiting_period": "waiting_period"
}
}