Postman
Download the collection in the language of your choice and import it into Postman, or open the online version straight from Kobana's public workspace.
Public workspace
The Financeiro Inteligente API v1 collections are published in the universokobana/kobana-finance-api workspace, with one collection per language.
Online collection
Open it directly in Postman (web or app): Financeiro Inteligente API (v1.0.0) — Português
Downloadable collections
Import the .json file directly into Postman (File → Import):
| Version | Language | File |
|---|---|---|
| v1 | Português | postman-v1-pt.json |
| v1 | English | postman-v1-en.json |
| v1 | Español | postman-v1-es.json |
Using it
- Download and import the
.jsonfile into Postman (File → Import) — or open the online collection directly. - Open the collection's Variables tab and fill in:
baseUrl— production (https://api.finance.kobana.com.br/v1) or sandbox (https://api.finance.sandbox.kobana.com.br/v1).bearerToken— your JWT, generated in the platform settings under Integrations → API Token.
Bearerauthentication comes preconfigured at the collection level, pointing to{{bearerToken}}.- Open any request, adjust parameters if needed, and click Send.