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

Pricing plan endpoints

Teachable PricingPlans API is one of 10 APIs that Teachable publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include PricingPlans. 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 7 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 7 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 PricingPlans 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.

PricingPlans 2

Pricing plan endpoints

GET
/pricing_plans
List pricing plans
listPricingPlans 2 params → 200
GET
/pricing_plans/{pricing_plan_id}
Get a pricing plan
getPricingPlan 1 param → 200404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are PricingPlanSummary (7 properties), PaginationMeta (6 properties), PricingFrequency (6 properties), PricingPlansListResponse (2 properties). Each schema is shown below with its type and property counts.

PricingPlanDetailResponse
object
1 property
PricingPlanSummary
object
7 properties
PricingPlansListResponse
object
2 properties
PricingFrequency
object
6 properties
PaginationMeta
object
6 properties
PricingPlanDetail
ErrorResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teachable-pricingplans-api-openapi.yml Raw ↑

Other APIs Teachable publishes across the network.

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