---
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.

---

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