Skip to main content
GET
Get the picker view of a presentation.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200 - application/json

Picker view.

data
object
required

The picker view of a presentation: the verifier's ask (requirements), the wallet's matching credentials (availableCredentials), and the holder's choice (selectedCredentials) — all keyed by the same query id, with the disclosed attribute values resolved inline. Live while pending; a frozen snapshot once approved/rejected.

meta
object
errors
object[]