Opero Docs

Open API

Use the Opero OpenAPI schema with typed clients, SDK generators, and API tools.

Opero publishes an OpenAPI schema for the API.

Open the OpenAPI schema

https://api.kodasoft.pl/swagger/v1/json

When To Use It

Use the OpenAPI schema when you want to connect Opero with tools that understand API contracts.

Common uses include:

  • Generating strongly typed API clients.
  • Creating TypeScript types for requests and responses.
  • Importing the API into tools such as Postman, Insomnia, Swagger UI, or code generators.
  • Validating integration code against the current API contract.

Notes

The schema describes the API contract. To call protected endpoints, your requests still need an Opero API token.

On this page