Dokumentation / OpenAPI-Spezifikation

OpenAPI-Spezifikation

The whole API is described by an OpenAPI 3 document. Use it to generate clients, import the API into Postman or Insomnia, or browse it in any OpenAPI viewer.

Download the spec#

Generate a client#

Point any generator at the spec, e.g. with openapi-generator or openapi-typescript, to get typed bindings in your language.

Import into Postman#

ℹ️

Want to try calls without leaving the docs? Open the API Playground.