agency-board
POST /v1/agency/boards/{boardId}/webhook-deliveries/{deliveryId}/replay
Send the same payload again.
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 POST https://api.zinndigital.com/v1/agency/boards/{boardId}/webhook-deliveries/{deliveryId}/replay \
-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
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.
Parâmetros
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
boardId (path) | Uuid | Sim | Project board ID (UUIDv7). |
deliveryId (path) | Uuid | Sim | Webhook delivery ID (UUIDv7). |
Resposta
| Nome | Tipo | Obrigatório | O que é |
|---|---|---|---|
id | Uuid | Sim | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
subscription_id | Uuid | Sim | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
event | string | Sim | — |
delivery_key | string | Sim | Sent as `X-Zinn-Delivery`, so the receiver can dedupe too. |
payload | object | Não | The body exactly as it was signed and sent. |
status | BoardWebhookDeliveryStatus | Sim | — |
attempts | integer | Sim | — |
response_status | integer | Não | — |
response_snippet | string | Não | The 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_at | string | Não | — |
delivered_at | string | Não | — |
replay_of_id | Uuid | Não | UUIDv7 identifier — sortable by creation time (docs/02 §8). |
created_at | string | Sim | — |
Erros que este endpoint pode retornar
401 · 403 · 404