Hey guys, I was using CustomEventHandler debugger and found some of v3 calls, e.g:
Do you have anything documented to share with us? :D How can I make a successful call to cPanel API v3?
Code:
SSL:check_shared_cert
$apiv = 3
$type = post
-----
$cfgref
$VAR1 = bless( {
'_args' => $VAR1
}, 'Cpanel::Args' );
--------------------
Branding:include
$apiv = 3
$type = pre
-----
$cfgref
$VAR1 = bless( {
'_args' => $VAR1
}, 'Cpanel::Args' );
--------------------
contactus:isenabled
$apiv = 2
$type = pre
-----
$cfgref
$VAR1 = {};