Skip to content
Search
K
Main Navigation
Guide
Rest API
Wiki
Appearance
Menu
Return to top
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
Type
API Key (header: X-CSRF-Token)
Request Body
application/json
Schema
JSON
JSON
{
"email"
:
"user@example.com"
}
Responses
200
400
Success
Content-Type
application/json
Schema
JSON
JSON
{
"isValid"
:
true
}
POST
/api/users/registration/email-checker
Playground
Authorization
api_key
Body
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python