POST
/
v1
/
users
/
reset
curl --request POST \
  --url https://api.ziplink.click/v1/users/reset \
  --header 'Content-Type: application/json' \
  --data '{
  "password": "super-secret",
  "token": "tDCVsHnzeOj278GIT85xU0s_"
}'
This response does not have an example.

Body

application/json
Password reset request.
password
string
required

Password of the user.

Required string length: 8 - 64
Example:

"super-secret"

token
string
required

Token to verify

Example:

"tDCVsHnzeOj278GIT85xU0s_"

Response

200

OK