Skip to main content
POST
/
api
/
v1
/
auth
/
reset_password
/
confirm
Confirm reset password and update password
curl --request POST \
  --url https://api.paylora.org/api/v1/auth/reset_password/confirm \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "vfdnsmfsns.dfnnslkdflsf;amfs.sdjfksldfsd",
  "password": "qwerty123"
}
'
{
  "success": true
}

Body

application/json
token
string
required
Example:

"vfdnsmfsns.dfnnslkdflsf;amfs.sdjfksldfsd"

password
string
required
Example:

"qwerty123"

Response

Password updated