> ## Documentation Index
> Fetch the complete documentation index at: https://docs.interchange.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Syndication

> Toggle syndication of audiences, event sources, and catalogs to ADCP agents

Syndication pushes a buyer resource — an audience, event source, or catalog — to one or more ADCP agents so they can act on it. You toggle syndication ON or OFF per resource per agent, and each toggle creates a status record that progresses from `PENDING` through `SYNCING` to `COMPLETED` (or `FAILED`).

Toggling returns the status record immediately; because the sync itself is asynchronous, query the status endpoint to confirm a record has reached `COMPLETED`.

All requests use the base URL `https://api.interchange.io/api/v2/buyer` and a `Authorization: Bearer $SCOPE3_API_KEY` header.

## Task Reference

<CardGroup cols={2}>
  <Card title="Toggle syndication" href="/v2/buyer/syndication/tasks/syndicate" icon="toggle-on">
    `POST /advertisers/:id/syndicate` — turn syndication on or off
  </Card>

  <Card title="Get syndication status" href="/v2/buyer/syndication/tasks/get-syndication-status" icon="magnifying-glass">
    `GET /advertisers/:id/syndication-status` — query status records
  </Card>

  <Card title="All syndication tasks" href="/v2/buyer/syndication/tasks" icon="list-check">
    Per-operation reference
  </Card>
</CardGroup>
