Retrieve consented leads (name, email, phone, company, …) that members submitted to your LinkedIn Lead Gen Forms, via the Marketing Lead Sync API. BYOK OAuth 2.0; requires the approved Lead Sync API product (scope r_marketing_leadgen_automation) and a qualifying role on the owning ad account/page. Read-only; first-party opt-in data only — LinkedIn exposes no arbitrary people-search/PII API.
| Action | Description | Parameters | Returns |
|---|---|---|---|
get_lead_form | Get one LinkedIn Lead Gen Form by id (with its question definitions) | form_id | LeadForm |
get_lead_response | Get a single lead by its response id, with contact fields resolved | lead_id | LeadResponse |
list_lead_forms | List your LinkedIn Lead Gen Forms for an owner (org or ad account) | owner [count, start] | PaginatedList[LeadForm] |
list_lead_responses | List raw submitted leads for an owner (answers keyed by questionId) | owner [lead_type, versioned_form_urn, associated_entity, submitted_after, submitted_before, test_only, count, start] | PaginatedList[LeadResponse] |
list_leads | List submitted leads with contact fields resolved (EMAIL/PHONE_NUMBER/etc.) | owner [lead_type, versioned_form_urn, associated_entity, submitted_after, submitted_before, test_only, count, start] | PaginatedList[LeadResponse] |
Full schema explorer, code generation, and live API testing