v3

latestOpenAPI 3.1.02026-07-311255771.3 MB
Unified ATS API

Import tracked application

Import tracked application

Retroactively import existing applications into Kombo's tracking system. This is particularly useful if you have enabled the 'sync only created applications' setting and want to start tracking applications that were created before using Kombo.

To import an application, you'll need to provide specific identifiers based on the ATS. The available id_type values are defined by Kombo based on the tool's API capabilities. Please reach out to Kombo support if you require further types to be supported.

Once imported, Kombo will automatically fetch and update the application's complete data during the next sync.

Example Request Body

{
  "tracked_at": "2024-04-12T14:33:47.000Z",
  "successfactors": {
    "id_type": "application_remote_id",
    "application_remote_id": "1224042"
  }
}
post/ats/import-tracked-application

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Request body

tracked_atstring date-time nullable required

YYYY-MM-DDTHH:mm:ss.sssZ

Response

POST /ats/import-tracked-application Positive response

status'success' required

Example response

{
  "data": {
    "id": "5wdtQtJei2oVhJKya2V1KZLM",
    "tracked_at": "2025-02-11T15:37:37.000Z",
    "imported_id": {
      "successfactors": {
        "id_type": "application_remote_id",
        "application_remote_id": "1224042"
      }
    }
  }
}