Twilio call status webhook

    Webhook endpoint for Twilio to send call status updates.
    
    This endpoint receives POST requests from Twilio when a call's status changes
    and updates the corresponding PhoneCall record in our database.
    
    The endpoint expects Twilio's standard callback parameters, with CallSid and
    CallStatus being required.
    
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Serializer for Twilio call status webhook data.

string
required
string
required
string
string
string
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

No response body

400

No response body

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!