Autenticação
Envie uma chave de API como um token bearer. Este endpoint não especifica uma permissão específica na documentação, portanto, conceda à sua chave o mínimo necessário e verifique a resposta em vez de assumir.
Este endpoint não requer um ID de organização. Sua chave já identifica a organização à qual pertence, e a resposta é delimitada a ela.
Experimente
Substitua qualquer item entre colchetes por seus próprios valores e o espaço reservado para a chave por uma chave do seu painel.
curl -X GET https://api.zinndigital.com/v1/syndication/runs/{runId} \
-H "Authorization: Bearer zdk_live_…"Conectado? O console da API no seu painel preenche o ID da sua organização real e a sua própria chave, e executa a requisição contra a API de produção para que você possa ver a resposta real. Abra este endpoint no console da API
Detalhes
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`.
Parâmetros
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
runId (path) | string | Sim | — |
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
id | string | Sim | — |
placement_id | string | Sim | — |
post_title | string | Sim | — |
article_url | string | Sim | The article's REAL live URL, read back from the destination when it published. ⛔ Never a composed URL — the permalink structure belongs to the customer. |
status | string<pending, holding, complete> | Sim | ⛔ `complete` means every channel SETTLED, not that every channel succeeded. |
posts | SyndicationPost[] | Sim | — |
created_at | string | Sim | — |
Erros que este endpoint pode retornar
401 · 403 · 404