---
title: "Get webhook subscriber by ID"
method: GET
path: "/webhooks/subscriber/{id}"
tags: ["Webhooks"]
---

# Get webhook subscriber by ID

`GET /webhooks/subscriber/{id}`

Retrieves detailed information about a webhook subscriber.

## Query parameters

- `include_event_names` boolean

## Response `200`

Successfully retrieved subscriber

- SubscriberResponse
  - `id` string, required — The unique identifier of the webhook subscriber
  - `url` string, uri, required — The URL that will receive webhook events
  - `description` string — Optional description of the webhook subscription
  - `eventNames` string[], required — The names of the events the subscriber is subscribed to

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
