Account
Cognito sign up confirm
Confirms the sign up verification code and, when a password is supplied as well, creates the account and signs the new user in. Throttled to 10 attempts per 30 minutes per email address and per IP.
POST
/api/sys/v{version:apiVersion}/account/cognito_sign_up_confirm
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_cognito_sign_up_confirm | Body |
Request body example
Response
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 |
Generated Aug 4, 2026 18:37