List Frequency Hoursget https://api.adnium.com/v1/advertiser/campaign/list/freq/hour/List allowed campaign frequency hour cappingPHP Replace [YOUR_API_TOKEN] with your token PHP<?php $curl = curl_init('https://api.adnium.com/v1/advertiser/campaign/list/freq/hour/?token=[YOUR_API_TOKEN]'); curl_setopt($tcurl, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($curl); curl_close($curl); var_dump($response); ?>