---
title: "Sync integration"
method: POST
path: "/integrations/{id}/sync"
tags: ["Integrations"]
---

# Sync integration

`POST /integrations/{id}/sync`

Queues a manual re-sync for a connected integration - customers and revenue for a payment provider (Stripe, Polar, Paddle, Dodo, Creem, Chargebee, Whop), the user backfill for Supabase, or the event-history import for PostHog and Segment. The Supabase sync reads the project, schema, and table already configured for the integration and returns 400 when none is configured. PostHog and Segment re-run their event-history imports with credentials stored at connect time and are the supported retry path for failed imports; each restarts from the beginning, already-imported events dedupe, and returns 409 while queued or syncing. Segment requires a saved Unify space ID and Profile API token and covers the most recent 14 days served by the Profile API. Terminal BullMQ failures release imports for retry. Returns immediately; poll the integration to watch syncStatus. Other providers re-sync from the dashboard. Requires the integrations:manage scope.

## Path parameters

- `id` string, required

## Response `200`

Sync queued

- object
  - `success` boolean
  - `integrationId` string
  - `provider` string
  - `jobId` string, nullable
  - `syncStatus` string
  - `syncTarget` object, nullable — Supabase only - the source the backfill reads. Absent for providers whose sync has no configurable source.
    - `projectRef` string
    - `schema` string
    - `table` string
  - `message` string

## Other responses

- `400` — Provider does not support an API-triggered sync, the Supabase sync has no configured table, or the integration is disconnected
- `401` — Unauthorized
- `404` — Integration not found
- `409` — A sync is already in progress or bulk sync is disabled

---

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