LinkedIn · Capability

LinkedIn Pages Data Portability API — Events

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

Run with Naftiko LinkedinEvents

What You Can Do

GET
Getevents — LinkedIn Get Events
/v1/dmaevents

MCP Tools

linkedin-get-events

LinkedIn Get Events

read-only idempotent

Capability Spec

regulations-data-portability-events.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LinkedIn Pages Data Portability API — Events
  description: 'LinkedIn Pages Data Portability API — Events. 1 operations. Lead operation: LinkedIn Get Events. Self-contained
    Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Events
  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-events
    baseUri: https://api.linkedin.com
    description: LinkedIn Pages Data Portability API — Events business capability. Self-contained, no shared references.
    resources:
    - name: rest-dmaEvents
      path: /rest/dmaEvents
      operations:
      - name: getevents
        method: GET
        description: LinkedIn Get Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizer
          in: query
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.LINKEDIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: regulations-data-portability-events-rest
    port: 8080
    description: REST adapter for LinkedIn Pages Data Portability API — Events. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/dmaevents
      name: rest-dmaevents
      description: REST surface for rest-dmaEvents.
      operations:
      - method: GET
        name: getevents
        description: LinkedIn Get Events
        call: regulations-data-portability-events.getevents
        with:
          organizer: rest.organizer
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: regulations-data-portability-events-mcp
    port: 9090
    transport: http
    description: MCP adapter for LinkedIn Pages Data Portability API — Events. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: linkedin-get-events
      description: LinkedIn Get Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: regulations-data-portability-events.getevents
      with:
        organizer: tools.organizer
      outputParameters:
      - type: object
        mapping: $.