Skip to main content

Postman

If you prefer testing the API through Postman, download the collection in your preferred language and import it — or open the online version straight from Kobana's public workspace.

Public workspace

The v1 collections of the Automated Billing API are published in the universokobana/kobana-billing-api workspace, with one collection per language.

Kobana Billing API workspace on Postman

Collection

Open directly in Postman (web or app): Automated Billing API (v1.0.0) — English.

Downloadable collections

Prefer to import locally? Download the .json file:

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

Usage

  1. Import the downloaded .json file in Postman (File → Import) — or open the online collection directly.
  2. Open the collection's Variables tab and fill in:
    • baseUrl — production or sandbox (https://api.billing.sandbox.kobana.com.br).
    • bearerToken — your JWT, generated at Integrations → Kobana API → API Token.
  3. Bearer authentication is already configured at the collection level, pointing to {{bearerToken}}.
  4. Open any request, adjust parameters if needed, and click Send.