Retrieve a specific webhook subscription by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the webhook to retrieve.
Successfully retrieved webhook
The webhook object represents an outbound webhook subscription.
The object type, which is always webhook.
webhook The webhook identifier.
The destination URL for webhook deliveries.
The subscribed event types.
Whether delivery is enabled for this webhook.
The ISO string for when the webhook was created.
The ISO string for when the webhook was last updated.