Webservice 9

With Webservice v9 we’re introducing a major modernization of the platform.
Legacy protocols have been removed and the REST API structure has been simplified to make integrations cleaner and more future-proof.

In this article you’ll learn:

Why this release?

For years the webservice supported multiple protocols simultaneously: REST, SOAP and XMLRPC.
In practice almost every integration already uses REST, while the legacy protocols mainly added maintenance overhead and complexity.

Webservice v9 therefore makes a clear choice:

SOAP and XMLRPC removed

Starting from version 9, the legacy protocols are no longer available.

Both had been deprecated for multiple releases.
v9 officially removes them completely.

If your integration still uses SOAP or XMLRPC, you must migrate to REST before upgrading.

Cleaner REST URL structure

We also simplified the REST endpoint URLs.
The /index.php/ segment is no longer required.

Old structure (v8 and earlier)

New structure (v9)

If your server does not have URL rewriting enabled, the /index.php/webservice/... URLs will continue to work.

Upgrade checklist

Webservice v9 removes the past and focuses fully on a modern API.
Once upgraded, integrations become simpler, cleaner and easier to maintain going forward.

2/20/2026