Kanastra · OAuth Scopes

Kanastra OAuth Scopes

OAuth 2.0 searched

Kanastra publishes 5 OAuth 2.0 scopes. Scopes are the fine-grained permissions an application requests at authorization time to act against the Kanastra API on a user’s behalf.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CompanyBankingBanking as a ServicePaymentsPIXBoletoPrivate CreditFintechBrazilWealth Management
Scopes: 5 Flows: Method: searched

Scopes (5)

ScopeDescriptionFlows
financial_account Read/manage financial (checking) accounts, balances, transactions, transfers.
bank_slip Read/manage bank slips (boletos) and CNAB return files.
bank_slip:create Create bank slips (boletos), including batch issuance.
commercial_paper Manage commercial notes (CCB), guarantees and related documents.
webhook Subscribe to and manage webhook event delivery.

Source

OAuth Scopes

Raw ↑
# generated: '2026-07-19'
generated: '2026-07-19'
method: searched
source: https://banking-docs.kanastra.com.br/ (token response scope claim)
docs: https://banking-docs.kanastra.com.br/
note: Kanastra issues Bearer tokens (private_key_jwt) carrying a space-delimited OAuth-style scope claim.
  The OpenAPI declares http bearer rather than a formal oauth2 scheme, so scopes are captured from the
  published token response rather than a flow scopes map.
schemes:
- name: bearerAuth
  token_endpoint: /api/v1/auth/token
  source: openapi/kanastra-banking-openapi.yml
scopes:
- scope: financial_account
  description: Read/manage financial (checking) accounts, balances, transactions, transfers.
- scope: bank_slip
  description: Read/manage bank slips (boletos) and CNAB return files.
- scope: bank_slip:create
  description: Create bank slips (boletos), including batch issuance.
- scope: commercial_paper
  description: Manage commercial notes (CCB), guarantees and related documents.
- scope: webhook
  description: Subscribe to and manage webhook event delivery.