A Unified API forDigital Product Passports
Integrate once, connect to all digital passports worldwide.
import { Passport } from 'passports.dev'
// Initialize the client with your API key
const passport = new Passport('your_api_key')
// Fetch passport data for a scanned product serial
const getScannedProduct = async () {
// Serial scanned from QR code or NFC tag
const serialNumber = 'SN78392-EU-DPP'
const response = await passport.getBySerial(serialNumber)
// Product passport data across all standards
return {
id: response.id,
product: response.product,
manufacturer: response.manufacturer,
carbon_footprint: response.footprint,
materials: response.materials,
recycling: response.recycling_instructions,
standards: response.compliance
}
}
Integrate once with our API and instantly connect with all major digital product passports.
(and hundreds more integrations)
A Simple Solution To A New Requirement
Digital Product Passports (DPPs) are becoming mandatory, and SaaS platforms—return portals, resale marketplaces, and sustainability tools—must integrate with them to stay competitive. But every provider (EON, Buyerdock, Circularise, and more) has its own API and data format.
Integrate Once
Avoid the cost and complexity of building separate connections. Our Universal API gives you seamless access to every major DPP provider.
Keep Merchants Compliant
Instantly fetch product history and update ownership, repairs, and resale records across platforms—ensuring they stay compliant with new regulations.
Move Fast
DPPs aren't optional. We make integration effortless, so you can focus on growing your business instead of managing APIs.
DPP compliance is coming—future-proof your platform today with one simple API.
By Developers for Developers
Our API is designed to be straightforward, well-documented, and flexible. Get your integrations up and running in days, not months.
- Comprehensive documentation with code examples for multiple languages
- Testing sandbox environment with sample passport templates
- WebHooks for real-time updates to passports
- Dedicated developer support team with fast response times
# Install the SDK
npm install passports-dev-sdk
# Verify a passport
curl -X GET "https://api.passports.dev/v1/passports/psp_12345" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
Questions
Learn how our Universal API for Digital Product Passports can help your business
Join the Developer Waitlist
Sign up for early API access and be among the first to build with our unified passport platform.