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

Body

application/json
token
string
required

Reset token from email

new_password
string
required

New password

Response

200

Password reset successfully