Retrieves the details of a webhook that has previously been created. The signing_secret is not included; it is only returned once, when the webhook is created.
The ID of the webhook.
{
"data": {
"id": "abc12d",
"address": "https://example.com/webhook",
"enabled": true,
"created_at": "2026-07-15T12:00:00.000000Z"
}
}