Sign in

List Boleto Batches

documented

List boleto batches (path shown in docs).

GET /v1/bank_billets_batchesCobrançasno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api-sandbox.kobana.com.br/v1/bank_billet_batches" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"