Account
Get two-factor authentication status for the authenticated user
GET
Get two-factor authentication status for the authenticated user
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://dev.flextell.ai/api/v1/account/two-factor \
--header 'Authorization: Bearer <token>'{
"success": "<string>",
"data": {
"is_enabled": true,
"is_confirmed": "<string>"
}
}curl --request GET \
--url https://dev.flextell.ai/api/v1/account/two-factor \
--header 'Authorization: Bearer <token>'{
"success": "<string>",
"data": {
"is_enabled": true,
"is_confirmed": "<string>"
}
}