Event Subscriptions
Update an Event Subscription
Update an event subscription with the given ID.
patch/v1/event_subscriptions/{id}
Path parameters
idstring required
The unique identifier for the event subscription
Request body
Response
Updated
Example response
{
"id": "4d06d393-1f14-46cf-b02d-8db17d7ed06a",
"created_at": "2024-01-14T12:48:56.37Z",
"url": "https://example.com/webhook"
}