Skip to content

Totp Status

GET
/auth/totp/status
curl --request GET \
--url https://example.com/auth/totp/status

Successful Response

Media typeapplication/json
TotpStatusResponse
object
backup_codes_remaining
Any of:
integer
enabled
required
Enabled
boolean
enabled_at
Any of:
string
Examplegenerated
{
"backup_codes_remaining": 1,
"enabled": true,
"enabled_at": "example"
}