QR Code

get

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.

Path parameters
idstringRequired
  • The unique identifier of the QR code to retrieve
Responses
200
OK
application/json
Responsestring
get
GET /v1/verifier/qr-codes/{id} HTTP/1.1
Host: api
Accept: */*
text
delete

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.

Authorizations
Path parameters
idstringRequired
Responses
204
No Content
delete
DELETE /v1/verifier/qr-codes/{id} HTTP/1.1
Host: api
x-client-secret: YOUR_API_KEY
Accept: */*

No content

get

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.

Query parameters
urlstringRequired
Responses
200
OK
application/json
Responsestring · byte
get
GET /v1/verifier/qr-codes/image?url=text HTTP/1.1
Host: api
Accept: */*
200

OK

Ynl0ZXM=