---
title: "Run audience sync now"
method: POST
path: "/audience-syncs/{syncId}/sync"
tags: ["Audience Syncs"]
---

# Run audience sync now

`POST /audience-syncs/{syncId}/sync`

Triggers an immediate upload outside the regular schedule. The sync must be active.

## Path parameters

- `syncId` string, required

## Response `200`

Sync queued

- object
  - `success` boolean
  - `queued` boolean

## Other responses

- `400` — Sync is paused
- `401` — Unauthorized
- `404` — Audience sync not found

---

[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/versions/af1cf9620482/schema)
