List-verifiable credentials
Request:
{
partnerId: String,
partnerKey: String,
}
Response:
[
{
id: String (please store this),
name: String,
numClaims: Number,
isOpen: Boolean,
wallets: [String],
dids: [String],
fields: [
attributes
],
expiration: Timestamp
}
]Last updated