Publisher SiteList SitesAsk AIget https://api.adnium.com/v1/publisher/sites/Get all sitesRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…PHP Replace [YOUR_API_TOKEN] with your token PHP<?php $curl = curl_init('https://api.adnium.com/v1/publisher/sites/?token=[YOUR_API_TOKEN]'); curl_setopt($tcurl, CURLOPT_RETURNTRANSFER, true); $response = curl_exec($curl); curl_close($curl); var_dump($response); ?> Updated less than a minute ago