Skip to content

E-Mail Verification


Sends a Verification E-Mail



POST /api/email/email-verification
Terminal window
https://api.cookie-api.com/api/email/email-verification


URL Parameters
to_emailemail address from the recipient
titletitle of the email
toname of the recipient
colorcolor accent of the email (hex format)
code optional custom code instead of the automatically generated one


Terminal window
curl --location --request POST 'https://api.cookie-api.com/api/email-verification?to_email=exampel%40exampel.com&name=Cookie&title=This%20is%20the%20title&to=A%20very%20nice%20person&color=%23e6cea0' \
--header 'Authorization: API_Key'

Responses
{
"code": 228003,
"send_from": "[email protected]",
"send_to": "[email protected]",
"success": true
}