Hey Jimmy Yeah the URL is correct. ATM its hard coded to elimiate this as a problem. $url = 'https://api.cc.email/v3/activites/add_list_memberships';
print_r('before add to list<br />');
$results = $this->queryAPI($url, [], 'POST', $c_data, true); The process is the same for each call. Just different values. The calls to check for the contact is working and such. The only call that is failing is 'https://api.cc.email/v3/activites/add_list_memberships'. I've also outputted the URL just before the call to make sure. Anything else that can be causing this?
... View more