Discontinuation of the REST APIs

Written By Waldemar Axt

Last updated About 1 month ago

Our existing REST APIs are currently being replaced by a modern GraphQL API. This page summarizes the current status, end-of-life dates, and important transition guidelines.

Available REST APIs

  • v1 API – available at /api

  • v2 API – available at /api/v2

The REST APIs v1 and v2 will be deprecated on February 28, 2027.
As of this date, these interfaces will no longer be available.
Please plan your migration to the new 123captures GraphQL API well in advance.

Successor: 123erfasst GraphQL API

Our GraphQL API is now available as a modern, powerful, and unified interface.

The GraphQL API completely replaces the previous REST endpoints and offers flexible data queries via a single schema.
It has been active for some time and is ready for production use.

Exceptions for the v2 API

Some paths of the v2 API are not affected by the deprecation and will remain in place for the time being.

All paths under the following paths will remain available

  • GET | /api/v2/images

  • GET | /api/v2/master/files

  • GET | /api/v2/files/

If you notice any missing endpoints in this list, please contact our Support so we can review them and add them to this list if necessary.

Recommendations for Developers

  • Implement new features directly based on the GraphQL API and contact our Support if any functionality is missing there.

  • Start migrating to the GraphQL API in a timely manner.

  • Check all existing integrations that use REST endpoints.

  • Use the GraphQL documentation and the graphiQL tool for your testing and development work.