Skip to main content

LinkedIn Sales Navigator Lead List Search

POST /api/v1/sales_nav_lead_list_search

This API allows the authenticated user to search lead lists in LinkedIn Sales Navigator based on given Search URL.

Headers

NameTypeRequired
x-api-keystringYes
x-api-secretstringYes

Request Body

Schema

accountIdstringrequiredThe unique identifier of the WeLink account.
urlstringrequiredThe target URL for the operation.

Sample Request

{
"accountId": "string",
"url": "string"
}

Responses

Webhook Events

Schema

statusstringStatus indicating the request completed successfully (e.g. "SUCCESS").
requestIdstringUnique identifier for the request.
resultobjectThe response payload.
profilesarray[]Array of profile results.
paginationobjectPagination metadata.
totalnumberTotal number of results.
pagesnumberTotal number of pages.
POST/api/v1/sales_nav_lead_list_search
x-api-key
x-api-secret