LinkedIn · Capability

LinkedIn Pages Data Portability API — Organizations

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

Run with Naftiko LinkedinOrganizations

What You Can Do

GET
Batchgetorganizations — LinkedIn Batch Get Organizations
/v1/dmaorganizations
GET
Getorganization — LinkedIn Get Organization
/v1/dmaorganizations/{organizationid}

MCP Tools

linkedin-batch-get-organizations

LinkedIn Batch Get Organizations

read-only idempotent
linkedin-get-organization

LinkedIn Get Organization

read-only idempotent

Capability Spec

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