---
title: "Search webhook receivers"
method: GET
path: "/v1/WebhookReceivers"
tags: ["WebhookReceivers"]
---

# Search webhook receivers

`GET /v1/WebhookReceivers`

Search for one or more webhook receivers.

## Query parameters

- `search.webhook_receiver_id` integer[]
- `search.description` string[]
- `search.url` string[]
- `search.page_size` integer
- `search.page` integer
- `search.sort` string

## Response `200`

OK

- RevWebAPIModelsGetOrSearchOfRevAppSearchModelsResponseOfRevAppModelsWebhookReceiver
  - `ok` boolean
  - `has_more` boolean — Helper for pagination. Indicates there are more records returned.
  - `record_count` integer — Total number of records found by the search.
  - `records` RevAppModelsWebhookReceiver[] — List of records returned.
    - `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

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