v1
latestOpenAPI 3.1.22026-08-0611530152.3 KBWebhooks
Get specific webhook
Retrieve a specific webhook by ID
get/webhooks/{id}
Response
Successful response
Example response
{
"id": 1,
"name": "my-webhook",
"webhook_uri": "http://www.example.com/endpoint",
"queue": "push-queue",
"concurrency": 10,
"timeout": 30,
"signing_secret": "my-secret-key-123",
"vhost": "hptqevnp"
}