Deskhero Developer Hub
Back to deskhero.com
Account

Verify email

Verifies an email address with the code sent to it, activates the pending login method and revokes the existing sessions tied to that login method.

POST /api/sys/v{version:apiVersion}/account/verify_email
Authorisation
No authentication needed

Request arguments

Name Type Source
inputDTO_cognito_verify_emailBody
Request body example

Response

Status
200 (OK)
Type
DTO_acknowledgement
Wrapper
DTO_response_wrap
Other statuses
400 (BadRequest), 403 (Forbidden)
Response body example
DTO_cognito_verify_email
NameTypeReadOnlyDescription
emailStringEmail
verification_hashStringVerification hash
codeStringCode
DTO_acknowledgement
NameTypeReadOnlyDescription
messageStringMessage

Generated Aug 4, 2026 18:37