cURL
curl --request GET \ --url https://integrations.salesask.com/v1/webhooks \ --header 'x-api-key: <api-key>'
{ "webhooks": [ { "id": "wh_abc123", "url": "https://your-crm.com/hooks/salesask", "active": true, "trigger": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ] }
Returns all registered webhook URLs for your organization.
OK
Show child attributes