Teachable · Schema
TeachableEnrollment
A student enrollment in a Teachable course.
Online CoursesE-LearningEducationCourse ManagementEnrollmentsCoachingMembershipsTransaction
Properties
| Name | Type | Description |
|---|---|---|
| user_id | integer | The unique ID of the enrolled user. |
| enrolled_at | string | Datetime when the user enrolled in the course. |
| expires_at | stringnull | Datetime when the enrollment expires, or null if it does not expire. |
| completed_at | stringnull | Datetime when the user completed the course, or null if not completed. |
| percent_complete | integer | Percentage of the course the user has completed. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/teachable/main/json-schema/teachable-enrollment.json",
"title": "TeachableEnrollment",
"description": "A student enrollment in a Teachable course.",
"type": "object",
"properties": {
"user_id": {
"type": "integer",
"description": "The unique ID of the enrolled user."
},
"enrolled_at": {
"type": "string",
"format": "date-time",
"description": "Datetime when the user enrolled in the course."
},
"expires_at": {
"type": ["string", "null"],
"format": "date-time",
"description": "Datetime when the enrollment expires, or null if it does not expire."
},
"completed_at": {
"type": ["string", "null"],
"format": "date-time",
"description": "Datetime when the user completed the course, or null if not completed."
},
"percent_complete": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Percentage of the course the user has completed."
}
},
"required": ["user_id", "enrolled_at", "percent_complete"]
}
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-enrollment"
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.