## ConvertKit integration ConvertKit (now rebranded as Kit) is an email marketing platform designed for creators, bloggers, and online businesses. It provides tools for managing subscribers, creating email sequences, building landing pages, and sending broadcast emails. Integrating ConvertKit with Frontegg allows your application to manage subscribers, tags, forms, sequences, and broadcasts on behalf of your users through API key authentication. Prerequisites - A ConvertKit (Kit) account (free or paid plan). Sign up at [kit.com](https://kit.com) ### Connect ConvertKit #### Step 1: Open the settings menu Log in to your [Kit account](https://app.kit.com) and click your **profile avatar** in the top-right corner. Select **Settings** from the dropdown menu. ![Kit profile menu with Settings option](/assets/convertkit-4.0c82549b4bb41395acd6fc7ae7528099fc24aad53c3b9ee0f40161b52cecb34d.1ce25488.png) #### Step 2: Navigate to developer settings In the Settings sidebar on the left, click **Developer** under the Settings section. This opens the Developer page where you can find your API credentials. ![Kit settings sidebar with Developer link](/assets/convertkit-1.d54c3219d22c64ebc122fcaa4b3a2d708fc1b96b132e258aefd8465aae82b363.1ce25488.png) #### Step 3: Copy your API key and API secret On the Developer page, scroll down to the **V3 Key** section. You will see two fields: - **Your API Key** — used for public API endpoints (listing forms, sequences, tags). - **API Secret** — used for sensitive API endpoints (managing subscribers, broadcasts, account info). Click **Show** to reveal its value. Click the **Copy** button next to each field and store both values securely. Keep your credentials secure Your API Secret grants access to sensitive subscriber data. Never share it publicly or commit it to version control. ![Kit V3 API Key and API Secret fields](/assets/convertkit-3.d1c6510c2120bb82d1c3eaf78bae098d140afa84b76d0c45627dbe44b9875867.1ce25488.png) ### Configure the Frontegg portal Once you have your **API Key** and **API Secret** from the steps above, enter them in the Frontegg portal: 1. Open the **Frontegg portal** and navigate to **[Environment]** → **Integrations** → **ConvertKit**. 2. Enter the **API Key** and **API Secret** in the corresponding fields. 3. Click **Save**. ### Additional resources - [Kit API documentation](https://developers.kit.com/) - [Kit V3 API reference](https://developers.kit.com/v3) - [Difference between V3 and V4 API keys](https://help.convertkit.com/en/articles/9888250-difference-between-v3-and-v4-api-keys) - [How to get your Redirect URL](/agen-for-work/connectors/redirect-url)