Postman
If you prefer testing the API through Postman, download the collection in your preferred language and import it.
Collections
| 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). - 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.