curl --request POST \
--url https://api.sandbox.tesouro.com/embedded-banking/v1/credit-card-applications/resume \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "<string>"
}
'{
"acknowledged": true
}Looks up a DRAFT credit card application by email and reissues a client secret, sending it to the applicant via email.
Token types: APP | Required scopes: embedded:creditcardapplication:write
curl --request POST \
--url https://api.sandbox.tesouro.com/embedded-banking/v1/credit-card-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.
Was this page helpful?