> 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/agency/de/what-would-you-like-to-learn-about/account-settings/api-tokens/create-api-access-tokens-as-an-agency.md).

# API-Zugriffstoken als Agentur erstellen

Folgen Sie den folgenden Schritten, um einen neuen API-Token zu erstellen und die Zugriffsb Bereiche für den 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/impact-agency/reference/overview-1) von impact.com, um API-Referenzdokumentationen, Integrationsleitfäden und mehr anzuzeigen.
{% endhint %}

#### Einen Zugriffstoken erstellen

1. Wählen Sie im linken Navigationsmenü ![](https://1587632263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-2353e6dbc5652c0304edc7da554b01277ad88839%2F380bebd18697484deff243a63d0ed3fda5b8b3ae7a5d1da26278c64764d33cd9.svg?alt=media) **\[Menü]** → **Einstellungen**.
2. In der *Konto* Spalte, navigieren Sie zu *Technisch*, dann wählen Sie **Platform REST Web Services**.
3. Erstellen Sie einen neuen Token, indem Sie **Zugriffstoken erstellen** oben rechts auf der Seite.

#### Einen Token erstellen

<details>

<summary>1. Einrichtung</summary>

* Geben Sie einen passenden Namen in das **Tokenname** Textfeld ein.
* Fügen Sie einen **Beschreibung** hinzu, der den Zweck des Tokens als Referenz für später beschreibt.
* Geben Sie die **API-Version** an, mit der der Token kompatibel sein wird. Wir empfehlen die neueste API-Version, die auch die Standardauswahl ist.
* Wählen Sie **Weiter**.

  <div data-with-frame="true"><figure><img src="https://1587632263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-62d668ef403ad96413355d4252365f777ee2bd77%2F27f7be4e1e67a2277cd86ea134f106d54dac272af818264ed051e4da11e7a7c0.png?alt=media" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>2. Kontaktinformationen</summary>

* Wählen Sie eine **Hauptkontakt** aus dem Dropdown-Menü aus. Wir werden den primären Kontakt bezüglich Entwicklungsaktualisierungen kontaktieren.
* Fügen Sie optional E-Mail-Adressen von Entwicklern hinzu, die über Aktualisierungen im Zusammenhang mit dem Zugriffstoken informiert sein sollen. Das ist praktisch, wenn Tokens für Entwickler erstellt werden, die keine Kontonutzer sind.

  <div data-with-frame="true"><figure><img src="https://1587632263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-c0e22bf8dbadf0febcb4e0876a2e27ba9c11601c%2Fc74ae8bc7e7306841becdf55210e23393384325a6754ab8bebf53a72656115b1.png?alt=media" alt=""><figcaption></figcaption></figure></div>
* Wählen Sie **Weiter**.

</details>

<details>

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

* Aktivieren Sie eine API-Kategorie und aktivieren Sie dann die Kontrollkästchen links, um die Zugriffsb Bereiche auszuwählen, die Sie für Ihren 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="https://1587632263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FokTNfAIjBtFchXJ9pC2q%2Fuploads%2Fgit-blob-fbe37ae532c52045515b549a72cdbdf52572ffd2%2F09a1c1600bb506bf3cf731e5a89ae7991c9b7f339096d6aa47c23a9e2daadef2.png?alt=media" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary>4. Wählen Sie Erstellen</summary>

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

</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/agency/de/what-would-you-like-to-learn-about/account-settings/api-tokens/create-api-access-tokens-as-an-agency.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.
