Skip to main content
GET
/
v1
/
account
/
two-factor
Get two-factor authentication status for the authenticated user
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>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Response

success
string
required
data
object
required