Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Thatch Health Enrollments API

Enrollments use member objects to track employee coverage status.

Thatch Health Enrollments API is one of 7 APIs that Thatch Health publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Enrollments. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 2 operations across 2 paths, and defines 8 schemas. It is described by OpenAPI 3.0.1.

Requests are made against a single base URL, //partners.thatchcloud.com/api/partners/v1/.

2 operations 2 paths 8 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
Base URL
https://partners.thatchcloud.com/api/partners/v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Thatch Health Enrollments API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Bearer). By default, every request must be authenticated.

  • Bearer — Provide your API key in a Bearer token header (as in, Bearer sk123).

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Enrollments 2

Enrollments use member objects to track employee coverage status.

GET
/enrollments
List enrollments
getEnrollments 4 params → 200
GET
/enrollments/{id}
Get an enrollment
getEnrollmentsId 1 param → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are Enrollment (11 properties), EnrollmentCoverage (7 properties), MedicalPlan (6 properties), Pagination (5 properties). Each schema is shown below with its type and property counts.

MedicalPlan
object
6 properties 4 required
PaginatedEnrollmentList
object
PaginatedEnrollmentList model
2 properties
Enrollment
object
Enrollment model
11 properties 9 required
Broker
object
2 properties 2 required
EnrollmentCoverage
object
7 properties 7 required
Money
object
2 properties 2 required
EnrollmentStatusEvent
object
2 properties 2 required
Pagination
object
5 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

thatch-health-enrollments-api-openapi.yml Raw ↑

Other APIs Thatch Health publishes across the network.

Thatch Health Deductions API
Thatch Health Employees API
Thatch Health Employer onboarding sessions API
Thatch Health Employers API
Thatch Health Members API
Thatch Health Pay Schedules API