POST api/registration/ValidateEmail?countryId={countryId}

Validates email: only valid emails checked with Regex are accepted, declined or non-approved users. Authorization by token is required.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countryId

Id for the country you request content for. Translation in responses will depend on this param

integer

Required

You can get countryId with GET api/Country

Body Parameters

Email

NameDescriptionTypeAdditional information
Email

string

Required

Request Formats

application/json, text/json

Sample:
{
  "email": "sample string 1"
}

Response Information

New user with current email is valid, otherwise throws an error

Response Formats

application/json, text/json

Sample:
true