Skip to main content

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|es
  • GET 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:

VersionLanguageFile
v1Portuguêsopenapi-v1-pt.yaml
v1Englishopenapi-v1-en.yaml
v1Españolopenapi-v1-es.yaml

Postman collection

The same contract is available as a ready-to-import collection — details in Postman collection.