cURL
curl --request GET \ --url https://app.kapso.ai/api/v1/whatsapp_configs/{whatsapp_config_id}/whatsapp_webhooks \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "9e8d7c6b-5a4f-3e2d-1c0b-9a8f7e6d5c4b", "url": "https://example.com/webhook", "secret_key": "your-secret-key", "events": [ "whatsapp.message.received", "whatsapp.message.sent" ], "active": true, "headers": { "X-Custom-Header": "custom-value" }, "buffer_enabled": false, "buffer_window_seconds": 5, "max_buffer_size": 50, "buffer_events": [ "whatsapp.message.received" ], "inactivity_minutes": 60, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ], "meta": { "page": 1, "per_page": 20, "total_pages": 5, "total_count": 100 } }
Returns a list of webhooks configured for a WhatsApp configuration
Your project API key
x >= 1
1 <= x <= 100
Filter webhooks by URL (contains)
Filter webhooks by active status
A list of WhatsApp webhooks
Show child attributes