> For the complete documentation index, see [llms.txt](https://help.sipgate.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sipgate.de/cloud-telefonanlage/anbindungen-und-integrationen/api/wie-kann-ich-api-clients-und-webhooks-verwalten.md).

# Wie kann ich API-Clients und Webhooks verwalten?

{% hint style="info" %}
**Hinweis:** Diese Funktion steht nur Kund:innen auf **sipgate classic** zur Verfügung.
{% endhint %}

Mit der sipgate API Konsole können Sie API-Clients **anlegen, editieren und löschen**. Bei einem vorhandenen sipgate.io Push-API-Vertrag können Sie zudem Ihre **Serveradressen** für die Webhooks **verwalten**.

Die **Serveradressen** für die [sipgate.io](https://www.sipgate.io/push-api) Webhooks werden in der API-Konsole hinterlegt. Sie erreichen die API-Konsole direkt aus Ihrem [Account](https://login.sipgate.com/auth/realms/sipgate-apps/protocol/openid-connect/auth?response_type=token\&client_id=sipgate-app-web\&redirect_uri=https://app.sipgate.com/implicit-auth-redirect?redirect=/) heraus.

Unter **Webhooks** und **URL** können Sie Ihre Serveradressen für die ein- und ausgehenden Anrufe eintragen. Diese Einstellung gilt für alle Benutzer:innen und Gruppen.

**API-Clients verwalten**

Unter **Client** können Sie **OAuth2 Clients** für die Verwendung unserer REST-API in Ihrer eigenen Anwendung anlegen und verwalten. Hier gibt es die [weiterführende Entwickler-Dokumentation](https://www.sipgate.io/restapi).


---

# 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.sipgate.de/cloud-telefonanlage/anbindungen-und-integrationen/api/wie-kann-ich-api-clients-und-webhooks-verwalten.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.
