CompaniesTrigger Job Sync

Trigger Job Sync

Trigger a manual job synchronization from the ATS for the given Company. Throttled to one request per minute per company.

curl -X POST "https://api.getkini.com/companies/1/sync/jobs/" \
  -H "Content-Type: application/json" \
  -H "Company-Id: 1" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "detail": "success"
}
POST
/companies/{id}/sync/jobs/
POST
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Authenticate every request with an API key from the Kini Partner App, sent as Authorization: Bearer <your_api_key>.

Authenticate every request with an API key from the Kini Partner App, sent as Authorization: Bearer <your_api_key>.
path
idinteger
Required

Unique Kini ID of the company

header
Company-Idinteger
Required

Kini ID of the company the key is associated with

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authenticate every request with an API key from the Kini Partner App, sent as Authorization: Bearer \<your_api_key\>.

Path Parameters

idinteger
Required

Unique Kini ID of the company

Example:
1

Headers

Company-Idinteger
Required

Kini ID of the company the key is associated with

Example:
1

Responses