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

# Get All Webhooks

`GET /v2/webhooks`

Retrieve all webhooks associated with the current user based on search parameters.

- **search**: `dict` - Search parameters including 'skip' and 'limit' for pagination.
- **user**: `User` - The current authenticated user.

**Returns**: `list` - A list of webhooks with selected fields (id, url, sharedSecret, enabled).

## Query parameters

- `q` string, nullable
- `page` integer
- `limit` integer
- `offset` integer, nullable

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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