Skip to main content
POST
Create and auto-answer a presentation request.

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.

id
string<uuid>
required

Unique identifier for the presentation

Example:

"123e4567-e89b-12d3-a456-426614174000"

tenantId
string<uuid>
required

ID of the tenant that owns this presentation

Example:

"987fcdeb-51a2-43f8-b456-142789abcdef"

status
enum<string>
required

Current status of the presentation

Available options:
PENDING,
REJECTED,
ANSWERED
Example:

"PENDING"

createdAt
string<date-time>
required

Timestamp when the presentation was created

Example:

"2024-03-15T10:30:00Z"

updatedAt
string<date-time>
required

Timestamp when the presentation was last updated

Example:

"2024-03-15T10:30:00Z"

verifier
required

Structured verifier identity — DID or x509 certificate chain (leaf first). Null when the authorization request was unsigned.

Example:
selectedCredentials
object[]

Credentials selected for this presentation, each with their matched attribute paths

verifierName
string

Verifier display name from client_metadata.client_name

Example:

"vijevohopu-me-creds"

trust
object

Trust signal captured at receive time when the issuer/verifier presented an x509 certificate. Absent for DID-based identities or pre-feature rows.