Sign in

List leads for form (paged)

documented

List leads for a specific Lead Gen Form with paging.

GET /v2/leadGenForms/{formId}/leads?start={start}&count={count}Leadsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.linkedin.com/v2/leadGenForms/{{$formId}}/leads?start={{start}}&count={{count}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "X-RestLI-Protocol-Version: 2.0.0"
List leads for form (paged) · LinkedIn · OpenIntegrations