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.
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:
| Version | Language | File |
|---|---|---|
| v1 | Português | postman-v1-pt.json |
| v1 | English | postman-v1-en.json |
| v1 | Español | postman-v1-es.json |
Usage
- Import the downloaded
.jsonfile in Postman (File → Import) — or open the online collection directly. - 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.
- Bearer authentication is already configured at the collection level, pointing to
{{bearerToken}}. - Open any request, adjust parameters if needed, and click Send.
