Developers · API

Build on the Identification ID API

Access your product registry programmatically. Sync catalogs, verify products, and pull live stats — straight into your storefront, marketplace, or internal tools.

Pull your product catalog

List every product you've registered, filter by status, and read full details — specs, images, and multilingual descriptions.

Verify any product

Check whether any Identification ID is real and published, and see which verified manufacturer owns it — perfect for anti-counterfeit checks.

Read live stats

Get product counts and total public views for your company, so you can surface engagement metrics in your own tools.

Simple, fast integration

Clean REST endpoints, JSON responses, and a single X-API-Key header. Generate and revoke keys anytime from your dashboard.

One header. That's it.

Authenticate every request with your API key. Keys are created and revoked from your dashboard under API Access.

# List your products
curl https://api.identificationid.com/api/v1/partner/v1/products \
-H "X-API-Key: iid_live_…"

Endpoints

GET

/partner/v1/products

List your products (filter by status)

GET

/partner/v1/products/{id}

Full product detail + images + translations

GET

/partner/v1/lookup/{id}

Verify any published product

GET

/partner/v1/stats

Product & view counts

View full API reference

Included in Best Value & Enterprise

API access comes with the Best Value and Enterprise plans. Register your company, choose a plan, and generate your first key in seconds.