This repository provides the OpenAPI specifications for all our services in one place, ensuring you have access to the latest API definitions for integration and development.
In this repository, you'll find a file named combined.json
, which consolidates the OpenAPI specifications of all our services into a single document.
This file is especially useful if you want to generate a client library to interact with multiple APIs from your backend or other applications. By using combined.json
, you can streamline development and avoid managing separate OpenAPI files for each service.
Find an example in our documentation
To keep track of changes, additions, or deprecations in our APIs, we recommend watching this repository for releases.
- Click the Watch button at the top of the page.
- Select Custom and enable Releases.
You'll receive notifications whenever new updates are published.
If you have questions or suggestions, please open an issue. Your feedback helps us improve!
Thank you for using our APIs!