ApplicationsOverview

Applications

Submit, list, and retrieve job applications received through the Kini API.

The Applications endpoints let your systems read and create job applications received through the Kini platform. Use them to push applications submitted outside of a partner job board into a customer's ATS, and to look up existing applications by ID.

All requests require authentication and the target company's Company-Id header. See Authentication for setup and Rate Limits for request budgets.

Common use cases

  • Forward applications from forms, agencies, or partner job boards into a customer's ATS.
  • Build recruiter or operator dashboards backed by application data.
  • Inspect sync state and resolve failed syncs to the ATS.

Before you start

  • Confirm the target company ID and that your API key has access to it.
  • Decide whether you'll address the job by Kini job ID or by external_job_id — one is required.
  • Prepare candidate data with at least email and first_name; see Filtering for query options on list endpoints.

New to the API? Start with Introduction and Pagination so list responses make sense before you integrate.