Webhooks

List Webhooks

Retrieves a list of all webhooks for the authenticated team

get/api/v2/webhooks

Response

Successfully retrieved webhooks

Example response

{
  "data": [
    {
      "id": "507f1f77bcf86cd799439011",
      "name": "Production Alerts",
      "service": "slack",
      "url": "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX",
      "description": "Sends critical alerts to the",
      "updatedAt": "2025-06-15T10:30:00.000Z",
      "createdAt": "2025-01-01T00:00:00.000Z"
    }
  ]
}

Changes