Requesting

REQUESTS ALL VP DOCUMENTS

Returns a list of all VP documents

GET /trust-chains

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'
}

Last updated