Complete a 2FA reset
Complete a 2FA reset once liveness has passed, clearing the lost factor so the customer can re-enroll.
For an SMS_OTP reset, supply the new mobile number in the body — completing
the reset enrolls it as the customer’s number. Other factors need no body.
This endpoint is only meaningful for customers in a region where SCA is required (e.g. EU). For customers outside SCA-regulated regions, this returns 409.
Authorizations
API token authentication using format <api token id>:<api client secret>
Path Parameters
The reset handle returned by the start call.
Query Parameters
The unique identifier of the customer completing the reset.
Body
Optional body for completing a 2FA reset. Only needed when resetting the SMS_OTP factor to a new phone number; omit the body entirely otherwise.
For an SMS_OTP reset, the new mobile number to enroll as the customer completes the reset. Required for an SMS_OTP reset; ignored for TOTP / PASSKEY resets.
Response
Reset completed; no content is returned.