Skip to main content
POST
/
accounts
/
password-reset-initiate
/
Initiate password reset
curl --request POST \
  --url https://api.futureagi.com/accounts/password-reset-initiate/ \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'

Body

application/json
email
string<email>
required

Response

200

Password reset email sent