Skip to main content

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):

VersionLanguageFile
v1Portuguêspostman-v1-pt.json
v1Englishpostman-v1-en.json
v1Españolpostman-v1-es.json

Using it

  1. Download and import the .json file into Postman (File → Import) — or open the online collection directly.
  2. 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.
  3. Bearer authentication comes preconfigured at the collection level, pointing to {{bearerToken}}.
  4. Open any request, adjust parameters if needed, and click Send.