Skip to main content
POST
Create a pending presentation.

Authorizations

Authorization
string
header
required

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

Body

application/json
presentationRequest
string
required

Incoming presentation request

Response

201 - application/json

Created presentation.

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[]