Create a developer account
Go to the Conta Azul Developer Portal and sign up for a developer account.
Create a new application
- In the Minhas aplicações (My applications) dashboard, click Criar uma aplicação (Create an application)
- On the Introdução (Introduction) step, review the terms and click Continuar (Continue)
- On the Sobre (About) step, fill in the required details:
- Nome da aplicação (Application name): choose a name that clearly identifies your company or solution
- Objetivo da aplicação (Application objective): briefly describe what your app does
- CNPJ: your company’s CNPJ (use the primary one if you have multiple)
- Funcionalidades principais (Main features): select the areas your application covers
Configure the OAuth redirect URL
On the URL OAuth 2.0 step, enter the Nango callback URL as the redirect URL:The redirect URL must use HTTPS. This is where the authorization server sends the response after the user authorizes or denies access.
Get your credentials
On the Credenciais (Credentials) step, you will be presented with:
- Client ID
- Client Secret
- A pre-filled authorization URL with the required parameters
Next
Follow the Quickstart to connect your first account.