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

Teachable Webhooks API

Webhook configuration and event endpoints

Teachable Webhooks API is one of 10 APIs that Teachable 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, API documentation, an API reference, rate-limit docs, a getting-started guide, and a changelog.

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

Requests are made against a single base URL, https://developers.teachable.com/v1.

2 operations 2 paths 5 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1
Base URL
https://developers.teachable.com/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Teachable Webhooks API declares 1 security scheme for authenticating requests. An API key is passed in the header as apiKey (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key for Admin API authentication. Available on Growth plan and above.

Paths & Operations 2

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

Webhooks 2

Webhook configuration and event endpoints

GET
/webhooks
List webhooks
listWebhooks → 200
GET
/webhooks/{webhook_id}/events
List webhook events
listWebhookEvents 7 params → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are WebhookEvent (9 properties), PaginationMeta (6 properties), Webhook (5 properties), WebhookEventsListResponse (2 properties). Each schema is shown below with its type and property counts.

WebhookEvent
object
9 properties
Webhook
object
5 properties
WebhooksListResponse
object
1 property
PaginationMeta
object
6 properties
WebhookEventsListResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teachable-webhooks-api-openapi.yml Raw ↑

Other APIs Teachable publishes across the network.

Teachable Courses API
Teachable CurrentUser API
Teachable Enrollments API
Teachable Lectures API
Teachable PricingPlans API
Teachable Quizzes API
Teachable Transactions API
Teachable Users API
Teachable Videos API