---
title: "GET /ApplicationWebhooks"
method: GET
path: "/ApplicationWebhooks"
tags: ["ApplicationWebhooks"]
---

# GET /ApplicationWebhooks

`GET /ApplicationWebhooks`

## Query parameters

- `applicationConfigId` string
- `api-version` string
- `$select` string
- `$expand` string
- `$filter` string
- `$orderby` string
- `$top` integer
- `$skip` integer
- `$count` boolean

## Response `200`

Success

- ApplicationWebhookIEnumerableODataValue
  - `value` ApplicationWebhook[], nullable
    - `applicationConfigId` string, required
    - `name` string, nullable — Gets or sets the webhook name.
    - `url` string, nullable — Gets or sets the webhook URL.
    - `disabled` boolean — Gets or sets the disabled state of the webhook.
    - `batch` boolean — If multiple events are generated at the same time, we will send all the events together in one call to the Webhook URL instead of sending each event separately.
    - `reliable` boolean — In case of a network error, we will try to resend the event. The maximum number of attempts we try is 3.
    - `events` string[], nullable — List of Webhook events that have been enabled.
    - `id` string, nullable
    - `createdOn` integer
    - `createdBy` string, nullable
    - `modifiedOn` integer
    - `modifiedBy` string, nullable

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
