Skip to main content
Before you start your integration, it’s important to be familiar with the following concepts used throughout our API documentation and guides.

Core Objects

Familiarize yourself with the following core objects and how they may relate to the way data is represented in your system:
  • Groups
    The group offering coverage. May be known as a “company” or “employer.”
  • Group Plans
    The plan offered by the group. May be known as a “product” or “coverage.”
  • Employees + Dependents
    The individuals enrolling in coverage. Employees may be known as “members” or “subscribers.”
  • Individual Enrollments
    The individual’s coverage details for one plan. May be known as an “individual coverage.”

Datetimes

All datetimes can be assumed to be represented in UTC timezone, unless otherwise noted. Datetimes expressed as an integer value are relative to the Unix epoch.

Pagination

All resources that support bulk fetching a “list” of objects share a common structure and take the optional arguments page_size and offset.

Query Parameters

Paginated Result

Example code

Code sample for querying for a paginated list of groups.
Request
Response

Carrier Documentation

Noyo’s carrier network along with carrier-specific documentation (including supported endpoints, field-level requirements, and business rules) is available in the Noyo web application.

Unset Fields

When sending an optional field with no set value, Noyo recommends omitting the key rather than sending the key with value null.
Not Recommended