POST
/
users
/
reset_password
/
curl --request POST \
  --url https://sandbox.prezio.eu/api/users/reset_password/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "jsmith@example.com"
}'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

Response

204

Password reset email sent successfully (no content)