Skip to main content
POST
/
auth
/
password
/
update
Update password
curl --request POST \
  --url https://api.stack-auth.com/api/v1/auth/password/update \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

x-stack-refresh-token
string

Body

application/json
old_password
string
required
new_password
string
required

Response

200 - application/json

Successful response

success
boolean
required

Always equal to true.

Example:

true