Building and Returning
Last updated
Note: This API is obsolete and will be deprecated in future releases. We would recommend to use policy based controlled API through policy configurator.
GET /trust-chains/{hash}
Builds and returns a trustchain, from the VP to the root VC document. Only users with the Auditor role are allowed to make the request.
hash*
String
Hash or ID of a VP document
{
content:
application/json:
schema:
$ref: '#/components/schemas/TrustChains'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated