Create Credential Order
Integrators can utilize this endpoint to create a credential order, specifying issuance ID, credential type ID, recipient's email, payload, identity verification details, and language preference. This endpoint facilitates the streamlined initiation of credential creation processes within VIDcredentials Studio.
Request Body — REQUIRED | |||||||
---|---|---|---|---|---|---|---|
issuanceId string — REQUIREDID of credential issuing process. Can be random in order to not coincide with other issuing processes. | |||||||
credentialTypeId string — REQUIREDCredential type ID | |||||||
email string — REQUIREDThe email of the recipient of the credential | |||||||
payload object — REQUIREDThe 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. | |||||||
language string — REQUIREDThe language in which the user will receive the email to accept and receive the credential | |||||||
entityDid stringThe did of the entity issuing the credential | |||||||
identityVerificationMethod object — REQUIRED
|
Responses |
---|
201 Credential Order Created Successfully |