PTS National Registry โ€” Open API

Build with the
Nigeria IMEI Registry

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.

๐Ÿฆ

Fintech & Banking

Block fraudulent accounts opened from stolen phones. Protect loan & transfer flows.

๐Ÿ›’

E-Commerce

Validate used devices listed for sale on your platform. Kill the stolen phone black market.

๐Ÿ“ฑ

Telecom Providers

Cross-reference IMEI against national registry before SIM activation.

๐Ÿช

POS & Retailers

Scan trade-in phones before purchase. Protect your business from receiving stolen goods.

API Reference

All requests must include your API Key in the x-api-key header.

Base URL
https://pts-backend-api.vercel.app
GET/api/v1/b2b/verify/:imei

Verify a device IMEI against the national registry.

Example Response

{
  "imei": "351234567890123",
  "brand": "Samsung",
  "model": "Galaxy A54",
  "status": "CLEAN",
  "riskScore": 95,
  "isBricked": false,
  "isSafeTransaction": true
}
Integration ExampleJavaScript / Node.js
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 };
};

Pricing Plans

Pay As You Go

Ideal for startups and growing platforms.

โ‚ฆ10 / call

500 free trial calls included on signup

  • โœ“ Real-time IMEI status
  • โœ“ Risk Score & Brand info
  • โœ“ Instant key delivery by email
  • ยท Top-up anytime via Paystack
๐Ÿ’ณ Top Up via Paystack
Most Popular

Enterprise

For banks, telcos, and major platforms.

Custom

Up to 1,000,000 calls/month

  • โœ“ Everything in PAYG
  • โœ“ Dedicated SLA support
  • โœ“ Webhook event notifications
  • โœ“ NCC Telecom Block integration
โœ‰๏ธ Contact for Enterprise Pricing

Request API Access

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.

Your key will be generated instantly and emailed to your contact address. No human review required for PAYG.

PTS
Vexel Innovations

Building Nigeria's sovereign device identity and anti-theft infrastructure. Protecting citizens and businesses across 36 states.

Developer Resources

Contact & Support