> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/de/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/create-an-api-access-token-as-a-brand.md).

# Einen API-Zugriffstoken als Marke erstellen

*Kontoadministratoren* und *Implementierungsspezialist* Mitglieder eines Marken-Kontos können den impact.com-API-Zugriff aktivieren und Kontozugangsdaten einsehen. Befolgen Sie die folgenden Schritte, um ein neues API-Token zu erstellen und die Zugriffsbereiche für das Token zu konfigurieren. Lesen Sie einige Tipps dazu, wie man [Ihre Zugriffstokens sicher aufbewahren](/other/de/reference-documentation/api-access-tokens-and-changelog/keep-your-access-tokens-secure.md).

{% hint style="info" %}
**Hinweis:** Besuchen Sie das [Integrationsportal](https://integrations.impact.com/brand-api-reference) um API-Referenzdokumentation, Integrationsleitfäden und mehr anzuzeigen.
{% endhint %}

#### Zugriffstoken erstellen

1. Wählen Sie in der oberen Navigationsleiste ![](/files/4fa7c3e47e2dc9a63e140c0862eeab4caaaca16f) **\[Benutzerprofil]** → **Einstellungen**.
2. Scrollen Sie in der linken Spalte zu *Technisch*, und wählen Sie dann **API**.
3. Erstellen Sie ein neues Token, indem Sie **Zugriffstoken erstellen** oben rechts auf der Seite.

#### Ein Token erstellen

<details>

<summary>1. Einrichtung</summary>

* Geben Sie einen geeigneten Namen in das **Token-Name** Textfeld ein.
* Fügen Sie einen **Beschreibung** das den Zweck des Tokens beschreibt, damit Sie später darauf zurückgreifen können.
* Geben Sie die **API-Version** API-Version an, mit der das Token kompatibel sein wird. Wir empfehlen, die neueste API-Version zu verwenden, die auch die Standardauswahl ist.
* Wählen Sie **Weiter**.

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

</details>

<details>

<summary>2. Kontaktinformationen</summary>

* Wählen Sie eine **Hauptansprechpartner** aus dem Dropdown-Menü aus. Wir werden uns bezüglich Entwicklungsupdates mit dem Hauptkontakt in Verbindung setzen.
* Optional können Sie E-Mail-Adressen für Entwickler hinzufügen, die über Updates zum Zugriffstoken informiert sein sollen. Das ist praktisch, wenn Sie Tokens für Entwickler erstellen, die keine Kontonutzer sind.
* Wählen Sie **Weiter**.

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

</details>

<details>

<summary>3. API-Scopes</summary>

* Aktivieren Sie eine API-Kategorie und wählen Sie dann links die Kontrollkästchen aus, um die Zugriffsbereiche auszuwählen, die Sie für Ihr API-Token zulassen möchten.
* Sie können alle Bereiche löschen, indem Sie auf die **Alle löschen** Schaltfläche oben rechts auf der Seite klicken.

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

</details>

<details>

<summary>4. Erstellen auswählen</summary>

* Wählen Sie abschließend **Erstellen** unten rechts auf der Seite aus.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/de/what-would-you-like-to-learn-about/account-administration/account-settings/api-tokens/create-an-api-access-token-as-a-brand.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
