latestOpenAPI 3.0.12026-08-102423137.1 KB

80dd46738839

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