| Current Path : /var/www/www.indacotrentino.com/www/scripts/tools/ |
| Current File : /var/www/www.indacotrentino.com/www/scripts/tools/iubendaGetConsent.php |
<?php
$idConsent = '08649c56-127f-4f2d-987a-4e4ebaafb873';
$idConsent = '3af557fd-0d31-48b1-aa7e-fcbbf6e577e4';
$req = curl_init();
curl_setopt($req, CURLOPT_RETURNTRANSFER, true);
curl_setopt($req, CURLOPT_URL, 'https://consent.iubenda.com/consent/' . $idConsent);
curl_setopt($req, CURLOPT_HTTPHEADER, array(
'ApiKey: MIMKEgxQw0kpGwldWMDSSQb5fmUr9GpI',
'Content-Type: application/json'
));
$response = curl_exec($req);
echo var_dump (json_decode($response));