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

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

204

Password updated successfully (no content)