Skip to content

aside: false outline: false title: vitepress-openapi

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

© 2026 Hantera AB. Org. no.: 559242-9582