Email address verification
Sends the email to verify user's email address.
The email will contain a link to verify the email address.
The user id to send the email.
The return URL after the user clicks the link in the email.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLThe request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user was not found in the system.
API call exceeded rate limit due to too many requests.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLThis class represents the request data transfer object for activating an email address.
The token to active the email address. This is the token that was received from the request to send the OTP.
The request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The email address is already verified.
API call exceeded rate limit due to too many requests.
Last updated