Custom Dhru Fusion API

API Endpoint: This endpoint accepts POST requests only.
Base URL: api.lummatech.net/index.php
Note: This API only accepts POST requests. Use a tool like Postman, cURL, or the example client script to test.

Available Actions

Example Request (cURL)

curl -X POST api.lummatech.net/index.php \
  -d "username=your_username" \
  -d "apiaccesskey=your_api_key" \
  -d "action=imeiservicelist" \
  -d "requestformat=JSON"

Test Client

Run the example client script:

php /var/www/example_client.php

Documentation

See QUICK_START.md and api/README.md for detailed documentation.