Documentation

CLI Examples

Common CLI workflows for forwarding webhooks.

Forward to a custom port

payloadr proxy payment-webhooks --port 8080

Forward to a custom path

payloadr proxy payment-webhooks --path /api/webhooks

Forward to a full URL

payloadr proxy payment-webhooks --url http://localhost:3000/api/payments

Replay recent webhooks

payloadr proxy payment-webhooks --replay