---
title: "Trigger data-export sync"
method: POST
path: "/api/v1/data-export/sync"
tags: ["Data Export"]
---

# Trigger data-export sync

`POST /api/v1/data-export/sync`

Trigger a sync for one destination or all destinations under the provider entity.

## Headers

- `X-ACCOUNT-ID` string
- `X-ENVIRONMENT-ID` string

## Request body

- TriggerDataExportSyncRequestDto — Trigger a sync for one destination or all destinations under the provider entity.
  - `destinationId` string — Provider destination ID to sync. Omit to sync all destinations.

## Response `200`

Per-destination trigger results.

- TriggerDataExportSyncResponseDto — Response object
  - `data` object, required — Per-destination trigger results across the batch.
    - `results` object[], required — Per-destination trigger results
      - `destinationId` string, required — Provider destination ID
      - `triggered` boolean, required — True if a transfer was kicked
      - `transferId` string — Provider-side transfer ID
      - `errorMessage` string — Error message if triggered=false on a hard failure

## Other responses

- `400` — bad request.
- `401` — User is not authenticated.
- `403` — User is not allowed to access this resource.
- `404` — DataExport not found.
- `429` — Too many requests.

## Changes

- **2026-07-28** `913f273cc2f7` — 1 warning
  - added the new `ContractNotFound` enum value to the `code` response property for the response status `404`
- **2026-07-23** `b876edd1a4fc` — 5 warning
  - added the new `CreditOveragePriceCurrencyNotFound` enum value to the `code` response property for the response status `400`
  - added the new `InvalidCreditOverageBillingModel` enum value to the `code` response property for the response status `400`
  - added the new `InvoicePreviewNotAvailableForDraftContract` enum value to the `code` response property for the response status `400`
  - added the new `OveragePriceNotSupportedOnAddon` enum value to the `code` response property for the response status `400`
  - …1 more
- **2026-07-08** `58bb216ff8ce` — 1 warning
  - added the new `GovernanceNotEnabled` enum value to the `code` response property for the response status `403`
- **2026-06-10** `2ecdbf877f12` — 2 info
  - added the new optional `header` request parameter `X-ACCOUNT-ID`
  - added the new optional `header` request parameter `X-ENVIRONMENT-ID`
- **2026-06-04** `2f3b124763cf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stiggio/apis/stigg-api/changes/api/v1/data-export/sync/post.md)

---

[API](https://skmtc.dev/stiggio/apis/stigg-api.md) · [All operations](https://skmtc.dev/stiggio/apis/stigg-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stiggio/stigg-api/revisions/3e2c8cfcd035/schema)
