Skip to main content
POST
/
accounts
/
password-reset-confirm
/
{uidb64}
/
{token}
/
Confirm password reset
curl --request POST \
  --url https://api.futureagi.com/accounts/password-reset-confirm/{uidb64}/{token}/ \
  --header 'Content-Type: application/json' \
  --data '{
  "newPassword": "<string>"
}'

Path Parameters

uidb64
string
required

Base64 encoded user ID

token
string
required

Password reset token

Body

application/json
newPassword
string<password>
required
Minimum length: 8

Response

Password reset successful