01
Declare
Manufacturer, importerThe data arrives the way it actually exists: spreadsheets.
CSV and Excel, with a dry run that reports errors per row rather than rejecting the file. Nobody's product data starts life in a schema, and a tool that insists otherwise is a tool nobody can start using.
/integrator/api/v1/import/{productGroup}
02
Evidence
Supplier, test laboratoryA document a supplier has not sent is visible as a gap, not as a blank.
Evidence is a first-class object with its own address and its own verification, rather than a field someone filled in. The difference matters when an auditor asks where a number came from.
/api/v1/dpp/{id}/evidence
03
Check
Compliance leadChecked against the product group's signed ruleset, before anything is signed.
Rules arrive as signed bundles and are verified fail-closed. When a threshold changes, the ruleset changes — not the software, and not a redeploy.
/api/v1/dpp/{id}/lint
04
Seal
The operator, aloneSigned with the operator's own key, on their own infrastructure. Claims freeze here.
The identity is a did:web in a domain they control. Nothing is sent anywhere to be signed, which is the difference between holding a record and renting access to it.
/api/v1/dpp/{id}/publish
05
Resolve
Consumer, retailerScan the code, get the public view. No login, no fee — because the regulation says so.
A GS1 Digital Link when the product is identified by a GTIN, and a plain passport URL when it is not. Requiring the barcode would mean requiring GS1 membership.
/01/{gtin}/21/{serial}
06
Disclose
Repairer, recycler, authorityNo competitor equivalentDepth proven by credential, not by a header the caller sets.
The same record answers differently depending on who is asking, enforced per field. For batteries this is a lattice rather than a ladder: an authority sees less than a recycler in one specific respect.
/credential/dpp/{id}
Operate this one yourself
07
Hand over
Two legal entitiesNo competitor equivalentResponsibility changes hands with both parties' signatures on the record.
Remanufacture, repurposing, a sold product line. The chain of custody is part of the passport rather than an email thread, and either side can refuse or withdraw.
/api/v1/dpp/{id}/transfer/initiate · /accept
08
End
Recycler, auditorNo competitor equivalentA typed end of life, and a dossier that verifies with no network and no trust in us.
Passport, signatures, identity documents and the full hash-chained history in one signed file. Someone who has never heard of Odal Node can check it offline.
/api/v1/dpp/{id}/eol · /evidence