Creates a subscription for given event type(s).
Documentation Index
Fetch the complete documentation index at: https://pleo-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Create Subscription request
The URL where the events should be sent
"https://example.com/webhook"
Name of the event types you wish to subscribe to. Possible values can be found in the EventType enum.
Name of the event types you wish to subscribe to. Possible values can be found in the EventType enum.
["v1.export-job.created"]Key values as headers to be sent to the webhooks vendor
{ "user": "pass" }Authentication details for the endpoint
Status of subscription
INACTIVE, ACTIVE "ACTIVE"
A subscription for webhook notification is successfully created.