Skip to main content
POST
/
embedded-banking
/
v1
/
bank-account-applications
/
resume
Resume a bank account application by email.
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

email
string
required

Response

Request acknowledged.

acknowledged
boolean
required