Teachable · Schema
TeachableWebhook
A webhook configured on a Teachable school to receive event notifications.
Online CoursesE-LearningEducationCourse ManagementEnrollmentsCoachingMembershipsTransaction
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier for the webhook. |
| workflow_state | string | Current state of the webhook. |
| url | string | The target URL that receives webhook event payloads. |
| event_trigger | string | The event type that activates the webhook. |
| webhook_events_count | integer | Total number of times this webhook has been triggered. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/teachable/main/json-schema/teachable-webhook.json",
"title": "TeachableWebhook",
"description": "A webhook configured on a Teachable school to receive event notifications.",
"type": "object",
"properties": {
"id": {
"type": "integer",
"description": "Unique identifier for the webhook."
},
"workflow_state": {
"type": "string",
"description": "Current state of the webhook.",
"enum": ["verified", "pending", "failed"]
},
"url": {
"type": "string",
"format": "uri",
"description": "The target URL that receives webhook event payloads."
},
"event_trigger": {
"type": "string",
"description": "The event type that activates the webhook.",
"enum": [
"Admission.created",
"Admission.disabled",
"Comment.created",
"EmailLead.created",
"Enrollment.created",
"Enrollment.completed",
"Enrollment.disabled",
"LectureProgress.created",
"Response.created",
"Sale.created",
"Sale.subscription_canceled",
"Transaction.created",
"Transaction.refunded",
"User.created",
"User.subscribe_to_marketing_emails",
"User.unsubscribe_from_marketing_emails",
"User.updated",
"UserTag.created",
"UserTag.removed",
"AbandonedOrder.created"
]
},
"webhook_events_count": {
"type": "integer",
"description": "Total number of times this webhook has been triggered."
}
},
"required": ["id", "workflow_state", "url", "event_trigger"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/teachable-webhook"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.