Thinkific · Schema

InstructorResponse

Online CoursesE-LearningLMSCourse CreationEnrollmentsUserEducationDigital ProductsWebhook

Properties

Name Type Description
id number The ID of the Instructor as an integer.
user_id number The ID of the User owning the Instructor
title string The title of the Instructor
first_name string The first name of the Instructor.
last_name string The last name of the Instructor.
bio string The bio of the Instructor
slug string The slug of the Instructor NOTE: This will be removed in future API versions
avatar_url string The fully-qualified url of the Instructor's avatar
email string The email of the Instructor
created_at string The date/time that the Instructor was created.
View JSON Schema on GitHub

JSON Schema

thinkific-instructor.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/thinkific/refs/heads/main/json-schema/thinkific-instructor.json",
  "title": "InstructorResponse",
  "required": [
    "created_at",
    "first_name",
    "id",
    "last_name"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "number",
      "description": "The ID of the Instructor as an integer.",
      "example": 1.0
    },
    "user_id": {
      "type": "number",
      "description": "The ID of the User owning the Instructor",
      "example": 12.0
    },
    "title": {
      "type": "string",
      "description": "The title of the Instructor",
      "example": "Mr."
    },
    "first_name": {
      "type": "string",
      "description": "The first name of the Instructor.",
      "example": "My Course"
    },
    "last_name": {
      "type": "string",
      "description": "The last name of the Instructor.",
      "example": "My Course"
    },
    "bio": {
      "type": "string",
      "description": "The bio of the Instructor",
      "example": "Bob Jones is an instructor of note."
    },
    "slug": {
      "type": "string",
      "description": "The slug of the Instructor NOTE: This will be removed in future API versions",
      "example": "bob"
    },
    "avatar_url": {
      "type": "string",
      "description": "The fully-qualified url of the Instructor's avatar",
      "example": "https://example.com/avatar.png"
    },
    "email": {
      "type": "string",
      "description": "The email of the Instructor",
      "example": "bob_jones@example.com"
    },
    "created_at": {
      "type": "string",
      "description": "The date/time that the Instructor was created."
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/thinkific-instructor"
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 email required.

A second provider on the same verified email joins the account you already have.