For the complete documentation index, see llms.txt. This page is also available as Markdown.

Trust Chains

Returns a list of all VP documents.

get

Returns a list of all VP documents. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageIndexnumberOptional

The number of pages to skip before starting to collect the result set

Example: 0
pageSizenumberOptional

The numbers of items to return

Example: 20
policyIdstringOptional

Filter by policy database ID

Example: 69aeb71ef8c5b278e3bab4e5
policyOwnerstringOptional

Filter by policy owner DID

Example: did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599
Responses
200

Successful operation. Returns VP documents array and total count in X-Total-Count header.

application/json
get
/trust-chains

Builds and returns a trustchain, from the VP to the root VC document.

get

Builds and returns a trustchain, from the VP to the root VC document. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
hashstringRequired

VP document hash used to build the trust chain

Example: GcDE9NsPJc7oCZvSVJySCZHxTxvjc3ZAMgtKozP1r1Eh
Responses
200

Successful operation. Returns the trust chain and user map.

application/json
get
/trust-chains/{hash}

Last updated