Skip to content

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"
}

Samples

© 2024 Hantera AB. All rights reserved.