SMS challenges

Verify SMS OTP

Verifies the SMS OTP sent to a customer's mobile number as part of an SMS challenge.

put/v1/mfa/challenges/sms/{id}

Path parameters

idstring required

Request body

codestring

The SMS OTP that was sent to the customer's mobile number as part of the SMS challenge.

device_datastring

Any device-specific string provided by the calling client.

Example request

{
  "code": "123456",
  "device_data": "YW55IHN0cmluZyBwcm92aWRlZCBieSB0aGUgY2xpZW50Cg=="
}

Response

Code challenge successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.