cURL
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>" }
Checks password against minimum strength requirements.
A successful response.