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

Create, update, find, and manage clients, trainer assignment, tags, and groups.

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

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

7 operations 7 paths 6 schemas 7 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 Clients 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 7

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

Clients 7

Create, update, find, and manage clients, trainer assignment, tags, and groups.

POST
/client/find
Find a client
findClient body → 200401
POST
/client/addOrUpdate
Create or update a client
addOrUpdateClient body → 200401422
POST
/client/deactivate
Deactivate a client
deactivateClient body → 200401
POST
/client/reactivate
Reactivate a client
reactivateClient body → 200401
POST
/client/assignTrainer
Assign a client to a trainer
assignTrainer body → 200401
POST
/client/tag
Add or remove a client tag
modifyClientTag body → 200401
POST
/client/group
Add or remove a client from a group
modifyClientGroup body → 200401

Schemas 6

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

ClientRef
object
1 property 1 required
Client
ClientInput
object
6 properties 1 required
Error
object
2 properties
StatusResponse
object
2 properties
ClientSearchInput
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

trainerize-clients-api-openapi.yml Raw ↑

Other APIs ABC Trainerize publishes across the network.

ABC Trainerize Client Data API
ABC Trainerize Messaging API
ABC Trainerize Training API
ABC Trainerize Webhooks API