Account / Verify email
Route: /api/sys/v{version:apiVersion}/account/verify_email
Method: POST
Authorisation: No authentication needed
Response object
Response status: 200 (OK)
Response type: DTO_acknowledgement
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
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 |