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

Send in-app messages and upload attachments / meal-plan PDFs to clients.

ABC Trainerize Messaging 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 Messaging. 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 Messaging 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.

Messaging 2

Send in-app messages and upload attachments / meal-plan PDFs to clients.

POST
/message/send
Send a message to a client
sendMessage body → 200401
POST
/attachment/upload
Upload an attachment
uploadAttachment body → 200401

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-messaging-api-openapi.yml Raw ↑

Other APIs ABC Trainerize publishes across the network.

ABC Trainerize Client Data API
ABC Trainerize Clients API
ABC Trainerize Training API
ABC Trainerize Webhooks API