| Recurso | Escopo de leitura | Escopo de escrita | Acessível usando |
|---|---|---|---|
| Pix | pix.read | pix.write | Token corporativo |
| Billets | billets.read | billets.write | Token corporativo |
| Webhook | webhook.read | webhook.write | Token corporativo |
| Transactions | transactions.read | Token corporativo | |
| Account | account.read | Token corporativo | |
| Infractions | infractions.read | infractions.write | Token corporativo |
| Internal Transfers | internal-transfer.read | internal-transfer.write | Token corporativo |
curl --location '/oauth/token' \
--header 'Content-Type: application/json' \
--data '{
"clientId": "5e505642-9024-474d-9434-e5a44f505cc5",
"clientSecret": "string",
"grantType": "client_credentials",
"scope": "string"
}'{
"tokenType": "string",
"expiresAt": 0,
"refreshExpiresIn": 0,
"notBeforePolicy": 0,
"accessToken": "string",
"scope": "string"
}