Skip to main content
POST
/
api
/
auth
/
password
/
reset
/
confirm
Confirm Password Reset
curl --request POST \
  --url https://api.example.com/api/auth/password/reset/confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>",
  "new_password": "<string>"
}
'
{}

Body

application/json
token
string
required
new_password
string
required

Response

Successful Response

The response is of type Response Confirm Password Reset Api Auth Password Reset Confirm Post · object.