Use this URL
Paste it into Alta as the webhook destination, or POST to it from a test sender.
Secret hidden. Use the URL returned at creation time.
ID ep_WkrBuf6Xf8 · Created 2026-08-02T18:59:39+00:00
Paste it into Alta as the webhook destination, or POST to it from a test sender.
| Received | Method | Returned | Payload preview | Open |
|---|---|---|---|---|
| 2026-08-02T18:59:39+00:00 | POST | 202 | { "event": "post-restart", "token": "<redacted>" } | Open |
curl -i -X POST '/private/webhook-gateway/h/ep_WkrBuf6Xf8/SECRET' \
-H 'Content-Type: application/json' \
-d '{"hello":"world"}'