Use this API to submit IMEI / SN orders.
GET /api.php?action=placeorder service_id=1 input=IMEI_OR_SN
https://server.weunlockers.com/dhru_api/api.php?action=placeorder&service_id=1&input=356789123456789
{
"SUCCESS":[
{
"MESSAGE":"Order submitted successfully",
"ORDERID":"123"
}
]
}
GET /api.php?action=checkstatus&orderid=123
https://server.weunlockers.com/dhru_api/api.php?action=checkstatus&orderid=123
{
"SUCCESS":[
{
"ORDERID":"123",
"STATUS":"SUCCESS",
"CODE":"12345678"
}
]
}