TOTP
TOTP (Authenticator App) is a premium feature. Please get in touch if you would like us to enable it for your account. You can contact us at [email protected].
POST
/v1/me/totp
POST
/v1/me/totp/attempt_verification
DEL
/v1/me/totp
{
"object": "totp",
"id": "totp_21Ufcy98STcA11s3QckIwtwHIES",
"secret": "6JHMXLT5H3WOF5PSHX7ALXXFX7NLTRBJ",
"uri": "otpauth://totp/docs:[email protected]?algorithm=SHA1&digits=6&issuer=docs&period=30&secret=6JHMXLT5H3WOF5PSHX7ALXXFX7NLTRBJ",
"verified": true,
"backup_codes": ["12345678", "abcdefgh"],
"created_at": 1438000669544,
"updated_at": 1438000669544
}
post
https://clerk.example.com
/v1/me/totp
Creates a new TOTP object
post
https://clerk.example.com
/v1/me/totp/attempt_verification
Attempt verification of the TOTP
delete
https://clerk.example.com
/v1/me/totp
Delete TOTP
Last modified 7mo ago