cURL
curl --request POST \ --url https://api.sandbox.tesouro.com/embedded-banking/v1/bank-account-applications/resume \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "acknowledged": true }
Looks up a DRAFT application by email and reissues a client secret, sending it to the applicant via email.
Token types: APP, USER | Required scopes: embedded:bankaccountapplication:write
embedded:bankaccountapplication:write
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request acknowledged.
Was this page helpful?