LinkedIn · Capability

LinkedIn Pages Data Portability API — Lead Generation

LinkedIn Pages Data Portability API — Lead Generation. 1 operations. Lead operation: LinkedIn Get Lead Generation Responses. Self-contained Naftiko capability covering one Linkedin business surface.

Run with Naftiko LinkedinLead Generation

What You Can Do

GET
Getleadgenresponses — LinkedIn Get Lead Generation Responses
/v1/dmaleadgenresponses

MCP Tools

linkedin-get-lead-generation-responses

LinkedIn Get Lead Generation Responses

read-only idempotent

Capability Spec

regulations-data-portability-lead-generation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LinkedIn Pages Data Portability API — Lead Generation
  description: 'LinkedIn Pages Data Portability API — Lead Generation. 1 operations. Lead operation: LinkedIn Get Lead Generation
    Responses. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Lead Generation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKEDIN_API_KEY: LINKEDIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: regulations-data-portability-lead-generation
    baseUri: https://api.linkedin.com
    description: LinkedIn Pages Data Portability API — Lead Generation business capability. Self-contained, no shared references.
    resources:
    - name: rest-dmaLeadGenResponses
      path: /rest/dmaLeadGenResponses
      operations:
      - name: getleadgenresponses
        method: GET
        description: LinkedIn Get Lead Generation Responses
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: owner
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.LINKEDIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: regulations-data-portability-lead-generation-rest
    port: 8080
    description: REST adapter for LinkedIn Pages Data Portability API — Lead Generation. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/dmaleadgenresponses
      name: rest-dmaleadgenresponses
      description: REST surface for rest-dmaLeadGenResponses.
      operations:
      - method: GET
        name: getleadgenresponses
        description: LinkedIn Get Lead Generation Responses
        call: regulations-data-portability-lead-generation.getleadgenresponses
        with:
          owner: rest.owner
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: regulations-data-portability-lead-generation-mcp
    port: 9090
    transport: http
    description: MCP adapter for LinkedIn Pages Data Portability API — Lead Generation. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: linkedin-get-lead-generation-responses
      description: LinkedIn Get Lead Generation Responses
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: regulations-data-portability-lead-generation.getleadgenresponses
      with:
        owner: tools.owner
      outputParameters:
      - type: object
        mapping: $.