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

# GET /webhooks

`GET /webhooks`

List of client webhooks

## Query parameters

- `client` integer, required

## Response `200`

OK

- object
  - `data` Webhook[]
    - `uid` integer
    - `crdate` integer
    - `tstamp` integer
    - `crdate_formatted` string
    - `tstamp_formatted` string
    - `client` integer
    - `name` string
    - `url` string
    - `type` integer
  - `meta` object
    - `pagination` object
      - `total` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `self` string
        - `next` string
        - `last` string

---

[API](https://skmtc.dev/shopbox/apis/shopbox-api.md) · [All operations](https://skmtc.dev/shopbox/apis/shopbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shopbox/shopbox-api/revisions/f1847469718c/schema)
