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
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_cognito_verify_email | Body |
Request body example
Response
Response body example
DTO_cognito_verify_email
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| String | |||
| verification_hash | String | Verification hash | |
| code | String | Code |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37