How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

Expansion on Get Configuration Value API



https://developers.whmcs.com/api-reference/getconfigurationvalue/

I think this should have a general call instead of specifying a setting so it could retrieve all of the settings, then in theory you could do something like this:
$company = json_encode($CliData->{company});
$email = json_encode($CliData->{email});

Just a thought!

Post the first comment

Login to post a comment.