v1
latestOpenAPI 3.0.12026-07-24501176.6 MBValidate OTP
Lets you authenticate customer by validating the OTP sent to the customer through SMS or email and proceed with the necessary action such as redeeming points/coupons, and registering customer.
In Response, entity: true indicates the OTP validation is successful, and "entiry": false if the validation fails.
post/otp/validate
Request body
Response
200
Example response
{
"entity": true
}