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 Enrollments API

Enrollments use member objects to track employee coverage status.

Thatch Enrollments API is one of 7 APIs that Thatch 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, an API reference, and a getting-started guide.

This API exposes 2 operations across 2 paths, and defines 7 schemas. It is described by OpenAPI 3.1.0, at version v1.

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

2 operations 2 paths 7 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://partners.thatchcloud.com/api/partners/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Thatch Enrollments API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (Bearer). By default, every request must be authenticated.

  • Bearer — All requests are authenticated with your API key using Bearer token authentication. Include the header Authorization: Bearer . Generate an API key in the Thatc…

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
listEnrollments 4 params → 200401
GET
/enrollments/{id}
Get an enrollment
getEnrollment 1 param → 200401404

Schemas 7

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

Enrollment
object
11 properties
Broker
object
2 properties
EnrollmentCoverage
object
7 properties
Money
object
A monetary amount in minor units with an ISO 4217 currency code.
2 properties
StatusEvent
object
2 properties
Plan
object
6 properties
Pagination
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

thatch-enrollments-api-openapi.yml Raw ↑

Other APIs Thatch publishes across the network.

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