---
title: "List Webhooks"
method: GET
path: "/v1.0/webhooks"
tags: ["Webhooks"]
---

# List Webhooks

`GET /v1.0/webhooks`

Returns all webhook subscriptions configured for the caller's team. See the Webhooks tag description for the full list of event types. For detailed payload shapes per event type, see [Webhook Event Payloads](/concepts/webhooks#event-payloads).

## Headers

- `Authorization` string, required

## Response `200`

Webhook subscriptions for the team (may be empty).

- WebhookResponse[]
  - `subscribeId` integer, required — the subscribe id
  - `teamId` integer, required — The ID of the team to get
  - `listId` integer, required — The ID of the list to get
  - `vendorId` integer — The ID of the vendor
  - `callbackUrl` string, required — The url link that you receive information
  - `limit` integer — limitation of webhook notifications in 30 mins for each, max is 5000
  - `permissionMode` integer — Recipient resolution mode. 0 = assignment-based (default); 1 = ownership-based (also delivers leads the subscriber manages by team/office/personal ownership).

## Other responses

- `401` — Missing or invalid authentication token.
- `500` — Internal server error.

---

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