> 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/was-ist-die-sipgate-api-und-welche-funktionen-bietet-sie.md).

# Was ist die sipgate API und welche Funktionen bietet sie?

{% hint style="info" %}
**Hinweis:** Diese Funktion steht nur Kund:innen auf **sipgate classic** zur Verfügung. Auf sipgate neo ist die Funktion in anderer Form integriert.
{% endhint %}

Die sipgate API (Application Programming Interface; dt. Programmierschnittstelle) stellt die **Funktionalität** der sipgate Plattform **für externe Anwendungen** bereit. Die sipgate API bietet Funktionen aus folgenden Bereichen:

* Aufbau von Telefongesprächen
* Versand von SMS
* Versand und Empfang von Faxnachrichten
* Abrufen von Guthabeninformationen
* Zugriff auf die Ereignisliste (Daten zu Anrufen, Faxnachrichten, Voicemails, und SMS)
* Zugriff auf Voicemails
* Provisionierungsdaten für VoIP-Endpunkte

Zudem stehen grundsätzlich zu allen Elementen der Ereignisliste Informationen wie Absender:in, Empfänger:in und Zeitstempel zur Verfügung. Ausserdem können bei **Voicemail, Fax und SMS** beispielsweise die Inhalte als Datei heruntergeladen werden.

Alle Informationen rund um die sipgate API gibt es gebündelt und detailliert dokumentiert auf der [sipgate.io](https://www.sipgate.io) Homepage.

**An wen wende ich mich bei Problemen mit der sipgate API?**

Für Fragen rund um die REST-API und die sipgate.io Push-API wenden Sie sich direkt an unser Entwickler:innenteam. Sie erreichen uns

* per E-Mail an <tech@sipgate.io>

Als Diskussionsplattform für Entwickler:innen haben wir eine [**Mailingliste**](http://groups.google.com/group/sipgate-api) eingerichtet, wo Sie sich eintragen können.


---

# 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/was-ist-die-sipgate-api-und-welche-funktionen-bietet-sie.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.
