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