Get a Webhook Subscription

Returns a specific webhook subscription by ID

Path parameters

idstringRequired
Webhook subscription ID

Response

Get a Webhook Subscription
idstring
Unique public identifier for the webhook subscription
urlstring
URL where webhook events are delivered
event_typeslist of enums
Event types this subscription receives
is_activeboolean
Whether the subscription is active
created_atstringformat: "date-time"
ISO 8601 timestamp when the subscription was created
updated_atstringformat: "date-time"
ISO 8601 timestamp when the subscription was last updated

Errors

404
Not Found Error