Retry de delivery

Reenfileira delivery falha via Cloud Tasks.

POSThttps://external-api.lip7.com.br/api/external/webhooks/{id}/deliveries/{deliveryId}/retry
Escopowebhooks:manageSíncrono — responde 200 com os dados

Idempotency-Key obrigatório

Envie o header Idempotency-Key. Sem ele a API responde 400 IDEMPOTENCY_KEY_REQUIRED.

Path params
idstringobrigatório

webhookId.

deliveryIdstringobrigatório

deliveryId.

Delivery já com sucesso → 400 DELIVERY_ALREADY_SUCCEEDED.

Requisição
curl -X POST "https://external-api.lip7.com.br/api/external/webhooks/{id}/deliveries/{deliveryId}/retry" \
  -H "x-api-key: lip_SUA_CHAVE" \
  -H "Idempotency-Key: chave-unica-001"
Resposta
{
  "success": true,
  "data": {}
}