---
title: "Fetch webhooks."
method: GET
path: "/webhook/fetch"
tags: ["Webhook|Webhook"]
---

# Fetch webhooks.

`GET /webhook/fetch`

This endpoint enables you to retrieve a list of webhooks.

## Query parameters

- `filter[byIds][]` string[]
- `filter[byExternalIds][]` string[]
- `filter[byApplicationIds][]` string[]
- `filter[byApplicationExternalIds][]` string[]
- `offset` integer
- `limit` integer

## Response `200`

Success Response:

- StandardWebhookFetchResponse
  - `data` object[] — The webhooks.
    - `id` string — The internal id of the webhook.
    - `application` StandardWebhookApplicationBaseWebhookApplicationReference
      - `id` string — The internal id of the application.
      - `name` string — The name of the application.
      - `externalId` string — The external id of the application.
    - `externalId` string — The external id of the webhook.
    - `externalName` string — The external name.
    - `resolvedUrl` string — The resolved url of the webhook.
    - `url` string — The configured url.
    - `configuration` integer[] — The configuration as a JSON Object.
    - `active` string — Is the webhook active?
    - `sequence` integer — The sequence.
  - `offset` integer — Number of skipped records.
  - `totalCount` integer — Total number of records.

---

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