Hotmart · Authentication Profile
Hotmart Authentication
Authentication
Hotmart Developers authenticates every API call with OAuth 2.0. Credentials (client_id, client_secret and a pre-computed Basic token) are minted in the Hotmart platform under Tools > Developer Credentials, and are bound at creation time to either the production or the sandbox environment — the type cannot be changed afterwards, a new credential must be created. The credential is exchanged for a short-lived access_token at the token endpoint, which is then sent as a Bearer token on every resource request.
Hotmart secures its APIs with oauth2 and http across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).
CompanyCreator EconomyDigital ProductsOnline CoursesE-CommercePaymentsSubscriptionsAffiliate MarketingWebhooksLearning ManagementBrazil
Methods: oauth2, http
Schemes: 2
OAuth flows: clientCredentials
API key in:
Security Schemes
OAuth2ClientCredentials oauth2
BearerToken http