Request
A buyer asks for specific fields and evidence needed for a DPP use case.
The Supplier Data API service lets suppliers package reusable evidence, authorize access, and deliver versioned DPP-ready records into manufacturer workflows or external platforms.
Suppliers maintain reusable records and decide who can consume each package.
Manufacturers, PLM/PIM systems, LCA tools, and external DPP platforms can consume authorized packages.
Pull package JSON, export evidence bundles, and subscribe to package-state changes.
Grant state, expiry, revocation, freshness, and audit entries travel with the data.
Redy can broker supplier evidence for systems outside the Redy host because the data object carries request context, package version, access terms, and delivery evidence.
A buyer asks for specific fields and evidence needed for a DPP use case.
The supplier turns source material into a reusable, scoped evidence package.
Access is authorized for a buyer, platform, or integration client.
The authorized package moves into the consuming DPP workflow.
Request missing supplier fields and subscribe to updates when evidence changes after publication.
Consume supplier-authorized packages without replacing the primary DPP hosting platform.
Pull evidence values, document references, and freshness metadata into existing product-data workflows.
The deeper API page keeps endpoint examples and event details. This service page shows the buyer-facing contract.
POST /api/v1/supplier-evidence/requests
Authorization: Bearer buyer_api_key
{
"supplierOrgId": "sup_7f4",
"productRef": "BATTERY-MODULE-24",
"requiredFields": [
"recycledContent",
"materialComposition",
"dueDiligenceEvidence"
],
"requestedUse": "battery_dpp_readiness"
}supplier_evidence.package.updatedsupplier_evidence.grant.revokedsupplier_evidence.package.expiringsupplier_evidence.trust_state.changedThe API service is built around supplier grants, not hidden buyer-side scraping or unrestricted marketplace access.
Each response needs scope, source context, provenance, review state, freshness, and version metadata.
Supplier-platform keys, buyer keys, webhook consumers, and exports should carry distinct scopes and audit trails.
The existing Supplier Evidence API page keeps the request, package, export, and webhook examples for technical review.