Verify email with OTP
POST
/api/v1/customer/auth/otp/verify/
Confirm the 6-digit code; marks the shopper's email as verified.
Authorizations
shopperToken
The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.
Type
HTTP (bearer)
Request Body
application/json
JSON "otp": "482913"
{
}
Responses
Email verified.
application/json
JSON "status": true, "status_code": 0, "message": "string", "data": { "customer": "string" }
{
}