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

ABC Trainerize Client Data API

Retrieve and modify client goals, habits, body stats, nutrition, and appointments.

ABC Trainerize Client Data API is one of 5 APIs that ABC Trainerize publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Client Data. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.0.3, at version v03.

Requests are made against a single base URL, https://api.trainerize.com/v03.

2 operations 2 paths 2 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v03
Base URL
https://api.trainerize.com/v03
Authentication
API Key
Resource Areas
1

Authentication & Security 1

ABC Trainerize Client Data API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (apiKey). By default, every request must be authenticated.

  • apiKey — API key provisioned in the ABC Trainerize account settings (Studio and Enterprise plans only). An OAuth2 connection is also offered for partner integrations. T…

Paths & Operations 2

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

Client Data 2

Retrieve and modify client goals, habits, body stats, nutrition, and appointments.

POST
/clientData/get
Retrieve client data records
getClientData body → 200401
POST
/clientData/set
Add or modify a client data record
setClientData body → 200401422

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Error (2 properties), StatusResponse (2 properties). Each schema is shown below with its type and property counts.

StatusResponse
object
2 properties
Error
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

trainerize-client-data-api-openapi.yml Raw ↑

Other APIs ABC Trainerize publishes across the network.

ABC Trainerize Clients API
ABC Trainerize Messaging API
ABC Trainerize Training API
ABC Trainerize Webhooks API