Setting Up a Webhook Endpoint

Learn how to register your server's HTTPS endpoint in the dashboard to receive webhook events from Swipe Aras.

To receive webhook events from Swipe Aras, you need to register your server's URL as an endpoint in your dashboard.

Requirements

Requirement

Details

HTTPS

Your endpoint URL must use HTTPS. HTTP endpoints are not accepted.

Public accessibility

Your endpoint must be reachable from the internet (not behind a firewall without ingress)

200 OK response

Your endpoint must return HTTP 200 within a reasonable timeout to confirm receipt

Registering Your Endpoint

  1. Go to Developer → Webhooks in your dashboard

  2. Click Add Endpoint

  3. Enter your HTTPS URL

  4. Select the event types you want to receive (or leave empty to receive all events)

  5. Save

Your endpoint is active immediately after saving.

Choosing Event Subscriptions

You can subscribe to specific event types rather than receiving all events. This reduces noise in your system and simplifies your event handler logic.

See Webhook Event Types for the full list of available events.

Testing Your Endpoint

You can send a test event to your endpoint from the Webhooks dashboard to verify your server is receiving and processing payloads correctly.

Updating or Removing an Endpoint

You can update your endpoint URL or event subscriptions at any time from the Webhooks dashboard. Removing an endpoint stops all deliveries to that URL immediately.

Did this answer your question?
😞
😐
😁