Skip to main content

Get verifiable credentials for a DID with render info

GET 

/:ssiId/ssi/v1/credentialsbbs/render

This endpoint will list the credentials associated with a specific DID and provide information that will allow rendering and drawing those credentials in the same way the issuer expects. In addition to the list of credentials, necessary metadata will be provided for the rendering of each credential.

Request

Path Parameters

    ssiId stringrequired

Query Parameters

    did stringrequired
    apikey stringrequired

Responses

Return a list of verifiable credentials with render info for specific DID

Schema
  • Array [
  • id stringrequired

    Credential Id

    data objectrequired
    data objectrequired

    Credential Id

    styles objectrequired

    Credential Styles

    display objectrequired

    Credential display

  • ]
Loading...