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
}

Documentation Index

Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Application (M2M) OAuth2 access token (client credentials).

Body

email
string
required

Response

Request acknowledged.

acknowledged
boolean
required