Skip to main content
GET
/
api
/
webhooks
/
twilio
/
recording
GET /api/webhooks/twilio/recording
curl --request GET \
  --url https://api.example.com/api/webhooks/twilio/recording
  • GET /api/webhooks/twilio/recording * Health check endpoint.

Response

Returns unknown on success.

Example

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