Modifies the subscription details.
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <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.