# What changes with the new system in the sipgate REST API and sipgate.io?

In September 2025, sipgate released sipgate neo, a new system for end customers. All accounts newly created since September 2025 already run on this new system; older sipgate classic accounts that already existed before September 2025 are to be migrated gradually. The change also affects the behavior of the sipgate REST API and sipgate.io. All relevant changes concerning the REST API and sipgate.io are described in detail in the article below.

#### **Account type** <a href="#h_01kj9v44v5dbz56rt2ttmyfyjk" id="h_01kj9v44v5dbz56rt2ttmyfyjk"></a>

The account type can be viewed in the web interface on the one hand and is technically specified in the JSON Web Token. In the field *featureScope* it is either "CLASSIC\_PBX" or "NEO\_PBX".

#### **History** <a href="#h_01k8t4q155wfbm80ywka2yycxx" id="h_01k8t4q155wfbm80ywka2yycxx"></a>

Events such as fax and SMS can **for new customers** be viewed in the web interface and remain accessible via the history endpoints. Call events will no longer be available via these endpoints in the future; a request will return an empty result. Instead, call events, both incoming and outgoing, are stored in the channel and made available via the API through the channel endpoint GET /channels/{channelId}/events.

**For migrated existing customers** with a sipgate Neo account, call events are additionally written to the familiar event list in the web interface and will therefore initially continue to be available via the existing history endpoints.

#### **Push API** <a href="#h_01kb22wjn2mjmnk4tn9v66x4ep" id="h_01kb22wjn2mjmnk4tn9v66x4ep"></a>

The Push API has been extended for sipgate Neo and supports incoming and outgoing channel calls there. The webhook configuration is still done in the Appweb. There you can specify for which channels webhooks should be triggered.

With sipgate Neo, only **HTTPS webhooks** can be configured.

#### **Devices** <a href="#h_01kj9sp7f5j8zqb3acf0qjd7qr" id="h_01kj9sp7f5j8zqb3acf0qjd7qr"></a>

| **Endpoint** (api.sipgate.com/v2) | **Description**                                                                                                                                                    |
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| GET /{userId}/devices             | Extended by the query parameter ***type*** and the output of the app extension. Possible values as a comma-separated list: *all, app, register, mobile, external*. |

#### **RTCM - Real Time Call Manipulation** <a href="#docs-internal-guid-106e252b-7fff-313f-cf98-259a948f6e61" id="docs-internal-guid-106e252b-7fff-313f-cf98-259a948f6e61"></a>

The RTCM endpoints are functionally extended in the backend so that controlling the new channel calls with the existing endpoints remains possible. The response structure remains in place for compatibility reasons.

| **Endpoint**                       | **Status for sipgate Neo** | **Information**                                                                                                                                                                                                 |
| ---------------------------------- | -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GET /calls                         | In progress                | BETA: Starting calls to the device's default channel is possible. Channel inbox events and channel selection are in progress. Starting a call on an external phone (X extension) is currently not yet possible. |
| POST /calls/{callId}/dtmf          | Implemented                | Changed HTTP response status codes: empty request body: Classic = 400 Bad Request, Neo = 204 No Content                                                                                                         |
| PUT /calls/{callId}/hold           | Implemented                |                                                                                                                                                                                                                 |
| PUT /calls/{callId}/recording      | Implemented                | Analogous to starting/stopping a recording with **\*6**. The announcement "*Recording is starting*" is always played.                                                                                           |
| POST /calls/{callId}/transfer      | Implemented                | Attended and unattended transfer.                                                                                                                                                                               |
| PUT /calls/{callId}/mute           | Under review               | The use of the endpoint is currently being reviewed.                                                                                                                                                            |
| DELETE /calls/{callId}             | Implemented                |                                                                                                                                                                                                                 |
| POST /calls/{callId}/announcements | No implementation          | An extension of this endpoint for sipgate Neo is not planned so far.                                                                                                                                            |

#### **Channels** <a href="#h_01k8t4761f4e14kak8z12vjc5x" id="h_01k8t4761f4e14kak8z12vjc5x"></a>

Channels replace groups and the previously known personal routings (phonelines).

With sipgate Neo, phone calls are always associated with a channel. To derive this reference, the following endpoints are currently available:

| **Endpoint** (api.sipgate.com/v2)                | **Description**                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GET /channels                                    | Retrieve the channels of an account.                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| GET /channels/{channelId}/events                 | Retrieve the call events of a channel. Only authorized users (channel members or admins for non-private channels) can access the events. To navigate through larger amounts of events, use the position parameter: 1. The initial request delivers the first events and a **position value** 2. Pass this **position value** in the next request to retrieve the next page 3. The position marks the starting point ("start after") - the event with this key is not returned again |
| PUT /channels/{channelId}/users                  | Set the user list of a channel.                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| PUT /channels/{channelId}/users/{userId}/devices | For a user, set the list of devices with which they should be represented in the channel.                                                                                                                                                                                                                                                                                                                                                                                           |
| PUT /channels/{channelId}/name                   | Set the name of a channel.                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| DELETE /channels/{channelId}                     | Delete a channel.                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |

Please refer to the feature roadmap for the plan to extend the channel endpoints at: [https://feedback.sipgate.de](https://feedback.sipgate.de/).

#### **Fax** <a href="#h_01kjfn6nvktwgw54sf4efp9r76" id="h_01kjfn6nvktwgw54sf4efp9r76"></a>

Group faxes are being discontinued. Existing fax connections will be converted accordingly to a global fax connection during the Neo account migration. For the use of the REST API, the /groupfaxlines endpoints will therefore be discontinued. Instead, the /{userId}/faxlines endpoints are available. Work is currently underway on new endpoints that provide a global view of fax connections.


---

# Agent Instructions: 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:

```
GET https://help.sipgate.de/cloud-telefonanlage/en/connections-and-integrations/api/was-aendert-sich-mit-dem-neuen-system-in-der-sipgate-rest-api-und-bei-sipgateio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
