api.lummatech.net/index.php
accountinfo - Get account informationimeiservicelist - Get service list (with custom prices)getimeiservicedetails - Get single IMEI service detailsproviderlist - Get provider listmodellist - Get model listmeplist - Get MEP listplaceimeiorder - Place an IMEI orderplaceimeiorderbulk - Place bulk IMEI ordersgetimeiorder - Get IMEI order detailsgetimeiorderbulk - Get bulk order detailsfileservicelist - Get file service listgetfileorder - Get file order detailsplacefileorder - Place a file ordercurl -X POST api.lummatech.net/index.php \ -d "username=your_username" \ -d "apiaccesskey=your_api_key" \ -d "action=imeiservicelist" \ -d "requestformat=JSON"
Run the example client script:
php /var/www/example_client.php
See QUICK_START.md and api/README.md for detailed documentation.