Last updated 1 year ago
Was this helpful?
This API will help you list all the Verifiable credentials created by the partner for the users by Komet.
Method POST
POST
Endpoint:
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 } ]