agency-board

POST /v1/agency/boards/{boardId}/webhook-deliveries/{deliveryId}/replay

Send the same payload again.

Të gjitha pikat e skajshme agency-board

Autentifikimi

Drgoni një çelës API si një token mbajtës. Ky pikëndalim nuk specifikon një leje specifike në specifikim, prandaj jepini çelësit tuaj minimumin e nevojshëm dhe kontrolloni përgjigjen në vend që të supozoni.

Ky pikëndalim nuk pranon id të organizatës. Çelësi juaj tashmë identifikon organizatën së cilës i përket dhe përgjigjja kufizohet vetëm për atë.

Provoje

Zëvendësoni çdo gjë brenda kllapave këndore me vlerat tuaja dhe vendbanuesin e çelësit me një çelës nga paneli juaj.

curl -X POST https://api.zinndigital.com/v1/agency/boards/{boardId}/webhook-deliveries/{deliveryId}/replay \
  -H "Authorization: Bearer zdk_live_…"

Jeni kyçur? Konsola e API-së në panelin tuaj plotëson ID-në tuaj reale të organizatës dhe çelësin tuaj, dhe ekzekuton kërkesën kundrejt API-së live, kështu që ju mund të shihni përgjigjen aktuale. Hapni këtë pikë fundore në konsolën e API-së

Detajet

Re-sends the STORED bytes with a fresh timestamp and a fresh signature over those same bytes. Nothing is re-serialised — a different byte string would produce a signature the receiver cannot verify, which fails as *"your signatures are wrong"* on their side and is unfalsifiable from ours.

Parametrat

EmriLlojiKërkohetÇfarë është kjo
boardId (path)UuidPoProject board ID (UUIDv7).
deliveryId (path)UuidPoWebhook delivery ID (UUIDv7).

Përgjigja

EmriLlojiKërkohetÇfarë është kjo
idUuidPoUUIDv7 identifier — sortable by creation time (docs/02 §8).
subscription_idUuidPoUUIDv7 identifier — sortable by creation time (docs/02 §8).
eventstringPo
delivery_keystringPoSent as `X-Zinn-Delivery`, so the receiver can dedupe too.
payloadobjectJoThe body exactly as it was signed and sent.
statusBoardWebhookDeliveryStatusPo
attemptsintegerPo
response_statusintegerJo
response_snippetstringJoThe first 500 bytes your endpoint answered with. When it answered but sent no body, the status we observed; when we could not reach it, or the fault was ours, authored copy sayi…
next_attempt_atstringJo
delivered_atstringJo
replay_of_idUuidJoUUIDv7 identifier — sortable by creation time (docs/02 §8).
created_atstringPo

Gabimet që ky pikëndalim mund të kthejë

401 · 403 · 404