Skip to main content

Integration API now live on production

The headless Integration API is now live on production. External systems such as ERPs and PLMs can author Digital Product Passports programmatically, from creating a draft through to submitting it for review.

What changed

The Integration API (/api/v1) is enabled on production at app.traceable.digital. A connected system can now, with a per-customer API key:

  • Create a DPP draft and populate its fields
  • Attach evidence documents
  • Check the same publish gate the operator portal uses
  • Submit the completed draft for human review

The publish step stays where it belongs. The API can move a passport from Draft to Submitted and no further. An operator publishes it in the Traceable portal, and the published record carries that person's attribution under EU Battery Regulation 2023/1542 Article 77. This is a deliberate compliance design.

Documentation

The full developer documentation is published, including authentication and HMAC signing, the scope vocabulary, an endpoint reference rendered from the canonical OpenAPI specification, an error and conventions guide, a quickstart with an Odoo to DPP worked example and a Postman collection, the regulatory boundary, and sandbox access details:

Getting access

Availability is per customer. Operators generate an API key in Settings → API Keys and can validate their integration against the sandbox on staging before going live. See the sandbox guide.