Account
Regenerate two-factor recovery codes
WARNING: Recovery codes are sensitive and should be stored securely by the client. Old recovery codes will be invalidated and replaced with new ones.
POST
Regenerate two-factor recovery codes
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
WARNING: Recovery codes are sensitive and should be stored securely by the client. Old recovery codes will be invalidated and replaced with new ones.
curl --request POST \
--url https://dev.flextell.ai/api/v1/account/two-factor/recovery-codes/regenerate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"current_password": "<string>"
}
'{
"success": "<string>",
"data": {
"recovery_codes": [
"<unknown>"
]
}
}curl --request POST \
--url https://dev.flextell.ai/api/v1/account/two-factor/recovery-codes/regenerate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"current_password": "<string>"
}
'{
"success": "<string>",
"data": {
"recovery_codes": [
"<unknown>"
]
}
}