Account
Cognito forgot password init
Starts a password reset by sending a verification code to the given email address. Throttled per IP, and the confirm step is throttled per email address.
POST
/api/sys/v{version:apiVersion}/account/cognito_forgot_password_init
Request arguments
| Name | Type | Source |
|---|---|---|
| input | DTO_cognito_forgot_password_init | Body |
Request body example
Response
Response body example
DTO_cognito_forgot_password_init
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| String |
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37