voice

Call Status Callback

Status callback webhook for call status updates.

Twilio calls this webhook when call status changes (in-progress, completed, etc.). We use this to update the calls table with final call duration and status.

To enable this, configure your TwiML App or phone number with: Status Callback URL: https://your-domain.com/api/voice/status-callback Status Callback Method: POST Status Callback Events: completed (or all events if you want more granular updates)

post/voice/status-callback

Response

Successful Response

{"stackTrail":"paths:/voice/status-callback:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.