Webhooks
Get webhook
Returns ONE webhook by id (read-only). 404 WEBHOOK_NOT_FOUND if the webhook isn’t visible to the calling key — same number scope as GET /api/v1/webhooks. The signing secret is NEVER returned.
GET
Get webhook
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns ONE webhook by id (read-only). 404 WEBHOOK_NOT_FOUND if the webhook isn’t visible to the calling key — same number scope as GET /api/v1/webhooks. The signing secret is NEVER returned.
curl --request GET \
--url https://pilotstatus.com.br/v1/webhooks/{id} \
--header 'x-api-key: <api-key>'{
"id": "wh_01HZX...",
"tenantId": "tenant_01HZX...",
"name": "n8n",
"url": "https://hooks.acme.com/whatsapp",
"environment": "LIVE",
"active": true,
"events": [
"message.received",
"message.delivered"
],
"lastTriggered": "2026-06-28T09:59:00.000Z",
"whatsappNumberIds": [
"num_01HZX..."
],
"whatsappInstanceIds": [],
"createdAt": "2026-06-01T11:59:00.000Z",
"updatedAt": "2026-06-01T12:00:00.000Z"
}Was this page helpful?
curl --request GET \
--url https://pilotstatus.com.br/v1/webhooks/{id} \
--header 'x-api-key: <api-key>'{
"id": "wh_01HZX...",
"tenantId": "tenant_01HZX...",
"name": "n8n",
"url": "https://hooks.acme.com/whatsapp",
"environment": "LIVE",
"active": true,
"events": [
"message.received",
"message.delivered"
],
"lastTriggered": "2026-06-28T09:59:00.000Z",
"whatsappNumberIds": [
"num_01HZX..."
],
"whatsappInstanceIds": [],
"createdAt": "2026-06-01T11:59:00.000Z",
"updatedAt": "2026-06-01T12:00:00.000Z"
}