cURL
curl --request GET \ --url https://api.example.com/api/webhooks/elevenlabs
Health check endpoint for the ElevenLabs webhook
POST /api/webhooks/elevenlabs
{ status: "ok" }
curl -X GET https://your-domain.com/api/webhooks/elevenlabs \ -H "Content-Type: application/json" \ -H "Authorization: Bearer YOUR_TOKEN"