QR Code
Retrieves a QR code by its ID.
Returns the QR code data as a string, which contains a data URI with base64-encoded image data. This QR code encodes a URL pointing to an authorization request that specifies what credentials a verifier is requesting from a user's wallet.
- The unique identifier of the QR code to retrieve
GET /v1/verifier/qr-codes/{id} HTTP/1.1
Host: api
Accept: */*
text
Deletes a QR code by its ID.
QR codes are typically deleted after the authorization process is complete and the verification flow has concluded, as they are no longer needed.
DELETE /v1/verifier/qr-codes/{id} HTTP/1.1
Host: api
x-client-secret: YOUR_API_KEY
Accept: */*
No content
Displays a QR code image from a URL. Fetches the QR code data from the provided URL, processes it, and returns the image.
This endpoint allows client applications to display the QR code directly in browsers or applications. When scanned by a user's wallet app, this QR code initiates the credential verification flow by connecting the wallet to the authorization request. The wallet can then retrieve the presentation definition that specifies what credentials the verifier is requesting.
GET /v1/verifier/qr-codes/image?url=text HTTP/1.1
Host: api
Accept: */*
OK
Ynl0ZXM=