Issue Employee Credentials
Method: POST
Issues Verifiable Employee
credentials.
Issued Verifiable Employee credential is valid for 7 days and will have a random Employee ID, Date of Birth, Email Address and Company, generated with fakerJs
Endpoint:
https://verifiable.zerotrust.how/api/verified-id/EmpCardIssuance
Body:
{
"firstName": "Tyler", //string
"lastName": "Durden" //string
}
Response:
Deep link URL excluded from the API response.
{
"credential": {
"requestId": "f09694f1-ace1-47bb-8473-f370bea7ad1f",
"expiry": 1700743438,
"qrCode": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASQAAAEkCAYAAACG+....",
"pin": "1873"
}
}
Issued Credential Example: