# Manage API Access Tokens as an Agency

In this article we'll cover where you can find and how you can manage your API access tokens. Account users with the [Account Administrators or Implementation Specialist](https://app.gitbook.com/s/wMLlMoFBtKJa8ptd3zaw/what-would-you-like-to-learn-about/account-administration/account-settings/invite-and-manage-users/understanding-user-management-as-a-brand) roles can enable impact.com API access and view 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/impact-agency/reference/overview-1) to view API reference documentation, integration guides, and more.
{% endhint %}

#### Manage access tokens

1. From the left navigation menu, select ![](https://1033662419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-2353e6dbc5652c0304edc7da554b01277ad88839%2F380bebd18697484deff243a63d0ed3fda5b8b3ae7a5d1da26278c64764d33cd9.svg?alt=media) **\[Menu] → Settings**.
2. In the *Account* column, navigate to *Technical*, then select **Platform REST Web Services**.
3. Use the filters to find the access tokens you'd like to manage. See the *filter reference* below.
4. Manage an access token by selecting the ![](https://1033662419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%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. Create a new token by selecting **Create Access Token** at the top-right of the page.
6. You can **edit a token** by selecting the token's card.

<details>

<summary>Filter reference</summary>

| Filter             | Description                                                                                                    |
| ------------------ | -------------------------------------------------------------------------------------------------------------- |
| **Search by Name** | Enter all or part of the names of the tokens you would like to view.                                           |
| **Created On**     | Select whether you'd like to view tokens created in the *Last 7 days*, *Last 30 days*, or *More than 30 days*. |
| **State**          | Select the state of the tokens you'd like to view, either **Enabled** or **Disabled**.                         |
| **Clear All**      | Select **Clear All** if you need to reset the search filters.                                                  |

</details>

<details>

<summary>Menu reference</summary>

| Menu Item           | Description                                                                                                                                                                                                                                     |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Duplicate**       | Create a copy of the token with the same access rights and settings.                                                                                                                                                                            |
| **Reset**           | Reset the 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. |
| **Upgrade Version** | Update the API version that the token is compatible with.                                                                                                                                                                                       |
| **Disable**         | Disable the token so it cannot be used for authentication.                                                                                                                                                                                      |
| **Delete**          | Remove the token completely.                                                                                                                                                                                                                    |

</details>
