Standalone Marketplace OIDC BFF reads for Contract Vault records, versions, and commitments. Not the wallet sandbox Plane A/B catalog.
List standalone Contract Vault records for the linked actor
Marketplace OIDC BFF read. Requires a Marketplace SPA OIDC session,
an active Identity context with the required Marketplace role, and
a linked walletEndUserId. Scoped to that tenant plus wallet
end-user. Missing store or scope returns HTTP 200 with
status: unavailable, empty contracts, and a zeroed summary.
The list leaves currentVersion null and commitments empty;
use the version and commitment GETs. Create, sign, pay, and
evidence writes are not on Marketplace.
List standalone Contract Vault records for the linked actor › Responses
Available records or fail-closed unavailable empty payload.
statusreasonList standalone versions for a linked contract
Marketplace OIDC BFF read. Tenant + linked walletEndUserId. If the
contract is not linked to the actor or the standalone store is
missing, returns HTTP 200 with status: unavailable and empty
versions. Does not create or sign versions.
path Parameters
contractRefList standalone versions for a linked contract › Responses
Available versions or fail-closed unavailable empty payload.
statusreasonRead one standalone contract version
Marketplace OIDC BFF read. Tenant + linked walletEndUserId. A
linked miss returns status: available with version: null.
Unlinked contract, invalid version number, or missing store
returns status: unavailable with version: null. Does not
create, sign, or anchor.
path Parameters
contractRefversionNumberRead one standalone contract version › Responses
Available version, linked miss, or fail-closed unavailable.
statusreasonList standalone commitments for a linked contract
Marketplace OIDC BFF read. Tenant + linked walletEndUserId. If the
contract is not linked to the actor or the standalone store is
missing, returns HTTP 200 with status: unavailable and empty
commitments. Does not create commitments or record evidence.
path Parameters
contractRefList standalone commitments for a linked contract › Responses
Available commitments or fail-closed unavailable empty payload.
statusreasonRead one standalone contract commitment
Marketplace OIDC BFF read. Tenant + linked walletEndUserId. A
linked miss returns status: available with commitment: null.
Unlinked contract, empty commitment ref, or missing store
returns status: unavailable with commitment: null. Does not
progress commitments or attach evidence.
path Parameters
contractRefcommitmentRefRead one standalone contract commitment › Responses
Available commitment, linked miss, or fail-closed unavailable.
statusreason