Skip to content

Sends a new verification email to a specified address if an account with that address exists and is not yet verified

POST
/api/emailverification

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"address": "string"
}

Responses

Success

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python