Skip to main content
POST
/
v1beta1
/
change_password
Changes the password of the given user
curl --request POST \
  --url http://api.polymarketexchange.com/auth/v1beta1/change_password \
  --header 'Content-Type: application/json' \
  --data '
{
  "newPassword": "<string>",
  "oldPassword": "<string>",
  "username": "<string>"
}
'
{}

Body

application/json
newPassword
string
oldPassword
string
username
string

Response

A successful response.

The response is of type object.