POST
/
reset-password
curl --request POST \
  --url https://api.joinworth.com/auth/api/v1/reset-password \
  --header 'Content-Type: text/plain' \
  --data '{
    "password": "DummyPassword@1234",
    "reset_token" : {{reset_token}}
}'
{
  "status": "success",
  "message": "Password Changed succesfully"
}

Body

text/plain · string

The body is of type string.

Example:

"{\r\n \"password\": \"DummyPassword@1234\",\r\n \"reset_token\" : {{reset_token}}\r\n}"

Response

200
application/json; charset=utf-8
OK
status
string
required
message
string
required