Webhooks

List Webhooks

List all webhook integrations for a team.

get/webhooks

Query parameters

team_idstring uuid required

Team ID

enabledboolean

Filter by enabled status

Parameters

#/components/parameters/limit — unresolved $ref
#/components/parameters/offset — unresolved $ref

Response

List of webhooks

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456",
  "data": [
    {
      "object": "webhook"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.