Validate stored ICQ username and password

This function calls WHM API 1's verify_oscar_access function with your specified ICQ accounts. You can specify ICQ accounts in the Contact Information section of WHM's Basic WebHost Manager Setup interface (Home >> Server Configuration >> Basic WebHost Manager Setup).

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/verify_icq_access
Request samples
whmapi1 --output=jsonpretty \
  verify_icq_access
Response samples
application/json
{
  • "data": {
    • "message_id": "554d2cbd-efe61da3cacb"
    },
  • "metadata": {
    • "command": "verify_icq_access",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}