Retrieve_list: PushAdmin API Access | Documentation - Website 2 APK Builder

PHOTO EMBED

Mon Aug 24 2026 21:57:43 GMT+0000 (Coordinated Universal Time)

Saved by @v1ral_ITS

$curl = curl_init();
curl_setopt_array($curl, array(
  CURLOPT_URL => "https://apis.websitetoapk.com/pushadmin/api/v1/list_apps",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => "POST",
  CURLOPT_HTTPHEADER => array(
	"content-type: application/x-www-form-urlencoded",
	"X-Api-Key: api-key-here",
	"X-Auth-Token: token-here"
  ),
));
$response = curl_exec($curl);
echo $response;
content_copyCOPY

https://websitetoapk.com/docs/pushadmin-api-access.html