# Edit API Access Tokens as a Brand

*Account Administrators* and *Implementation Specialist* members of a brand account can enable impact.com API access and view account credentials. Follow the steps below to edit a brand API token. Read some tips on how to [keep your access tokens secure](/other/readme/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

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

#### Edit an access token

1. From the top navigation bar, select ![](/files/2qeX6EqajzdOPiwzfeV5) **\[User profile] → Settings**.
2. In the *Account* column, navigate to *Technical*, then select **API**.
3. Edit a token by selecting the **token's card**.

#### Edit a token

<details>

<summary>Overview</summary>

* You can update the contents of the **Token Name** or **Description** text fields.
* You will also be able to update the **API Version** if the access token is configured for an API version older than the latest.

</details>

<details>

<summary>API Credentials</summary>

* On this page, you're able to select a different **Primary Contact** from the dropdown menu, if required.
* Optionally, you can add or remove email addresses for developers who should included in updates related to the access token.
* You can select **Copy** to copy the *Account SID*, which is the token's unique API identifier. In some applications, this is used as a *Username*.
* Select **Copy** to copy the *Auth Token*. In some applications, this is used as a *Password*.
* You may also choose to select **Reset Token**, to reset the *Auth token* and revoke all associated token authorization. If you are certain you would like to perform this action, select **Reset Token** again from the confirmation box.

</details>

<details>

<summary>API Scopes</summary>

* Toggle on or off and then check or uncheck the checkboxes on the left to select the access scopes that you would like to allow for the API token.
* You can clear all scopes by clicking the **Clear All** button near the top-right of the page.

  <div data-with-frame="true"><figure><img src="/files/rYWHDO9mKCsHfbTXvBXk" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>Update</summary>

* When you have finished editing the token, select **Update** on the lower left of the page, then select **Update** again from the confirmation box, to confirm the changes.
* You may also select **Disable** to disable the token, or **Delete** to permanently remove it. Either disabling or deleting the token will take effect immediately and any new requests that try to make use of the token will be disallowed.

</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/brand/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/edit-api-access-tokens-as-a-brand.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.
