> 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 Markenkontos können den impact.com-API-Zugriff aktivieren und die Kontozugangsdaten einsehen. Befolgen Sie die folgenden Schritte, um ein neues API-Token zu erstellen und die Zugriffsumfänge für das Token zu konfigurieren. Lesen Sie einige Tipps dazu, wie Sie [Ihre Zugriffstoken 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) von impact.com, um API-Referenzdokumentation, Integrationsanleitungen und mehr anzuzeigen.
{% endhint %}

#### Ein Zugriffstoken erstellen

1. Wählen Sie in der oberen Navigationsleiste ![](https://1698965099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2F210dEQa93qyQgoJDkieL%2FUser%20profile.svg?alt=media\&token=f84c5b17-fae4-4a30-990a-9de5e57a150b) **\[User profile]** → **Einstellungen**.
2. Scrollen Sie in der linken Spalte zu *Technische*, dann auswählen **API**.
3. Erstellen Sie einen neuen Token, indem Sie **Zugriffstoken erstellen** oben rechts auf der Seite.

#### Token erstellen

<details>

<summary>1. Einrichtung</summary>

* Geben Sie einen geeigneten Namen in das **Token-Name** Textfeld ein.
* Fügen Sie einen **Beschreibung** der den Zweck des Tokens für Ihre spätere Bezugnahme beschreibt.
* Geben Sie das **API-Version** mit dem 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="https://1698965099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FAluBSdXhBLmUbLDwLexN%2FScreenshot%202026-04-20%20at%2011.04.17.png?alt=media&amp;token=bd378028-d5b8-4f2b-9eb1-699d4ae792c7" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>2. Kontaktinformationen</summary>

* Wählen Sie eine **Primärer Kontakt** aus dem Dropdown-Menü aus. Wir werden den Hauptkontakt bezüglich Entwicklungsaktualisierungen kontaktieren.
* Optional können Sie E-Mail-Adressen von Entwicklern hinzufügen, die über Aktualisierungen zum Zugriffstoken informiert werden sollen. Dies ist praktisch beim Erstellen von Tokens für Entwickler, die keine Kontonutzer sind.
* Wählen Sie **Weiter**.

<div data-with-frame="true"><figure><img src="https://1698965099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2Fek8rS9xyjkynutZrdw9V%2FScreenshot%202026-04-20%20at%2011.07.07.png?alt=media&amp;token=1215cadf-8474-4ae8-8faf-c592411314a7" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

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

* Aktivieren Sie eine API-Kategorie und markieren Sie dann die Kontrollkästchen links, um die Zugriffsumfänge auszuwählen, die Sie für Ihr API-Token zulassen möchten.
* Sie können alle Berechtigungsbereiche 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="https://1698965099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwMLlMoFBtKJa8ptd3zaw%2Fuploads%2FesmY9AcxNd2InyjDv3OK%2FScreenshot%202026-04-20%20at%2011.11.23.png?alt=media&amp;token=b077402a-aafc-457b-9426-210bdd622a41" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>4. Wählen Sie Erstellen aus</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.
