Assign-verifiable credentials

Using this API you can assign VC to a given DID (komet-user-id) and ask the user to claim the credential, if s/he meets your criteria of checks

Request:
{
	partnerId: Number,
  partnerKey: String,
  credentialId: String,
  kometUserId: Number,
  attributes: [
      {
          name: <String> (attribute name),
          value: <Boolean, Number> (attribute value),
      },
  ],
  description: <String> (Komet Notification Description),
}

Response:
{
	status: String,
}

Last updated

Was this helpful?