Teachable · Authentication Profile

Teachable Authentication

Authentication

Teachable secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

Online CoursesE-LearningEducationCourse ManagementEnrollmentsCoachingMembershipsTransactions
Methods: apiKey, oauth2 Schemes: 3 OAuth flows: authorizationCode API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (apiKey)
OAuth2 oauth2
· flows: authorizationCode
AccessToken apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/teachable-admin-openapi.yml, openapi/teachable-oauth-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - authorizationCode
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: apiKey
  description: API key for Admin API authentication. Available on Growth plan and above.
  sources:
  - openapi/teachable-admin-openapi.yml
- name: OAuth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://developers.teachable.com/oauth/authorize
    tokenUrl: https://developers.teachable.com/oauth/token
    scopes: 4
  sources:
  - openapi/teachable-oauth-openapi.yml
- name: AccessToken
  type: apiKey
  in: header
  parameter: Authorization
  description: Bearer access token for OAuth authenticated requests.
  sources:
  - openapi/teachable-oauth-openapi.yml