---
title: "View webhook receiver"
method: GET
path: "/v1/WebhookReceivers/{id}"
tags: ["WebhookReceivers"]
---

# View webhook receiver

`GET /v1/WebhookReceivers/{id}`

Find a single webhook receiver by ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppModelsWebhookReceiver
  - `ok` boolean
  - `webhook_receiver_id` integer — Primary identifier for a webhook receiver.
  - `url` string, required — URL to send request to.
  - `description` string — Describes the webhook receiver.
  - `require_xhook_header_confirmation_flag` boolean — Is the header "X-Hook-Secret" required to confirm this endpoint. In general, this should be yes, but some systems are not compatible with this.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

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