Modifies the subscription details.
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.
The unique identifier of the subscription
Update 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"
Subscription updated.