---
title: "Ingest leads from a webhook"
method: POST
path: "/v1/connectors/leads/{connectionId}/ingest"
tags: ["Integrations"]
---

# Ingest leads from a webhook

`POST /v1/connectors/leads/{connectionId}/ingest`

Public webhook ingest endpoint. Authenticate with the bearer token returned by the connect call (`Authorization: Bearer <token>`). The request body must contain a `leads` array of up to 500 records per call. Returns 202 with counts of received, created, duplicate, and skipped leads.

Error codes: `CLAY_CONNECTOR_NOT_FOUND` (404), `CLAY_CONNECTOR_DISCONNECTED` (403), `CLAY_CONNECTOR_TOKEN_REQUIRED` (401), `CLAY_CONNECTOR_TOKEN_INVALID` (401), `CLAY_EMPTY_PAYLOAD` (422), `CLAY_BATCH_TOO_LARGE` (422).

## Path parameters

- `connectionId` string, required

## Response `202`

Leads accepted for ingestion

---

[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)
