Skip to main content
POST
Complete a 2FA reset

Authorizations

Authorization
string
header
required

API token authentication using format <api token id>:<api client secret>

Path Parameters

resetId
string
required

The reset handle returned by the start call.

Query Parameters

customerId
string
required

The unique identifier of the customer completing the reset.

Body

application/json

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.

mobile
object

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.