Skip to main content
GET
/
d
/
{accessToken}
Recipient QR code page
curl --request GET \
  --url http://localhost:3091/d/{accessToken} \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Path Parameters

accessToken
string
required

Response

Page rendered

The response is of type string.