# Manage Legacy API Tokens as a Partner

Any API tokens created before April 2025 are considered legacy tokens. This article helps you find and manage your legacy API access tokens. Read some tips on how to [keep your access tokens secure](https://app.gitbook.com/s/hRN1rcrim887TwHLBjac/readme/api-access-tokens-and-changelog/keep-your-access-tokens-secure).

{% hint style="info" %}
**Note:** Visit impact.com's [Integrations Portal](https://integrations.impact.com/) to view API reference documentation, integration guides, and more.
{% endhint %}

#### Manage access tokens

1. From the top navigation bar, select ![](https://347878556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2Fgit-blob-1183576591b45997efe4dc81a25024640591d02a%2F245137dc972a7a7f6165b59538fcdbac8fd5bd8fee4ba9f20c1a2982c5b58b57.svg?alt=media) **\[User profile] → Settings**.
2. Under *Technical*, select **API**.
3. On the top-right, select **Enable Legacy Tokens**, if you need to use legacy API tokens. Once you select the button, it will disappear, and a *Legacy Account Tokens* card will appear.
4. Manage a legacy token by selecting the ![](https://347878556-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb2rE79d9UhOKZQLgzSqx%2Fuploads%2Fgit-blob-c746d936c908b9090325464502f7c10acda0e993%2F2a92939e8e78dd7e0c0416b1a250d5ef1d7ab0dec966fb5ed320ca62acfc06c5.svg?alt=media) **\[More]** icon on the token's card, then select an option from the drop-down menu. See the *Menu reference* below for more information about the available management options.
5. You can also select the token card to view the API token information.
   * On the *Overview* page, you can view information about the tokens, and you may have the option to upgrade the version of the API tokens by selecting the **API Version** drop-down.
   * On the *API Credentials* page, you can view and copy the **Account SID** and **Auth Token** values of the Read/Write and Read-Only tokens.

<details>

<summary>Menu reference</summary>

| Menu Item              | Description                                                                                                                                                                                                                                                |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Reset (Read/Write)** | Reset the read/write token. A new API token will be generated, and the auth token value will change. Be sure to add the new auth token value to any existing integrations, because the previous auth token value will no longer pass authorisation checks. |
| **Reset (Read-Only)**  | Reset the read-only token. A new API token will be generated, and the auth token value will change. Be sure to add the new auth token value to any existing integrations, because the previous auth token value will no longer pass authorisation checks.  |

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.impact.com/partner/what-would-you-like-to-learn-about/account-management/account-settings/api-tokens/manage-legacy-api-tokens-as-a-partner.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
