---
title: "Finds webhooks by tags"
method: GET
path: "/v1/webhooks.json"
tags: ["webhooks"]
---

# Finds webhooks by tags

`GET /v1/webhooks.json`

Returns webhooks listing.

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `name` string
  - `is_active` boolean
  - `description` string
  - `secret` string
  - `url` string

## Other responses

- `400` — Invalid input

---

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