cURL
curl --request GET \ --url https://api.kapso.ai/platform/v1/whatsapp/phone_numbers/{phone_number_id}/webhooks \ --header 'X-API-Key: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>", "events": [ "<string>" ], "active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "phone_number_id": "<string>", "secret_key": "<string>", "headers": {}, "buffer_enabled": true, "buffer_window_seconds": 123, "max_buffer_size": 123, "buffer_events": [ "<string>" ], "inactivity_minutes": 123, "payload_version": "<string>" } ], "meta": { "page": 2, "per_page": 2, "total_pages": 1, "total_count": 1 } }
Get webhooks for this number, most recent first.
Filter by URL substring
Filter by active status
x >= 1
OK
Show child attributes
Was this page helpful?