Skip to content

confirmAuthenticatorEnrollment

POST
/api/v1/me/security/totp/confirm
curl --request POST \
--url https://example.com/api/v1/me/security/totp/confirm \
--header 'Content-Type: application/json' \
--header 'X-CSRF-Token: example' \
--data '{ "code": "example" }'
X-CSRF-Token
required
string
Media typeapplication/json
object
code
required

The six-digit authenticator code.

string
Examplegenerated
{
"code": "example"
}

Updated security state

Incorrect code

No pending enrollment