GET
/
api
/
v1
/
group_enrollments
/
{enrollment_id}
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"
}

Path Parameters

enrollment_id
string
required

Unique identifier of the group enrollment

Response

200 - application/json
Successful Response - Returns a single Group Enrollment
carrier_id
string
required

Unique identifier of the associated carrier in the Noyo system

created
integer
required

The date the record was created

group_id
string
required

Unique identifier of the associated group in the Noyo system

id
string
required

Unique identifier of the record in Noyo

line_of_coverage
enum<string>
required

Line of coverage for the group enrollment

Available options:
medical,
dental,
vision,
life,
add,
std,
ltd,
accident,
critical_illness,
cancer,
hospital_indemnity
modified
integer
required

The date the record was last updated

status
enum<string>
required

Status of the group enrollment

Available options:
pending,
active,
completed
version
string
required

Current version of the record

effective_end_date
string | null

ISO-8601 date string for the effective end date of the record

effective_start_date
string | null

ISO-8601 date string for the effective start date of the record

open_enrollment_end_date
string | null

ISO-8601 date string for the open enrollment end date of the group enrollment

open_enrollment_renewal_date
string | null

ISO-8601 date string for the open enrollment renewal start date of the group enrollment

open_enrollment_start_date
string | null

ISO-8601 date string for the open enrollment start date of the group enrollment