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
- 200
Return a list of verifiable credentials for specific DID
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id stringrequired
Credential Id
vc objectrequired
[
{
"id": "12341234",
"vc": {}
}
]
Loading...