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

# Get Webhooks

`GET /webhooks`

Returns a collection of defined outbound webhooks in the system.

## Query parameters

- `teamId` string

## Response `200`

Request was successful and response body contains information about all outbound webhooks in the subscription.

- WebhookInfo[]
  - `id` string, nullable
  - `subId` string, nullable
  - `teamId` string, nullable
  - `extUrl` string, required
  - `name` string, required
  - `description` string, nullable
  - `enabled` boolean

## Other responses

- `404` — The subscription does not have any outbound webhooks.
- `500` — Internal has occured. The response body may contain more information.

---

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