Issue Identity Credentials

Method: POST

Issues Verifiable Identity credentials.

Issued Verifiable Identity credential is valid for 7 days and will have a random Address, Date of Birth and Citizen ID, generated with fakerJs

Endpoint:

https://verifiable.zerotrust.how/api/verified-id/IdentityIssuance

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: Identity Verifiable Credential Authenticator App