Register a URL to receive signed event deliveries.
curl https://api.geldstuck.com/v1/webhook-endpoints \ -H "x-api-key: $GELDSTUCK_PUBLIC_KEY" \ -H "x-api-secret: $GELDSTUCK_SECRET_KEY" \ -H "Content-Type: application/json" \ -d '{ "url": "https://api.acme.com/webhooks/geldstuck", "events": ["kyc.*", "transaction.*"], "description": "Prod receiver" }'
{ "id": "wh_01HX3ZY...", "url": "https://api.acme.com/webhooks/geldstuck", "events": ["kyc.*", "transaction.*"], "status": "active", "secret": "whsec_endpoint_xS...", "description": "Prod receiver", "createdAt": "2026-04-22T13:00:00.000Z" }
*
prefix.*
secret