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

Register and manage webhook subscriptions for ABC Trainerize business events.

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

This API exposes 3 operations across 3 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.

3 operations 3 paths 4 schemas 3 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 Webhooks 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 3

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

Webhooks 3

Register and manage webhook subscriptions for ABC Trainerize business events.

POST
/webhook/register
Register a webhook
registerWebhook body → 200401422
POST
/webhook/list
List webhooks
listWebhooks → 200401
POST
/webhook/delete
Delete a webhook
deleteWebhook body → 200401

Schemas 4

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

WebhookInput
object
2 properties 2 required
Webhook
Error
object
2 properties
StatusResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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