Webhook
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"
}
}