---
title: "List webhook leads for desktop sync"
method: GET
path: "/v1/lead-sources/webhook/leads"
tags: ["Integrations"]
---

# List webhook leads for desktop sync

`GET /v1/lead-sources/webhook/leads`

Returns a cursor-paginated batch of normalized webhook leads ingested for the authenticated business. Use `cursor` and `limit` (1–500, default 500) to page through results. Returns 404 when the webhook has not been configured.

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Paginated list of ingested webhook leads

## Other responses

- `404` — Lead webhook has not been configured (code `CLAY_CONNECTOR_NOT_FOUND`)

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/revisions/2cb1567969ca/schema)
