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

Quiz and quiz response endpoints

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

Tagged areas include Quizzes. 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 3 operations across 3 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.

3 operations 3 paths 7 schemas 3 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 Quizzes 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 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Quizzes 3

Quiz and quiz response endpoints

GET
/courses/{course_id}/lectures/{lecture_id}/quizzes
List quizzes
listQuizzes 2 params → 200404
GET
/courses/{course_id}/lectures/{lecture_id}/quizzes/{quiz_id}
Get a quiz
getQuiz 3 params → 200404
GET
/courses/{course_id}/lectures/{lecture_id}/quizzes/{quiz_id}/responses
Get quiz responses
getQuizResponses 3 params → 200404

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are QuizDetailResponse (7 properties), QuizResponsesResponse (6 properties), QuizQuestion (5 properties), QuizStudentResponse (5 properties). Each schema is shown below with its type and property counts.

QuizStudentResponse
object
5 properties
QuizInformation
object
3 properties
QuizResponsesResponse
object
6 properties
QuizQuestion
object
5 properties
ErrorResponse
object
1 property
QuizDetailResponse
object
7 properties
QuizListResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

teachable-quizzes-api-openapi.yml Raw ↑

Other APIs Teachable publishes across the network.

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