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

# TextUs - How do I link my account?

## Overview

To authenticate with TextUs, you need:

1. **API Token** — A token that grants Nango permission to call the TextUs API on your behalf, scoped to the user that creates it.

This guide will walk you through finding this within TextUs.

### Prerequisites

* An account with [TextUs](https://next.textus.com).

### Step 1: Generate an API token

1. Log in to [account](https://next.textus.com).
2. Click your user icon in the top right, then click **Profile**.

<img src="https://mintcdn.com/nango/_MvcdJZSsqCNltSx/api-integrations/textus/auth_profile.png?fit=max&auto=format&n=_MvcdJZSsqCNltSx&q=85&s=7b60b1469d4aa876abe8a9579312ff67" width="1588" height="1142" data-path="api-integrations/textus/auth_profile.png" />

3. In the sidebar, click **Advanced user settings**, then **API Tokens**.
4. Enter a description for the token and click **Create Token**.
5. Copy the generated token immediately — TextUs only shows it once.

<img src="https://mintcdn.com/nango/_MvcdJZSsqCNltSx/api-integrations/textus/auth_token.png?fit=max&auto=format&n=_MvcdJZSsqCNltSx&q=85&s=440e6d581a0435d5b01ffa5f381e4a46" width="1600" height="644" data-path="api-integrations/textus/auth_token.png" />

Your token never expires. It is tied to the user that created it, and only that user can revoke it (also from the **API Tokens** page).

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

Once you have your **API Token**:

1. Open the form where you need to authenticate with TextUs.
2. Enter your **API Token** in its respective field.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/_MvcdJZSsqCNltSx/api-integrations/textus/form.png?fit=max&auto=format&n=_MvcdJZSsqCNltSx&q=85&s=d50bad6dd54aea310b089e654155ea86" style={{maxWidth: "450px" }} width="494" height="699" data-path="api-integrations/textus/form.png" />

You are now connected to TextUs.
