---
title: "Query webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Query webhooks

`GET /webhooks`

Lists instances of WebhookView with the ability to query against fields in WebhookView.

## Query parameters

- `query` string
- `page` integer
- `size` integer
- `active` boolean
- `topic` string
- `sort` string
- `status` string
- `accountId` string, uuid

## Response `200`

The request has succeeded.

- WebhookPagedResult — Paged response for webhooks
  - `content` Webhook[], required — List of webhooks
    - `id` string, uuid
    - `url` string, required
    - `sharedSecret` SharedSecret, required
      - `header` string
      - `credential` string, required
    - `createdDate` string, date-time, required
  - `page` Page, required
    - `number` integer, required
    - `size` integer, required
    - `totalElements` integer, required
    - `totalPages` integer, required

## Other responses

- `400` — The request is missing required parameters or has invalid parameters
- `401` — Missing or invalid token
- `403` — User does not have permission to access this resource
- `500` — Server error

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
