https://www.hajanaone.com/api/mask-credit.php
Perameter | Required | Description |
---|---|---|
apikey | Yes | User API Key Get from your account Dashboard |
https://www.hajanaone.com/api/mask-credit.php?apikey=dadsfdgdgsddkgjlgsvkfhwuwef
<?php
$api = 'AbCdEfGhIJkLmNoPqRsTuVwXyZ'; // Hajana One account API
$url = 'https://www.hajanaone.com/api/mask-credit.php?apikey='.$api;
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,$url);
curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
curl_setopt($ch, CURLOPT_HEADER, 0);
$result = curl_exec ($ch);
echo $result;
?>
Developed by : Hajana One