> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How to register your own Maximizer (Cloud) OAuth app

> Register an OAuth app with Maximizer (Cloud) and connect it to Nango

This guide shows you how to obtain **Client ID** and **Client Secret** for Maximizer (Cloud). These credentials are required so your users can grant your app access to their Maximizer account via Nango.

<Steps>
  <Step title="Obtaining Client ID and Client Secret">
    To work with Maximizer OAuth (Cloud), you must have a **Client ID** and **Client Secret**. To obtain these credentials, send a request to [**devops@maximizer.com**](mailto:devops@maximizer.com) with the following information:

    * **Full Name**
    * **E-mail Address**
    * **Organization Name**
    * **Redirect URL**: `https://api.nango.dev/oauth/callback`
    * You will receive the **Client ID** and **Client Secret** from the Maximizer team.
  </Step>

  <Step title="Next">
    Follow the [*Quickstart*](/getting-started/quickstart) to connect your first account.
  </Step>
</Steps>

For more details, see [Maximizer OAuth documentation](https://developer.maximizer.com/reference/oauth).
