Verify email address
Must have the authorization to use this API
GET
https://example.com/wp-json/rimplenet/v1 /verify-email-address
Request Body
Name
Type
Description
email_address*
String
Email address to receive mail
fire_email
Bool
Should be either True or False
To view request params, click on the arrow (>) at the right-hand side of the endpoint url to expand or collapse
Sample response
POST
https://example.com/wp-json/rimplenet/v1 /verify-email-address
Request Body
Name
Type
Description
email_address*
String
Email address to receive mail (Required)
token_to_validate_email_address*
Bool
Provide token gotten from mail or token contained in the GET response (Required)
To view request params, click on the arrow (>) at the right-hand side of the endpoint URL to expand or collapse
Sample response
Last updated