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