syndication

GET /v1/syndication/runs/{runId}

One article's fan-out.

Alle syndication-eindpunten

Authenticatie

Stuur een API-sleutel mee als bearer token. Dit eindpunt vermeldt geen specifieke toestemming in de specificatie, dus geef uw sleutel de minimale rechten die nodig zijn en controleer het antwoord in plaats van zomaar wat aan te nemen.

Dit eindpunt vereist geen organisatie-id. Uw sleutel identificeert al de organisatie waartoe deze behoort, en het antwoord is hierop afgestemd.

Probeer het

Vervang alles tussen punthaakjes door uw eigen waarden en de sleutelplaatsvervanger door een sleutel uit uw dashboard.

curl -X GET https://api.zinndigital.com/v1/syndication/runs/{runId} \
  -H "Authorization: Bearer zdk_live_…"

Ingelogd? De API-console in je dashboard vult je echte organisatie-id en je eigen sleutel in, en voert het verzoek uit tegen de live API zodat je de daadwerkelijke respons kunt zien. Open dit eindpunt in de API-console

Details

The run and one post per channel, each with its own status, what it dropped and why, and what it cost. Gated on `syndication.view`.

Parameters

NaamTypeVerplichtWat dit is
runId (path)stringJa

Reactie

NaamTypeVerplichtWat dit is
idstringJa
placement_idstringJa
post_titlestringJa
article_urlstringJaThe article's REAL live URL, read back from the destination when it published. ⛔ Never a composed URL — the permalink structure belongs to the customer.
statusstring<pending, holding, complete>Ja⛔ `complete` means every channel SETTLED, not that every channel succeeded.
postsSyndicationPost[]Ja
created_atstringJa

Fouten die dit eindpunt kan retourneren

401 · 403 · 404