syndication

PUT /v1/syndication/posts/{postId}

Change a held post's copy before it goes 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 PUT https://api.zinndigital.com/v1/syndication/posts/{postId} \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{ "text": <string> }'

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

⛔ Refused once the post has gone out — there is nothing to edit. The channel's character limit is enforced here, so a customer typing 400 characters into a Bluesky box is told while they are typing. Gated on `syndication.manage`.

Parameters

NaamTypeVerplichtWat dit is
postId (path)stringJa

Aanvraaglichaam

NaamTypeVerplichtWat dit is
textstringJa

Reactie

NaamTypeVerplichtWat dit is
idstringJa
channelstringJa
connection_idstringJa
connection_labelstringJa
statusstring<drafting, awaiting_approval, queued, posted, failed, needs_reconnect, skipped>Ja⛔⛔ `needs_reconnect` is NOT `failed`. `skipped` means the customer said no or the connection was removed — nothing went wrong.
textstringJa
remote_urlstringJaThe live post, read back from the channel where it returns one. ⛔ Empty where the vendor gives us nothing to build a URL from (a Slack incoming webhook answers the literal strin…
droppedstring[][]Ja`[[field, reason], …]` — what this channel could not carry, and WHY. The reason travels: "no image endpoint" and "the upload was refused" are different problems with different n…
errorstringJaA machine code, never a sentence.
cost_microsintegerJaWhat this post cost us, in USD micros. One line per channel per post.
character_limitintegerJa
posted_atstringJa

Fouten die dit eindpunt kan retourneren

401 · 403 · 404 · 422