cURL
curl --request GET \ --url https://fulfillment.noyo.com/api/v1/group_enrollments/{enrollment_id}
{ "carrier_id": "8fac0992-933a-4743-8dab-0d606ef2569e", "created": 1557512389, "effective_end_date": "2019-12-31", "effective_start_date": "2019-01-01", "group_id": "2613a221-d3c8-4c8a-86d5-e7e885fd1da9", "id": "7499ea07-76c9-40f2-992b-952259e98384", "line_of_coverage": "medical", "modified": 1543215342, "open_enrollment_end_date": "2019-02-01", "open_enrollment_start_date": "2019-01-01", "status": "active", "version": "c2292b67-0382-45e9-a378-b52c4129f672" }
Get a specific enrollment for a group
Unique identifier of the group enrollment
"7499ea07-76c9-40f2-992b-952259e98384"
Successful Response - Returns a single Group Enrollment
The response is of type object.
object
Was this page helpful?