Requesting
Last updated
GET /trustchains
Requests all VP documents. Only users with the Auditor role are allowed to make the request
{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/VerifiablePresentation'
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated