Kajabi GraphQL Schema
This document describes a conceptual GraphQL schema for the Kajabi creator and online course platform. Kajabi's public API is RESTful (base URL: `https://api.kajabi.com/v1`, OAuth 2.0 required on the Pro plan), but this schema translates its core domain model into GraphQL types covering products, courses, communities, email marketing, members, offers, transactions, and platform configuration.
Overview
Kajabi GraphQL Schema is a GraphQL API specification published by Kajabi on the APIs.io network.
This document describes a conceptual GraphQL schema for the Kajabi creator and online course platform. Kajabi’s public API is RESTful (base URL: https://api.kajabi.com/v1, OAuth 2.0 required on the Pro plan), but this schema translates its core domain model into GraphQL types covering products, courses, communities, email marketing, members, offers, transactions, and platform configuration.
The specification includes 3 reference links.
Tagged areas include Creator Economy, Online Courses, Memberships, E-Commerce, and Digital Products.
Endpoint
References
- Developer documentation https://developers.kajabi.com/
- API reference https://help.kajabi.com/api-reference/introduction
- OpenAPI specification https://github.com/Kajabi/public_api_docs/blob/main/openapi.yaml
Related API Specs
Work with this as data
Every GraphQL schema here is available over the APIs.io API and to AI agents over MCP.