---
title: "Sync"
method: POST
path: "/tracking_integrations/tive/timeseries/sync/v1"
tags: ["/tracking_integrations"]
---

# Sync

`POST /tracking_integrations/tive/timeseries/sync/v1`

Fetches new Tive tracker data points from the Tive API for a shipment and stores them in our timeseries collection. Uses a high-water-mark strategy with overlap dedup to prevent duplicate inserts. | authz: min_org_role=operator | () -> (TiveTimeseriesSyncRes)

## Query parameters

- `tive_shipment_id` string, required

## Response `200`

Successful Response

- TiveTimeseriesSyncRes
  - `total_fetched_from_tive` integer, required
  - `skipped_no_location` integer, required
  - `duplicates_filtered` integer, required
  - `new_data_points_count` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
