Skip to main content
SuperU sends a POST request to your webhook URL when a call ends.

Setup

  1. Go to workspace.superu.ai/dashboard/developer
  2. Click the Webhooks tab
  3. Enter your server URL in the Call Ended endpoint field (e.g. https://your-server.com/webhook)
  4. Click Verify & Save — SuperU will send a test request to confirm your endpoint is reachable
  5. Your server must respond with 200 OK and echo back the received call_uuid:

Payload

Response

Your endpoint must return a 200 HTTP status code. Any non-2xx response is treated as a failure.

Example

Python
cURL