syndication
GET /v1/syndication/channels
Every social channel the platform can post to.
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/channels \
-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 catalogue the connect form, the plan editor and the price list all render from: what each channel needs to connect, what it can carry, its character limit and what one link-bearing post costs us. ⛔ `cost_per_link_post_micros` is the LINK-bearing price in USD micros — every post this platform makes carries a link, so the headline per-post price would understate X by ~13x. Gated on `syndication.view`.
Reactie
| Naam | Type | Verplicht | Wat dit is |
|---|---|---|---|
items | SyndicationChannel[] | Ja | — |
Fouten die dit eindpunt kan retourneren
401 · 403