LinkedIn · Capability

LinkedIn Recruiter System Connect API — Application Synchronization

LinkedIn Recruiter System Connect API — Application Synchronization. 2 operations. Lead operation: LinkedIn Sync Job Applications. Self-contained Naftiko capability covering one Linkedin business surface.

Run with Naftiko LinkedinApplication Synchronization

What You Can Do

PUT
Syncapplications — LinkedIn Sync Job Applications
/v1/v2/atsapplications
POST
Createresumeuploadurl — LinkedIn Create Resume Upload URL
/v1/v2/hiremediaurl

MCP Tools

linkedin-sync-job-applications

LinkedIn Sync Job Applications

idempotent
linkedin-create-resume-upload-url

LinkedIn Create Resume Upload URL

Capability Spec

talent-recruiter-system-connect-application-synchronization.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LinkedIn Recruiter System Connect API — Application Synchronization
  description: 'LinkedIn Recruiter System Connect API — Application Synchronization. 2 operations. Lead operation: LinkedIn
    Sync Job Applications. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Application Synchronization
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKEDIN_API_KEY: LINKEDIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: talent-recruiter-system-connect-application-synchronization
    baseUri: https://api.linkedin.com
    description: LinkedIn Recruiter System Connect API — Application Synchronization business capability. Self-contained,
      no shared references.
    resources:
    - name: v2-atsApplications
      path: /v2/atsApplications
      operations:
      - name: syncapplications
        method: PUT
        description: LinkedIn Sync Job Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: ids[0].atsJobApplicationId
          in: query
          type: string
          required: true
        - name: ids[0].dataProvider
          in: query
          type: string
          required: true
        - name: ids[0].integrationContext
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: v2-hireMediaUrl
      path: /v2/hireMediaUrl
      operations:
      - name: createresumeuploadurl
        method: POST
        description: LinkedIn Create Resume Upload URL
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.LINKEDIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: talent-recruiter-system-connect-application-synchronization-rest
    port: 8080
    description: REST adapter for LinkedIn Recruiter System Connect API — Application Synchronization. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/v2/atsapplications
      name: v2-atsapplications
      description: REST surface for v2-atsApplications.
      operations:
      - method: PUT
        name: syncapplications
        description: LinkedIn Sync Job Applications
        call: talent-recruiter-system-connect-application-synchronization.syncapplications
        with:
          ids[0].atsJobApplicationId: rest.ids[0].atsJobApplicationId
          ids[0].dataProvider: rest.ids[0].dataProvider
          ids[0].integrationContext: rest.ids[0].integrationContext
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v2/hiremediaurl
      name: v2-hiremediaurl
      description: REST surface for v2-hireMediaUrl.
      operations:
      - method: POST
        name: createresumeuploadurl
        description: LinkedIn Create Resume Upload URL
        call: talent-recruiter-system-connect-application-synchronization.createresumeuploadurl
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: talent-recruiter-system-connect-application-synchronization-mcp
    port: 9090
    transport: http
    description: MCP adapter for LinkedIn Recruiter System Connect API — Application Synchronization. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: linkedin-sync-job-applications
      description: LinkedIn Sync Job Applications
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: talent-recruiter-system-connect-application-synchronization.syncapplications
      with:
        ids[0].atsJobApplicationId: tools.ids[0].atsJobApplicationId
        ids[0].dataProvider: tools.ids[0].dataProvider
        ids[0].integrationContext: tools.ids[0].integrationContext
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: linkedin-create-resume-upload-url
      description: LinkedIn Create Resume Upload URL
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: talent-recruiter-system-connect-application-synchronization.createresumeuploadurl
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.