Lead imports
Only allowed when status is completed, failed or cancelled.
Authorization
bearerAuth AuthorizationBearer <token>
An API key created under Settings → API & Webhooks.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/lead-imports/string"{ "data": { "ok": true }}Start a LinkedIn search import POST
Kicks off a paginated import from a LinkedIn / Sales Navigator search against the connected `accountId`. Returns immediately — the worker picks the job up on its next cron tick (within 1 minute). Provide **either**: - `url`: a copied LinkedIn search URL (classic or Sales Navigator), or - `params`: a structured filter blob (`{ api, category, keywords, ... }`). Imported leads land in `listId` if provided; otherwise a new list is auto-created and returned in the response.
Get a lead import GET
Next Page