/webhooksScope: readOfficial + BasicList webhook configurations.
One configuration per connection. The secret is returned to the key owner — it validates the x-zyron-signature header. structured_events lists the v2 catalog.
Path parameters
No additional parameters.
| Field | Type | Description |
|---|---|---|
connection_idoptional | uuid | Filters by connection. |
Body fields
This endpoint does not receive a JSON body.
Ready examples
curl -X GET "https://connect.zyronstack.com/api/v1/webhooks?connection_id=<CONNECTION_ID>" \
-H "Authorization: Bearer SUA_CHAVE_API"Responses
| 200 | Configurations returned. |
Response example
{
"data": [
{
"id": "5f0d5a44-1187-4f1e-a2b0-1d40c07b0e10",
"connection_id": "<CONNECTION_ID>",
"url": "https://seu-n8n.com/webhook/zyron",
"events": ["whatsapp.message.received", "whatsapp.message.failed"],
"secret": "zwh_9f2c...",
"active": true
}
],
"structured_events": [
"whatsapp.message.received",
"whatsapp.message.sent",
"whatsapp.message.delivered",
"whatsapp.message.read",
"whatsapp.message.failed",
"whatsapp.connection.updated"
]
}