---
title: "GET /v0.1/apps/{owner_name}/{app_name}/webhooks"
method: GET
path: "/v0.1/apps/{owner_name}/{app_name}/webhooks"
tags: ["alerting"]
---

# GET /v0.1/apps/{owner_name}/{app_name}/webhooks

`GET /v0.1/apps/{owner_name}/{app_name}/webhooks`

Get web hooks configured for a particular app

## Path parameters

- `owner_name` string, required
- `app_name` string, required

## Response `200`

Success

- object — List of alerting webhooks wrapped as operation result
  - `values` object[], required
    - `id` string — The unique id (UUID) of the webhook
    - `name` string, required — display name of the webhook
    - `url` string, required — target url of the webhook
    - `enabled` boolean — Allows eanble/disable webhook
    - `event_types` string[], required — Event types enabled for webhook

## Other responses

- `default` — Error code with reason

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/revisions/4e9226ab8f35/schema)
