JobsOverview

Jobs

List, create, retrieve, and update job postings managed through the Kini API.

The Jobs endpoints expose job postings stored in the Kini platform. Use them to sync job data with your own systems, create new jobs programmatically, or keep job details up to date after they're published.

All requests require authentication. Company-scoped requests need the Company-Id header — see Authentication.

Common use cases

  • Import jobs from a customer's ATS so they can be distributed via QuickApply or partner channels.
  • Keep job descriptions and locations in sync between your system of record and Kini.
  • Track which jobs are receiving applications via the Applications endpoints.

Before you start

  • Confirm whether your integration is scoped to a single company or many — this affects which Company-Id you send.
  • For updates, use the external_job_id when available to avoid fragile ID mappings.
  • Subscribe to the Job Update Webhook if you need to react to changes pushed from outside your system.

Applications submitted against these jobs are managed through the Applications endpoints and the Application Sync Status Update webhook.