Integrate real-time stolen device detection into your Fintech, E-Commerce, or Telecom platform with a single API call. Protect your business and your users.
Block fraudulent accounts opened from stolen phones. Protect loan & transfer flows.
Validate used devices listed for sale on your platform. Kill the stolen phone black market.
Cross-reference IMEI against national registry before SIM activation.
Scan trade-in phones before purchase. Protect your business from receiving stolen goods.
All requests must include your API Key in the x-api-key header.
/api/v1/b2b/verify/:imeiVerify a device IMEI against the national registry.
Example Response
{
"imei": "351234567890123",
"brand": "Samsung",
"model": "Galaxy A54",
"status": "CLEAN",
"riskScore": 95,
"isBricked": false,
"isSafeTransaction": true
}const checkImei = async (imei) => {
const res = await fetch(
`https://pts-backend-api.vercel.app/api/v1/b2b/verify/${imei}`,
{
headers: {
'x-api-key': process.env.PTS_API_KEY
}
}
);
const data = await res.json();
if (!data.isSafeTransaction) {
// Block the transaction / listing
return { blocked: true, reason: data.status };
}
return { blocked: false };
};Ideal for startups and growing platforms.
500 free trial calls included on signup
For banks, telcos, and major platforms.
Up to 1,000,000 calls/month
Fill in your details below. Your unique API Key will be generated and emailed directly to you automatically โ no waiting, no manual reviews for PAYG.
Building Nigeria's sovereign device identity and anti-theft infrastructure. Protecting citizens and businesses across 36 states.
General & API Support
vexelvision@gmail.comHeadquarters
Abuja, Federal Capital Territory
Federal Republic of Nigeria