LinkedIn · Capability

LinkedIn Job Posting API — Customer Integrations

LinkedIn Job Posting API — Customer Integrations. 2 operations. Lead operation: LinkedIn Update Customer ATS Integrations. Self-contained Naftiko capability covering one Linkedin business surface.

Run with Naftiko LinkedinCustomer Integrations

What You Can Do

POST
Updatecustomerintegrations — LinkedIn Update Customer ATS Integrations
/v1/v2/atsintegrations
GET
Getcustomerintegrations — LinkedIn Get Customer ATS Integration Details
/v1/v2/atsintegrations

MCP Tools

linkedin-update-customer-ats-integrations

LinkedIn Update Customer ATS Integrations

linkedin-get-customer-ats-integration

LinkedIn Get Customer ATS Integration Details

read-only idempotent

Capability Spec

talent-job-posting-customer-integrations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LinkedIn Job Posting API — Customer Integrations
  description: 'LinkedIn Job Posting API — Customer Integrations. 2 operations. Lead operation: LinkedIn Update Customer ATS
    Integrations. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Customer Integrations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKEDIN_API_KEY: LINKEDIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: talent-job-posting-customer-integrations
    baseUri: https://api.linkedin.com
    description: LinkedIn Job Posting API — Customer Integrations business capability. Self-contained, no shared references.
    resources:
    - name: v2-atsIntegrations
      path: /v2/atsIntegrations
      operations:
      - name: updatecustomerintegrations
        method: POST
        description: LinkedIn Update Customer ATS Integrations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getcustomerintegrations
        method: GET
        description: LinkedIn Get Customer ATS Integration Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LINKEDIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: talent-job-posting-customer-integrations-rest
    port: 8080
    description: REST adapter for LinkedIn Job Posting API — Customer Integrations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/atsintegrations
      name: v2-atsintegrations
      description: REST surface for v2-atsIntegrations.
      operations:
      - method: POST
        name: updatecustomerintegrations
        description: LinkedIn Update Customer ATS Integrations
        call: talent-job-posting-customer-integrations.updatecustomerintegrations
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcustomerintegrations
        description: LinkedIn Get Customer ATS Integration Details
        call: talent-job-posting-customer-integrations.getcustomerintegrations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: talent-job-posting-customer-integrations-mcp
    port: 9090
    transport: http
    description: MCP adapter for LinkedIn Job Posting API — Customer Integrations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: linkedin-update-customer-ats-integrations
      description: LinkedIn Update Customer ATS Integrations
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: talent-job-posting-customer-integrations.updatecustomerintegrations
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: linkedin-get-customer-ats-integration
      description: LinkedIn Get Customer ATS Integration Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: talent-job-posting-customer-integrations.getcustomerintegrations
      outputParameters:
      - type: object
        mapping: $.