Update a subscription
Subscriptions
Update a subscription
Modifies the subscription details.
PUT
Update a subscription
Authorizations
JWT Bearer token authentication. Include the token in the Authorization header as: Bearer <token>
Path Parameters
The unique identifier of the subscription
Body
application/json;charset=UTF-8
Update Subscription request
The URL where the events should be sent
Example:
"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.
Example:
["v1.export-job.created"]Key values as headers to be sent to the webhooks vendor
Example:
{ "user": "pass" }Authentication details for the endpoint
Status of subscription
Available options:
INACTIVE, ACTIVE Example:
"ACTIVE"
Response
Subscription updated.