Skip to main content
POST
Send a presentation request to a user on behalf of an organization.

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

Presentation request URI

recipient
string
required

Recipient identifier value (email, username, or external identifier)

Minimum string length: 1
identifierType
enum<string>
default:email

Type of recipient identifier. Defaults to email.

Available options:
email,
username,
externalIdentifier

Response

201 - application/json

Created presentation.

data
unknown
required
meta
object
errors
object[]