v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBWebhook
Retrieve a webhook
Retrieves a webhook.
get/v3/webhooks/{id}
Path parameters
idstring required
Unique Webhook identifier
Response
OK
Example response
{
"webhook-response": {
"webhook_id": "01234567890ABCD"
},
"webhook-request": {
"label": "Test webhook",
"method": "POST",
"target": "http://localhost:9999"
}
}