Open API
Use the Opero OpenAPI schema with typed clients, SDK generators, and API tools.
Opero publishes an OpenAPI schema for the API.
https://api.kodasoft.pl/swagger/v1/jsonWhen 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.