Skip to main content
POST
/
api
/
webhooks
/
twilio
/
voice
POST /api/webhooks/twilio/voice
curl --request POST \
  --url https://api.example.com/api/webhooks/twilio/voice
  • POST /api/webhooks/twilio/voice * Handles incoming voice calls from Twilio. This is the entry point for all inbound calls to your phone numbers.

Response

Returns unknown on success.

Example

curl -X POST https://your-domain.com/api/webhooks/twilio/voice \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"