List-verifiable credentials
This API will help you list all the Verifiable credentials created by the partner for the users by Komet.
Method
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
Was this helpful?