Requesting

REQUESTS ALL VP DOCUMENTS

Note: This API is obsolete and will be deprecated in future releases. We would recommend to use policy based controlled API through policy configurator.

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