Webhooks
Retrieve a single webhook
get/webhooks/{webhook_id}
Path parameters
webhook_idstring uuid required
The Webhook ID.
Response
OK
Example response
{
"object": "webhook",
"id": "479e3145-dd38-476b-932c-529ceb705947",
"endpoint": "https://webhook.example.com/handler",
"events": [
"email.sent",
"email.delivered"
],
"status": "enabled",
"created_at": "2023-10-06 23:47:56.678+00",
"signing_secret": "whsec_..."
}