Validate email verification
POST
/resources/me/email/validate
Requires authentication, but doesn't have to be of the specific identity validating. In general, the client
calling will provide its session.
Request Body
JSON "identityId": "string", "secret": "string"
{
}
Responses
OK
JSON "success": true, "errorMessage": "string", "email": "string"
{
}
POST
/resources/me/email/validate