GET
/
api
/
v1
/
individual_enrollments
/
{individual_enrollment_id}
curl --request GET \
  --url https://fulfillment.noyo.com/api/v1/individual_enrollments/{individual_enrollment_id}
{
  "cobra_enrollment": {},
  "created": 1557512389,
  "effective_end_date": "2019-10-01",
  "effective_start_date": "2018-10-01",
  "enroll_data": {
    "premium": {
      "amount": 50,
      "unit": "Month"
    }
  },
  "group_enrollment_id": "7499ea07-76c9-40f2-992b-952259e98384",
  "id": "6670f290-4236-4690-bece-a110f9ad924b",
  "individual_enrollment_configuration": {},
  "individual_id": "30b74a44-d5b1-4123-a7a4-6d3aec251ba4",
  "individual_type": "employee",
  "line_of_coverage": "medical",
  "modified": 1564440756,
  "plan_id": "b988cd26-121a-4dd6-b0be-09399f6ecc0a",
  "status": "active",
  "version": "27bbf929-78ca-4339-8bb3-39b75f92c4a4"
}

Path Parameters

individual_enrollment_id
string
required

Unique identifier of the individual enrollment

Query Parameters

effective_date
string

The relative date on which to view the state of the record

Response

200 - application/json
Successful Response - Returns a single Individual Enrollment
cobra_enrollment
object
required

Details about the member COBRA enrollment status, if applicable

created
integer
required

The date the record was created

enroll_data
object
required

Line of coverage specific enroll data with volume information

group_enrollment_id
string
required

Unique identifier of the group enrollment in Noyo

id
string
required

Unique identifier of the record in Noyo

individual_enrollment_configuration
object
required

Carrier-specific details describing the individual enrollment configuration

individual_id
string
required

Unique identifier of the employee or dependent in Noyo

individual_type
enum<string>
required

Type of member for the individual enrollment

Available options:
dependent,
employee
line_of_coverage
enum<string>
required

Line of coverage for the individual 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

plan_id
string
required

Unique identifier of the group plan in Noyo

status
enum<string>
required

Status of the individual enrollment

Available options:
pending,
active,
waived,
terminated
version
string
required

Current version of the record

cobra_details
object
effective_end_date
string

ISO-8601 date string for the effective date of the coverage

effective_start_date
string

ISO-8601 date string for the effective date of the coverage

pcp_details
object