Thanks for the reply! Do I not have it sending as a header? I took out the actual token but this line is supposed to send as a header is it not?
curl_setopt($cURLConnection, CURLOPT_HTTPHEADER, array(
‘client-id: sdf’,
‘Content-Type: application/json’,
‘Authorization: Bearer sdgf’
));