Skip to main content
POST
Subscribe a webhook

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
url
string
required

The URL to send the webhook to

event
enum<string>
required

The event to subscribe to

Available options:
presentation.generation.completed,
presentation.generation.failed
secret
string | null

The secret to use for the webhook

Response

Successful Response

id
string
required