Skip to content

Reset password

POST
/cognito/reset-password

Set a new password using the reset code.

Request Body

application/json
JSON
{
"email": "string",
"code": "string",
"newPassword": "string"
}

Responses

Password reset

Playground

Server
Body

Samples

Powered by VitePress OpenAPI

Built with VitePress