Skip to main content
GET
/
advertisers
/
{advertiserId}
/
syndication-status
Query syndication status
curl --request GET \
  --url https://api.agentic.scope3.com/api/v2/buyer/advertisers/{advertiserId}/syndication-status \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "id": "1",
      "customer_id": 0,
      "seat_id": "12345",
      "resource_type": "AUDIENCE",
      "resource_id": "<string>",
      "audience_id": "1",
      "event_source_id": "<string>",
      "catalog_id": "<string>",
      "adcp_agent_id": "42",
      "adcp_agent_account_id": "<string>",
      "enabled": true,
      "status": "PENDING",
      "error_message": "<string>",
      "response_data": "<unknown>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "completed_at": "<string>"
    }
  ],
  "total": 4503599627370495
}

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

advertiserId
string
required

Unique identifier for the advertiser

Minimum string length: 1
Example:

"12345"

Query Parameters

resource_type
enum<string>
Available options:
AUDIENCE,
EVENT_SOURCE,
CATALOG
resource_id
string
adcp_agent_id
string
enabled
enum<string>
Available options:
true,
false
status
enum<string>
Available options:
PENDING,
SYNCING,
COMPLETED,
FAILED,
DISABLED
limit
integer
default:50
Required range: 1 <= x <= 100
offset
integer
default:0
Required range: 0 <= x <= 9007199254740991

Response

Query syndication status

Paginated list of syndication status records

items
object[]
required

List of syndication status records

total
integer
required

Total count of records matching the query

Required range: 0 <= x <= 9007199254740991