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

# GET /api/apps/{appId}/webhooks/{webhookId}

`GET /api/apps/{appId}/webhooks/{webhookId}`

Get a webhook

## Path parameters

- `appId` string, uuid, required
- `webhookId` string, uuid, required

## Response `200`

Webhook details

- object
  - `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

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — 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)
