Skip to main content

Email Verification

This API is used to verify the email of the customer.

Query Parameters
  • userId string required

    The unique ID of the user.

  • token string required

    The verification token send via email address.

Responses

Success response


{
"statusCode": 200,
"message": "Success"
}