Skip to content

Verify the current user's TOTP

POST
/api/auth/v1/totp/confirm
curl --request POST \
--url https://example.com/api/auth/v1/totp/confirm \
--header 'Content-Type: application/json' \
--data '{ "totp": "example", "totp_url": "example" }'
Media type application/json
object
totp
required
string
totp_url
required
string
Example generated
{
"totp": "example",
"totp_url": "example"
}

TOTP verified