defaultheader

POST emailValidation {#post}

Generate email verification code. Email is sent to the user after verifying the email address.

Parameters

Parameters | Detail ----------------------------------- | ----------------------------------- email
required |Email address of the user
Sample value: "john.doe@example.com"

Resource Information

Authentication: See Access Permission

HTTP Methods: POST

Request URL Format: https://{api_domain}/api3/emailValidation

Access Permission {#postPermission}

Requester can make this request to validate the email address. See Authentication for details on authentication.

Access to data is available to all the users.

Errors

  • Email is not in valid format

Example Request

  • Method: POST
  • Header: Authorization=Bearer 85f7b2462570acdde9a458ba6495b8763dcd040c
  • URL: https://example.brightidea.com/api3/emailValidation?email=john.doe@example.com

    ~~~ { "message": "success" } ~~~