POST
/
users
/
reset_password_confirm
/
curl --request POST \
  --url https://sandbox.prezio.eu/api/users/reset_password_confirm/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "uid": "<string>",
  "token": "<string>",
  "new_password": "<string>"
}'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

204

Password reset successfully (no content)