Skip to main content
Webhooks let Byteport push events to your own HTTP endpoint as they happen — so you can react to transfers completing, files arriving, or shares being opened without polling the API.
Webhooks are coming soon. This page is a placeholder while the surface is finalized.

How it works

When a subscribed event fires, Byteport sends an HTTP POST to the URL you configured. The body is a signed JSON payload describing the event.

Next steps

  • Configure your first endpoint from the dashboard
  • Verify signatures using your webhook secret
  • Handle retries and idempotency