← Laboratório

Webhook — eventos Porto

URL para a Porto cadastrar

Peça no portal/contrato o cadastro desta URL para notificações (proposta, pagamento, emissão).

https://porto.lourival.com.br/webhook.php

Health check: GET na mesma URL.

Defina webhook_token em config.local.php para exigir ?token=…

Detalhe

{
    "id": "20260603_073326_043e09e1",
    "received_at": "2026-06-03T07:33:26-03:00",
    "ip": "",
    "method": "POST",
    "headers": [],
    "body_raw": "{\"evento\":\"teste\"}",
    "body_json": {
        "evento": "teste"
    },
    "evento": "teste"
}