---
title: "List Webhooks"
method: GET
path: "/webhook"
tags: ["Webhook"]
---

# List Webhooks

`GET /webhook`

## Query parameters

- `status` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` webhook elements, starting after the webhook described by `page_cursor`. If no more webhooks are available, the resulting list will be empty.

- object
  - `data` object[]
    - `basic_secret` string — The password value sent as part of basic `Authorization` for request validation. Always shown as null in all responses.
    - `basic_user` string — The user value sent as part of basic `Authorization` for request validation. Use is optional.
    - `error` string — The error reason, if the webhook has transitioned status to `error`
    - `event` string — The event to listen for. [Available events](/reference/webhook-events)
    - `id` string — Unique identifier for object
    - `status` string — One of `enabled`, `disabled`, or `error`. Filterable.
    - `url` string — The HTTPS URL where the event notification will be sent
    - `userdata` object — Optional arbitrary user data

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
