Skip to main content

Account Validate

This API is used to validate the account.

Request Body required
  • email string

    The email address of the customer.

  • mobile object
  • code string required

    Unique numeric country code

  • number string required

    The valid phone number of the customer.

Responses

Success response


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