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

Members represent employees enrolled in plans.

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

Tagged areas include Members. 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 3 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 3 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 Members 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.

Members 2

Members represent employees enrolled in plans.

GET
/members
List members
listMembers 2 params → 200401
GET
/members/{id}
Get a member
getMember 1 param → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Member (12 properties), Pagination (5 properties), Money (2 properties). Each schema is shown below with its type and property counts.

Member
object
12 properties
Money
object
A monetary amount in minor units with an ISO 4217 currency code.
2 properties
Pagination
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

thatch-members-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 Enrollments API
Thatch Pay Schedules API