Conta Azul · OAuth Scopes

Conta Azul OAuth Scopes

OAuth 2.0 searched

Conta Azul publishes 3 OAuth 2.0 scopes via the authorizationCode flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Conta Azul API on a user’s behalf.

Tokens are issued from https://auth.contaazul.com/oauth2/token.

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.

CompanyFintechAccountingERPBrazilSmall BusinessFinancial ManagementInvoicingPayments
Scopes: 3 Flows: authorizationCode Method: searched

OAuth endpoints

Authorization URL
https://auth.contaazul.com/login
Token URL
https://auth.contaazul.com/oauth2/token
Flows
authorizationCode

Scopes (3)

ScopeDescriptionFlows
openid OpenID Connect authentication (identity). authorizationCode
profile Access to the connected user's profile. authorizationCode
aws.cognito.signin.user.admin AWS Cognito admin scope — grants full administrative access to all Conta Azul API contexts for the authorizing tenant. authorizationCode

Source

OAuth Scopes

Raw ↑
generated: '2026-07-18'
method: searched
source: https://developers.contaazul.com/requestingcode + https://developers.contaazul.com/migration
docs: https://developers.contaazul.com/auth
note: >-
  Conta Azul's Nova API uses a single FIXED scope string on the OAuth2
  authorization request. Per the migration guide, requesting this scope grants
  the developer access to ALL API contexts, so there is no per-resource scope
  surface to enumerate. The OpenAPI specs do not declare oauth2 scopes (they
  declare only the resulting bearer scheme); these scopes are captured from the
  documented authorization flow.
schemes:
- name: OAuth2
  source: docs (https://developers.contaazul.com/auth)
  flows:
  - flow: authorizationCode
    authorizationUrl: https://auth.contaazul.com/login
    tokenUrl: https://auth.contaazul.com/oauth2/token
fixed_scope_string: openid profile aws.cognito.signin.user.admin
scopes:
- scope: openid
  description: OpenID Connect authentication (identity).
  flows: [authorizationCode]
- scope: profile
  description: Access to the connected user's profile.
  flows: [authorizationCode]
- scope: aws.cognito.signin.user.admin
  description: >-
    AWS Cognito admin scope — grants full administrative access to all Conta
    Azul API contexts for the authorizing tenant.
  flows: [authorizationCode]