RANJOT API

Device identification for approved organisations

Mobile shops, repair businesses, recyclers and other legitimate organisations can request API access. Access is reviewed manually and may have rate limits or additional terms.

Request API access

How access works

1. Submit a request. 2. Ranjot reviews the organisation and intended use. 3. If approved, an administrator creates an API key and usage limit. 4. Your application can query the device-identification endpoint.

Example request

POST /rest/v1/rpc/api_imei_lookup
Headers:
  apikey: <RANJOT_PUBLIC_KEY>
  Content-Type: application/json

Body:
{
  "p_api_key": "rj_live_...",
  "p_imei": "356789012345678"
}

Approved users receive the exact endpoint, API key and limit. Keys should be kept server-side where possible.