---
title: "GET /api/apps/{id}/webhooks"
method: GET
path: "/api/apps/{id}/webhooks"
tags: ["apps", "webhooks"]
---

# GET /api/apps/{id}/webhooks

`GET /api/apps/{id}/webhooks`

Get a list of webhooks for an app

## Path parameters

- `id` string, uuid, required

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Paginated list of webhooks

- object
  - `results` object[], required
    - `id` string, uuid, required
    - `createdAt` string, required — A date string in ISO 8601 format
    - `updatedAt` string, required — A date string in ISO 8601 format
    - `name` string, required
    - `url` string, uri, required
    - `auth` union, required
      - object
        - `type` 'http-basic-auth', required
        - `headerName` string
        - `username` string, required
        - `password` string, required
      - object
        - `type` 'header', required
        - `headerName` string
        - `headerValue` string, required
      - object
        - `type` 'no-auth', required
    - `eventFilter` string[], required
    - `adminOnly` object
      - `paused` boolean, required
      - `pausedAt` string, required — A date string in ISO 8601 format
  - `pageInfo` object, required
    - `total` integer, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — App not found
- `500` — Internal server error

---

[API](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api.md) · [All operations](https://skmtc.net/ethcomments/apis/ethereum-comments-protocol-indexer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethcomments/ethereum-comments-protocol-indexer-api/versions/9627e9d1ff21/schema)
