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
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.