Skip to main content
GET
/
v1
/
webhooks
List webhooks
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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Response

OK

webhooks
object[]