Skip to main content
GET
Get presentation by ID.

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

Presentation resource.

data
object
required

The lean presentation resource: lifecycle state and verifier identity. Everything about choosing credentials — what the verifier asks for, what the wallet can offer, what the holder picked — lives on the picker subresource (GET /presentations/{id}/picker).

meta
object
errors
object[]