---
title: "List Webhooks of App"
method: GET
path: "/app/{appId}/webhooks"
tags: ["Webhooks"]
---

# List Webhooks of App

`GET /app/{appId}/webhooks`

## Path parameters

- `appId` string, required

## Response `200`

OK

- object
  - `webhooks` object[]
    - `id` string — The ID of the webhook
    - `requireSignature` boolean — Indicates if the webhook requires a signature
    - `url` string — The URL that the webhook will call
    - `event` string — The event that will trigger the webhook

---

[API](https://skmtc.net/univid/apis/univid-api.md) · [All operations](https://skmtc.net/univid/apis/univid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/univid/univid-api/versions/1919adf61729/schema)
