# Hotmart

## Using the Erathos platform

When selecting Hotmart as a new connector on the Erathos platform, you will need to name your connection and fill in the following form:

<figure><img src="/files/gByyqRyuAS847Ygq49rN" alt=""><figcaption></figcaption></figure>

## How to generate Hotmart credentials?

* On Hotmart platform, go to **Tools >** [**Developer Credentials** ](https://app-vlc.hotmart.com/tools/credentials)
* Click the **Create Credential** button and give your credential a name. This name is just to better organize your credentials.
* If you are going to use this Credential for our test environment **sandbox**, check the sandbox option in the *Type* field. If the Credential is for the production environment, just leave the box blank and click the Confirm button. Once created, you won't be able to change the type of a credential, but you must create a new one with the desired type.
* If everything goes well, three pieces of information will be generated: `client_id`, `client_secret` and `token` of the Basic type.

\
For further support, go to the [hotmart documentation](https://developers.hotmart.com/docs/en/start/app-auth).

## What endpoints can I access with Erathos platform?

| Endpoints           |
| ------------------- |
| coupons             |
| modules             |
| pages               |
| price\_details      |
| products            |
| sales\_comission    |
| sales\_history      |
| sales\_participants |
| subscriptions       |
| user\_progress      |
| users               |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.erathos.com/connectors/apis/hotmart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
