Skip to content

Tests if an email address is valid for registration

POST
/api/users/registration/email-checker

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"email": "user@example.com"
}

Responses

Success

application/json
JSON
{
"isValid": true
}

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python