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

Validate email. Accept only valid emails checked with Regex, not for existing, 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

Response Formats

application/json, text/json

Sample:
true