Skip to main content

Return a DID Document

GET 

/:ssiId/ssi/v1/dids/quarkid/:did

Endpoint Description

This endpoint requires the inclusion of a DID to resolve its DID document.

Once resolved, several important elements can be observed within the DID document:

- Verification Methods

In the verificationMethod section, two methods are found. First, there is the method corresponding to BBS keys. These are necessary for the DID to generate verifiable credentials. On the other hand, there is the didcomm method along with its keys for messaging encryption.

- Service

In the Service section, the messaging transport layer can be observed.

Request

Path Parameters

    ssiId stringrequired
    did stringrequired

Query Parameters

    apikey stringrequired

Responses

Returned DID Document

Schema
    any
Loading...