Skip to content

AuthController_confirm2fa

POST
/admin/v1/auth/2fa/confirm
curl --request POST \
--url https://your-store.example.com/admin/v1/auth/2fa/confirm \
--header 'Content-Type: application/json' \
--data '{ "totpCode": "example" }'
Media type application/json
object
totpCode
required
string
/^\d{6}$/
Example generated
{
"totpCode": "example"
}