OpenAPI specifications
The OpenAPI 3.1 spec is the source of truth for this reference — every endpoint, schema, and example here is generated from it. Download it and use it in whatever tool you prefer (Insomnia, Bruno, SDK generators, AI agents).
Served by the API
The API itself serves the spec, in all three languages:
GET https://api.dunning.kobana.com.br/api/v1/openapi.yaml?locale=pt|en|esGET https://api.dunning.kobana.com.br/api/v1/openapi.json?locale=pt|en|es
Without ?locale=, the language follows the Accept-Language header (default: Portuguese).
Files for download
We also publish the static files alongside this documentation:
| Version | Language | File |
|---|---|---|
| v1 | Português | openapi-v1-pt.yaml |
| v1 | English | openapi-v1-en.yaml |
| v1 | Español | openapi-v1-es.yaml |
Postman collection
The same contract is available as a ready-to-import collection — details in Postman collection.