Thinkific · Schema

CouponResponse

Online CoursesE-LearningLMSCourse CreationEnrollmentsUserEducationDigital ProductsWebhook

Properties

Name Type Description
id number The ID of the Coupon as an integer.
code string The Coupon code.
note string A note associated with the Coupon. NOTE: this will be deprecated in future versions of the API.
quantity_used number The number of times the Coupon has been used.
quantity number The number of times the Coupon can be used. If this value if not set, the Coupon can be used an unlimited number of times.
promotion_id number The ID of the associated Promotion as an integer.
created_at string The data and time the Coupon was created.
View JSON Schema on GitHub

JSON Schema

thinkific-coupon.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/thinkific/refs/heads/main/json-schema/thinkific-coupon.json",
  "title": "CouponResponse",
  "required": [
    "code",
    "created_at",
    "id",
    "note",
    "promotion_id",
    "quantity",
    "quantity_used"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": "number",
      "description": "The ID of the Coupon as an integer.",
      "example": 1.0
    },
    "code": {
      "type": "string",
      "description": "The Coupon code.",
      "example": "abc123"
    },
    "note": {
      "type": "string",
      "description": "A note associated with the Coupon. NOTE: this will be deprecated in future versions of the API.",
      "example": "A note"
    },
    "quantity_used": {
      "type": "number",
      "description": "The number of times the Coupon has been used.",
      "example": 4.0
    },
    "quantity": {
      "type": "number",
      "description": "The number of times the Coupon can be used. If this value if not set, the Coupon can be used an unlimited number of times.",
      "example": 10.0
    },
    "promotion_id": {
      "type": "number",
      "description": "The ID of the associated Promotion as an integer.",
      "example": 12.0
    },
    "created_at": {
      "type": "string",
      "description": "The data and time the Coupon was created.",
      "format": "date-time",
      "example": "2017-04-30T01:00:00Z"
    }
  }
}

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-coupon"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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