latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

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
  }
}