v4
OpenAPI 3.1.02026-08-012402353.8 MBUpdate an Event Subscription
patch/event_subscriptions/{event_subscription_id}
Path parameters
event_subscription_idstring required
The identifier of the Event Subscription.
Request body
Example request
{}Response
Event Subscription
Example response
{
"created_at": "2020-01-31T23:59:59Z",
"id": "event_subscription_001dzz0r20rcdxgb013zqb8m04g",
"idempotency_key": null,
"oauth_connection_id": null,
"selected_event_categories": null,
"status": "active",
"type": "event_subscription",
"url": "https://website.com/webhooks"
}