Developer API & Server Webhooks
Automate IMEI verification, iCloud status lookups, and instant software licensing via direct REST requests.
Quick Endpoint Example
Send HTTP POST queries to execute instant balance checks and place orders:
POST https://api.libnativetech.com/v2/orders
Headers: Authorization: Bearer lnt_live_89f4b98...
Content-Type: application/json
{
"service": "NETWORK_UNLOCK_IPHONE",
"imei": "352094102983741"
}
Headers: Authorization: Bearer lnt_live_89f4b98...
Content-Type: application/json
{
"service": "NETWORK_UNLOCK_IPHONE",
"imei": "352094102983741"
}