---
title: "List Webhooks"
method: GET
path: "/v1/webhooks"
---

# List Webhooks

`GET /v1/webhooks`

Use this end point to list all your webhooks.

## Response `200`

200

- object
  - `data` object[]
    - `object` string
    - `id` string
    - `event_types` object[]
      - `event_type` string
    - `url` string
    - `created_at` integer
    - `updated_at` integer
    - `enabled` boolean
  - `meta` object
    - `include` unknown[]
      - unknown
    - `custom` unknown[]
      - unknown
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object

## Other responses

- `401` — 401

---

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