Skip to main content
POST
/
v1beta1
/
check_password
Check Password
curl --request POST \
  --url https://traderapi.us-east-1.privatelink.preprod.polymarketexchange.com/auth/v1beta1/check_password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
{
  "acceptable": true,
  "minimumStrength": 123,
  "strength": 123,
  "suggestion": "<string>"
}

Body

application/json
password
string

Response

A successful response.

acceptable
boolean
minimumStrength
number<double>
strength
number<double>
suggestion
string