cURL
curl --request POST \ --url https://api.centralcart.com.br/v1/app/webhooks/logs/{logId}/resend
{ "_id": "65d1a2b3c4e5f6a7b8c9d0e2", "webhook_id": 1, "store_id": 1, "event": "ORDER_APPROVED", "url": "https://meusite.com/webhook", "request_body": { "..." : "..." }, "response_status": 200, "response_body": "OK", "response_time_ms": 120, "success": true, "error": null, "is_resend": true, "original_log_id": "65d1a2b3c4e5f6a7b8c9d0e1", "created_at": "2026-02-20T12:00:00.000Z" }
Reenvia um webhook a partir de um log existente. Cria um novo log com o resultado do reenvio.