Skip to main content

Issue Credential

This endpoint allows integrators to create credentials within VIDcredentials Studio. It requires details such as issuance ID, entity decentralized identifier (DID), credential type ID, recipient DID, and payload. Optionally, integrators can include self-attested parameters and set an expiration date for the credential.

Request Body — REQUIRED
issuanceId string — REQUIRED

ID of credential issuing process. Can be random in order to not coincide with other issuing processes.

entityDid string

The did of the entity issuing the credential

credentialTypeId string — REQUIRED

ID of the credential type

recipientDid string — REQUIRED

The did of the recipient of the credential

payload object — REQUIRED

The content of the credentialSubject. This payload must comply with the same data structure of the credentialType of the credential that is being issued. Note that if there's an id field in the credentialSubject, this id has to be the did of the subject of the credential, following the W3C standard.

selfAttestedParams string

Proof of user identification

expirationDate number

The expiration date of the credential

Responses
201

Credential Issued Successfully