# HubSpot Auth App

1. Sign up here to create an developer account: <https://developers.hubspot.de/>
2. Click on “Apps” and “Create App”

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

3. Enter your app information:

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

4. Go to “Auth” Tab and add Redirect URL: <https://api.platform.openintegrationhub.com/oauth/callback>

<figure><img src="/files/6XAcYaXirNY8aKqCklHy" alt=""><figcaption></figcaption></figure>

5. Save Client ID and Client Secret (you need to add it to the Auth Client)

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

6. Add the Scopes you need

Find Detailed Information here: <https://developers.hubspot.com/docs/guides/api/overview#oauth>


---

# 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://flowmate.gitbook.io/flowmate-documentation/connectors/hubspot/hubspot-auth-app.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.
