Passwords
Return password strength
This function measures the strength of a password.
get/get_password_strength
Query parameters
passwordstring required
Example:12345luggage
The password.
Response
HTTP Request was successful.
Example response
{
"data": {
"strength": 21
},
"metadata": {
"command": "get_password_strength",
"reason": "OK",
"result": 1,
"version": 1
}
}