-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
i'm trying to authenticate with api, so i've create an api credential inside my whmcs and then use this code :
$config = new \Gufy\WhmcsPhp\Config([
'baseUrl'=>'https://mywhmcs/includes/api.php',
'username'=>'test',
'password'=>'432sdffsd8sdfnQPWQN5xqR', //my secret API key
'authType'=>'keys'
]);
but i've error because password it's not correct so how can i use api auth?
thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels