Hotmart website screenshot

Hotmart

Hotmart is a Brazilian creator-economy platform for producing, selling and delivering digital products — online courses, ebooks, mentorships, paid communities, events and, more recently, physical products. It bundles a hosted checkout, a marketplace, an affiliate network, a members-area LMS (Hotmart Club) and payment processing as merchant of record (HotPay), and sells into more than 180 countries. Hotmart Developers is the public REST API over that platform: OAuth 2.0 client-credentials authentication, product-area path prefixes (/payments, /club, /products, /physicalproducts, /events, /accounts, /user), cursor pagination, a sparse-fieldset `select` parameter, a 500-request-per-minute rate limit, a full-parity sandbox host, and a per-product webhook (postback) event surface carrying purchase, subscription, members-area and logistics events on two independently versioned payload schemas. Hotmart publishes no OpenAPI, no SDK and no CLI — the contract an integrator works from is prose documentation plus per-endpoint cURL, Node and Java request samples.

Hotmart publishes 8 APIs on the APIs.io network. Tagged areas include Company, Creator Economy, Digital Products, Online Courses, and E-Commerce.

The Hotmart catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Hotmart’s developer surface includes documentation, API reference, getting-started guide, support, engineering blog, pricing, signup flow, and 28 more developer resources.

52.9/100 developing ▬ flat Agent 27/100 agent aware saas Full breakdown ↓
scored 2026-09-06 · rubric v0.19.0
AccessSelf serve
8 APIs 1 MCP Servers
CompanyCreator EconomyDigital ProductsOnline CoursesE-CommercePaymentsSubscriptionAffiliate MarketingWebhookLearning ManagementBrazil

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-06 · rubric v0.19.0
Regulatory Posture applies to this provider. Its tags matched the Payments regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/hotmart: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 8

Individual APIs this provider publishes, each with its own machine-readable definition.

Hotmart Authentication (OAuth 2.0)

The Hotmart authorization server. Exchanges a developer credential (client_id/client_secret, presented with HTTP Basic) for a short-lived OAuth 2.0 client_credentials access tok...

Hotmart Subscriptions API

Read and manage recurring subscriptions on a Hotmart product — list subscribers with status, plan and date filters, pull a subscriber's purchase history, list subscription trans...

Hotmart Sales API

Sales reporting and post-sale actions for a Hotmart producer — sales history, sales summary, per-transaction price breakdown, commission split across producer, co-producer and a...

Hotmart Payment Link API

Create and list Hotmart payment links, attach additional offers and plans to a link, and charge a saved payment token by offer or by arbitrary value — the programmatic equivalen...

Hotmart Products API

The product catalog surface — list products, read a product's offers and plans by ucode, update product configuration, and create, read and delete discount coupons for a product.

Hotmart Club (Members Area) API

The members-area / LMS surface. Lists Club modules and pages for a subdomain, lists enrolled users, and reads a user's lesson-by-lesson progress — the content-consumption side o...

Hotmart Physical Products API

The logistics/fulfillment partner surface for physical products sold through Hotmart. Manages partner credentials, creates and updates products and variants, posts shipment stat...

Hotmart Events, Account and User API

The smaller documented surfaces — event ticket information and participant lists (/events/api/v1), account information (/accounts/api/v1/info), the authenticated user profile (/...

Scroll for all 8

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Hotmart MCP Server

Hotmart operates NO MCP server. No hosted endpoint, no published package, no entry in the official MCP registry, and nothing in the Hotmart-Org GitHub organization. Two communit...

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Hotmart Rate Limits

1 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Hotmart Authentication

oauth2/http · 2 schemes

SECURITY

Hotmart Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 5

Portal, sign-up, and the first successful call

Documentation 2

Reference material describing how the API behaves

Agent Surfaces 3

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 3

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 6

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: hotmart
name: Hotmart
description: 'Hotmart is a Brazilian creator-economy platform for producing, selling and delivering digital products — online
  courses, ebooks, mentorships, paid communities, events and, more recently, physical products. It bundles a hosted checkout,
  a marketplace, an affiliate network, a members-area LMS (Hotmart Club) and payment processing as merchant of record (HotPay),
  and sells into more than 180 countries. Hotmart Developers is the public REST API over that platform: OAuth 2.0 client-credentials
  authentication, product-area path prefixes (/payments, /club, /products, /physicalproducts, /events, /accounts, /user),
  cursor pagination, a sparse-fieldset `select` parameter, a 500-request-per-minute rate limit, a full-parity sandbox host,
  and a per-product webhook (postback) event surface carrying purchase, subscription, members-area and logistics events on
  two independently versioned payload schemas. Hotmart publishes no OpenAPI, no SDK and no CLI — the contract an integrator
  works from is prose documentation plus per-endpoint cURL, Node and Java request samples.'
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: false
  label: Hosted service · you call their endpoint
  confidence: medium
  source:
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  - rate-limits
  - security
  - sandbox
  generated: '2026-09-02'
  method: derived
image: https://hotmart.com/static/app-hotmart-next/images/share--general.jpg
url: https://raw.githubusercontent.com/api-evangelist/hotmart/refs/heads/main/apis.yml
x-type: company
x-source: harvest:secondary-market
specificationVersion: '0.23'
created: '2026-08-04'
modified: '2026-08-04'
tags:
- Company
- Creator Economy
- Digital Products
- Online Courses
- E-Commerce
- Payments
- Subscription
- Affiliate Marketing
- Webhook
- Learning Management
- Brazil
tags_raw:
- Company
- Creator Economy
- Digital Products
- Online Courses
- E-Commerce
- Payments
- Subscriptions
- Affiliate Marketing
- Webhooks
- Learning Management
- Brazil
apis:
- name: Hotmart Authentication (OAuth 2.0)
  description: The Hotmart authorization server. Exchanges a developer credential (client_id/client_secret, presented with
    HTTP Basic) for a short-lived OAuth 2.0 client_credentials access token, which is then sent as a Bearer token on every
    Hotmart Developers request. Credentials are minted in the Hotmart platform under Tools > Developer Credentials and are
    bound at creation time to either production or sandbox.
  humanURL: https://developers.hotmart.com/docs/en/start/app-auth/
  baseURL: https://api-sec-vlc.hotmart.com/security/oauth
  tags:
  - Authentication
  tags_raw:
  - Authentication
  - OAuth
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/start/app-auth/
  - type: Authentication
    url: authentication/hotmart-authentication.yml
- name: Hotmart Subscriptions API
  description: Read and manage recurring subscriptions on a Hotmart product — list subscribers with status, plan and date
    filters, pull a subscriber's purchase history, list subscription transactions and summaries, cancel and reactivate individually
    or in bulk, switch plans, and change the next charge date.
  humanURL: https://developers.hotmart.com/docs/en/v1/subscription/get-subscribers/
  baseURL: https://developers.hotmart.com/payments/api/v1/subscriptions
  tags:
  - Subscription
  - Payments
  - Recurring Billing
  tags_raw:
  - Subscriptions
  - Payments
  - Recurring Billing
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/v1/subscription/get-subscribers/
- name: Hotmart Sales API
  description: Sales reporting and post-sale actions for a Hotmart producer — sales history, sales summary, per-transaction
    price breakdown, commission split across producer, co-producer and affiliate, buyer records, plus refunding a transaction
    and re-generating a bank payment slip (boleto).
  humanURL: https://developers.hotmart.com/docs/en/v1/sales/about-sales/
  baseURL: https://developers.hotmart.com/payments/api/v1/sales
  tags:
  - Sales
  - Payments
  - Commissions
  - Reporting
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/v1/sales/about-sales/
- name: Hotmart Payment Link API
  description: Create and list Hotmart payment links, attach additional offers and plans to a link, and charge a saved payment
    token by offer or by arbitrary value — the programmatic equivalent of Hotmart's hosted checkout link.
  humanURL: https://developers.hotmart.com/docs/en/v1/payment-link/about-pl/
  baseURL: https://developers.hotmart.com/payments/api/v1/link
  tags:
  - Payments
  - Checkout
  - Payment Links
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/v1/payment-link/about-pl/
- name: Hotmart Products API
  description: The product catalog surface — list products, read a product's offers and plans by ucode, update product configuration,
    and create, read and delete discount coupons for a product.
  humanURL: https://developers.hotmart.com/docs/en/v1/product/product-list/
  baseURL: https://developers.hotmart.com/products/api/v1
  tags:
  - Product
  - Catalog
  - Coupons
  - Offers
  tags_raw:
  - Products
  - Catalog
  - Coupons
  - Offers
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/v1/product/product-list/
- name: Hotmart Club (Members Area) API
  description: The members-area / LMS surface. Lists Club modules and pages for a subdomain, lists enrolled users, and reads
    a user's lesson-by-lesson progress — the content-consumption side of a Hotmart product, distinct from the commerce side.
  humanURL: https://developers.hotmart.com/docs/en/v1/club/about-club/
  baseURL: https://developers.hotmart.com/club/api/v1
  tags:
  - Learning Management
  - Members Area
  - Content
  - Progress Tracking
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/v1/club/about-club/
- name: Hotmart Physical Products API
  description: The logistics/fulfillment partner surface for physical products sold through Hotmart. Manages partner credentials,
    creates and updates products and variants, posts shipment status and tracking updates, and registers partner-side webhooks.
    A v2 product endpoint ships alongside v1.
  humanURL: https://developers.hotmart.com/docs/en/v1/physical-product/pp-webhook-create/
  baseURL: https://developers.hotmart.com/physicalproducts/api/v1
  tags:
  - Physical Products
  - Logistics
  - Fulfillment
  - Shipping
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/v1/physical-product/pp-webhook-create/
- name: Hotmart Events, Account and User API
  description: The smaller documented surfaces — event ticket information and participant lists (/events/api/v1), account
    information (/accounts/api/v1/info), the authenticated user profile (/user/api/v1/me), and installment negotiation (/payments/api/v1/installments/negotiate).
  humanURL: https://developers.hotmart.com/docs/en/
  baseURL: https://developers.hotmart.com/events/api/v1
  tags:
  - Event
  - Tickets
  - Account
  - User Profile
  tags_raw:
  - Events
  - Tickets
  - Accounts
  - User Profile
  properties:
  - type: Documentation
    url: https://developers.hotmart.com/docs/en/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: MCPServer
  url: mcp/hotmart-mcp.yml
- type: DomainSecurity
  url: security/hotmart-domain-security.yml
- type: Website
  url: https://hotmart.com/en
- type: DeveloperPortal
  url: https://developers.hotmart.com/
- type: Documentation
  url: https://developers.hotmart.com/docs/en/
- type: APIReference
  url: https://developers.hotmart.com/docs/en/
- type: GettingStarted
  url: https://developers.hotmart.com/docs/en/start/
- type: Support
  url: https://help.hotmart.com/en
- type: Blog
  url: https://hotmart.com/en/blog
- type: GitHubOrganization
  url: https://github.com/Hotmart-Org
- type: Pricing
  url: https://hotmart.com/en/pricing
- type: SignUp
  url: https://hotmart.com/en/signup
- type: Login
  url: https://app-vlc.hotmart.com/login
- type: TermsOfService
  url: https://hotmart.com/en/legal/terms-of-use
- type: PrivacyPolicy
  url: https://hotmart.com/en/legal/privacy-policy
- type: StatusPage
  url: https://status.hotmart.com/
- type: ChangeLog
  url: https://developers.hotmart.com/docs/en/changelog
- type: ChangeLog
  url: changelog/hotmart-changelog.yml
- type: FAQ
  url: https://developers.hotmart.com/docs/en/faq
- type: Authentication
  url: authentication/hotmart-authentication.yml
- type: Conventions
  url: conventions/hotmart-conventions.yml
- type: ErrorCatalog
  url: errors/hotmart-problem-types.yml
- type: Lifecycle
  url: lifecycle/hotmart-lifecycle.yml
- type: Conformance
  url: conformance/hotmart-conformance.yml
- type: RateLimits
  url: rate-limits/hotmart-rate-limits.yml
- type: Sandbox
  url: sandbox/hotmart-sandbox.yml
- type: Examples
  url: examples/hotmart-code-samples.yml
- type: DataModel
  url: data-model/hotmart-data-model.yml
- type: Components
  url: components/hotmart-components.yml
- type: Packages
  url: packages/hotmart-packages.yml
- type: Webhooks
  url: asyncapi/hotmart-webhooks.yml
- type: AgentSkill
  url: skills/_index.yml
- type: LLMsTxt
  url: llms/hotmart-llms.txt
- type: Security
  url: https://hotmart.com/en/legal/cybersecurity-policy
- type: VulnerabilityDisclosure
  url: security/hotmart-vulnerability-disclosure.yml
x-enrichment:
  date: '2026-08-04'
  status: enriched
  artifacts_added: 4
  pass: local-v1

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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 provider
curl "https://apis.io/api/v1/providers/hotmart"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/hotmart/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/hotmart/evidence"

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.