---
title: "Sync finished"
method: POST
path: "sync-finished"
deprecated: true
---

# Sync finished

`POST sync-finished` (webhook)

> **Deprecated.**

## Headers

- `X-Kombo-Signature` string, required

## Payload

- SyncFinishedWebhookPayload
  - `id` string, required — Unique identifier for this webhook event
  - `type` 'sync-finished', required — Type of the webhook event
  - `data` object, required
    - `sync_id` string, required — The unique identifier of the sync operation.
    - `sync_state` string, required — The final state of the sync operation (e.g., `SUCCEEDED`, `FAILED`).
    - `sync_started_at` string, date-time, required — ISO 8601 timestamp when the sync operation started.
    - `sync_ended_at` string, date-time, required — ISO 8601 timestamp when the sync operation completed.
    - `sync_duration_seconds` integer, required — Duration of the sync operation in seconds.
    - `integration_id` string, required — The unique identifier of the integration.
    - `integration_tool` string, required — The name of the integrated tool (e.g., "personio", "greenhouse").
    - `integration_category` 'HRIS' | 'ATS' | 'ASSESSMENT' | 'LMS', required — The category of the integration (HRIS, ATS, ASSESSMENT, or LMS).
    - `end_user` object, required — Information about the end user who created the integration.
      - `organization_name` string, required — The name of the organization that owns the integration.
      - `creator_email` string, email, nullable, required — The email address of the user who created the integration.
      - `origin_id` string, nullable, required — The unique identifier of the organization in the integrated system.
    - `log_url` string, uri, required — URL to view detailed logs for the operation.

## Acknowledgement `200`

Webhook received successfully

---

[API](https://skmtc.net/kombo/apis/kombo-api.md) · [All operations](https://skmtc.net/kombo/apis/kombo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kombo/kombo-api/revisions/1e45035b96d3/schema)
