Webhook function

Verify inbound Alta Video webhook

ID ep_aAhUcfCeiw · Created 2026-07-07T20:01:26+00:00

Dashboard

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.

Captured webhooks

ReceivedMethodReturnedPayload previewOpen
2026-07-07T20:02:30+00:00GET200Open
2026-07-07T20:02:13+00:00GET200Open
2026-07-07T20:02:05+00:00GET200Open
Response function and curl test

Quick curl

curl -i -X POST '/private/webhook-gateway/h/ep_aAhUcfCeiw/SECRET' \
  -H 'Content-Type: application/json' \
  -d '{"hello":"world"}'