Skip to main content

List a Verifiable Credential

GET 

/:ssiId/ssi/v1/credentialsbbs

To retrieve the credentials associated with a specific DID, you must provide the DID of the holder. This will allow the API to identify and return the credentials associated with that particular DID.

Request

Path Parameters

    ssiId stringrequired

Query Parameters

    did stringrequired
    apikey stringrequired

Responses

Return a list of verifiable credentials for specific DID

Schema
  • Array [
  • id stringrequired

    Credential Id

    vc objectrequired
  • ]
Loading...