Dhru API v6.1

Dhru API v6.1 Update: We now support 'Bulk submit' and 'Bulk get' operations.
Dhru API Setup
  1. Go to your API Settings from your Dhru/GSM Fusion or other compatible backend panel.
  2. Select the option to add a new API.
  3. Fill in the fields using the data provided. All fields we provide must be filled in on your backend in order to work.
  4. After saving/submitting the new API, click "Verify Connection" to make sure your setup was successful.
  5. Make sure to synchronize our API so that you're ready to automate your services.
  6. That's it! You're good to go!
All submit requests are idempotent for the duration of the order, which means we handle duplicate cron jobs, without affecting your system or costs.

PHP API

service - Service ID of the checker
imei - IMEI or Serial Number
key - Your PHP API Key (below)
PHP API Setup
  • The best way to get started is by using our sample code for each service! You can find this with our Service List!
  • We encourage the use of POST requests simply for your security, but if GET is all you know, then it's still permitted.
  • When you're ready, create a new PHP file in an editor, make sure to start your code with <?php and then paste our sample code on the next line!