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

Assign programs and workouts to clients - copy master programs, subscribe to main/add-on programs, and add training phases.

ABC Trainerize Training 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 Training. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 5 paths, and defines 4 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.

5 operations 5 paths 4 schemas 5 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 Training 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 5

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

Training 5

Assign programs and workouts to clients - copy master programs, subscribe to main/add-on programs, and add training phases.

POST
/program/copyMaster
Copy a master program to a client
copyMasterProgram body → 200401
POST
/program/subscribe
Subscribe a client to a main or add-on program
subscribeProgram body → 200401
POST
/program/unsubscribe
Unsubscribe a client from programs
unsubscribeProgram body → 200401
POST
/program/addTrainingPhase
Add the next training phase
addTrainingPhase body → 200401
POST
/workout/getList
List a client's workouts
getWorkoutList body → 200401

Schemas 4

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

ClientRef
object
1 property 1 required
Workout
object
4 properties
Error
object
2 properties
StatusResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

trainerize-training-api-openapi.yml Raw ↑

Other APIs ABC Trainerize publishes across the network.

ABC Trainerize Client Data API
ABC Trainerize Clients API
ABC Trainerize Messaging API
ABC Trainerize Webhooks API