Trust Chains
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageIndexnumberOptionalExample:
The number of pages to skip before starting to collect the result set
0pageSizenumberOptionalExample:
The numbers of items to return
20policyIdstringOptionalExample:
Filter by policy database ID
69aeb71ef8c5b278e3bab4e5policyOwnerstringOptionalExample:
Filter by policy owner DID
did:hedera:testnet:Cvzp5kKVUuipBCQjcF54fBjdicvaKsB8zHeQ6Qq22U2Z_0.0.8200599Responses
200
Successful operation. Returns VP documents array and total count in X-Total-Count header.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get
/trust-chainsAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
hashstringRequiredExample:
VP document hash used to build the trust chain
GcDE9NsPJc7oCZvSVJySCZHxTxvjc3ZAMgtKozP1r1EhResponses
200
Successful operation. Returns the trust chain and user map.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
get
/trust-chains/{hash}Last updated