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

# Altrata - How do I link my account?

# Overview

To authenticate with Altrata, you will need:

1. **Service Hostname** — The Altrata service hostname to connect to.
2. **API Key** — Your Altrata API key.
3. **Username** — Your Altrata Service User username.
4. **Password** — Your Altrata Service User password.

Nango uses the API Key, Username, and Password to exchange for a JWT (8-hour TTL) via the Altrata auth endpoint and handles token refresh automatically.

### Prerequisites

* An active Altrata subscription with API access.

### Step 1: Obtain your credentials

Your Service User credentials and API key are sent to you by email during subscription setup. You will receive:

* **API Key** — provided as part of your Altrata Salesforce app access.
* **Username** and **Password** — your Service User account details.

If you have not received these, contact your Client Success representative or email [client-success@altrata.com](mailto:client-success@altrata.com).

### Step 2: Choose a service hostname

Altrata exposes four GraphQL services. Choose the hostname that matches your use case and enter it in the **Service Hostname** field:

| Service       | Hostname                    |
| ------------- | --------------------------- |
| Matching      | `matching.altrata.com`      |
| Profile       | `profile.altrata.com`       |
| Events        | `events.altrata.com`        |
| Relationships | `relationships.altrata.com` |

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

1. Open the form where you need to authenticate with Altrata.
2. Enter your **Service Hostname**, **API Key**, **Username**, and **Password** in their designated fields.
3. Submit the form, and you should be successfully authenticated.

<img src="https://mintcdn.com/nango/6JYi1IVfxLyuKxEL/api-integrations/altrata/form.png?fit=max&auto=format&n=6JYi1IVfxLyuKxEL&q=85&s=32c227d5e03044966d2fe686a8f03998" style={{maxWidth: "450px" }} width="499" height="699" data-path="api-integrations/altrata/form.png" />

You are now connected to Altrata.
