Account / Cognito sign up confirm
Route: /api/sys/v{version:apiVersion}/account/cognito_sign_up_confirm
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)
Response body example
DTO_cognito_sign_up_confirm
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| String | |||
| verification_code | String | Verification code | |
| password | String | Password |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |