Skip to content

Tests if an email address is valid for registration. Returns 400 if the parameter is not an email address or 200 and a 'valid' parameter that indicates if the email address can be used for registration.

POST
/api/user/isvalidemail

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Request Body

application/json
JSON
{
"email": null
}

Responses

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python