> ## 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.

# SureContact - How do I link my account?

# Overview

To authenticate with SureContact, you need:

1. **API Key** — A key that grants access to the SureContact API.

This guide walks you through creating your API key.

### Prerequisites

* An active SureContact account

### Instructions

#### Step 1: Create an API key

1. Log in to your SureContact account.
2. Click your **Profile** in the top bar and select **API Keys**.

<img src="https://mintcdn.com/nango/P5_tSA1McXC5d1zW/api-integrations/surecontact/profile.png?fit=max&auto=format&n=P5_tSA1McXC5d1zW&q=85&s=944cc851afab7d1331ca7e28802efdca" width="3022" height="1354" data-path="api-integrations/surecontact/profile.png" />

3. Click **Create API Key**.

<img src="https://mintcdn.com/nango/P5_tSA1McXC5d1zW/api-integrations/surecontact/create_api_key.png?fit=max&auto=format&n=P5_tSA1McXC5d1zW&q=85&s=ef681c81c9a6851709bd5286603780ec" width="3022" height="1354" data-path="api-integrations/surecontact/create_api_key.png" />

4. Select the required abilities (**read**, **write**, **delete**) for your integration.
5. Copy the key immediately — it won't be shown again.

<Warning>Store the API key securely. Never expose it in client-side code, logs, or URLs.</Warning>

#### Step 2: Enter credentials in the Connect UI

Once you have your API key:

1. Open the form where you need to authenticate with SureContact.
2. Enter your **API Key** in the designated field.
3. Submit the form.

<img src="https://mintcdn.com/nango/P5_tSA1McXC5d1zW/api-integrations/surecontact/form.png?fit=max&auto=format&n=P5_tSA1McXC5d1zW&q=85&s=183e2035747f90e0e95762cb26dc5f77" style={{maxWidth: "450px" }} width="1000" height="1292" data-path="api-integrations/surecontact/form.png" />

You are now connected to SureContact.

***
