Skip to main content
PATCH
/
internal
/
calls
/
{call_id}
/
twilio-sid
Internal Set Twilio Sid
curl --request PATCH \
  --url https://api.oneinbox.ai/internal/calls/{call_id}/twilio-sid \
  --header 'Content-Type: application/json' \
  --data '
{
  "twilio_call_sid": "<string>"
}
'
{}

Path Parameters

call_id
string<uuid>
required

Body

application/json
twilio_call_sid
string
required

Response

Successful Response

The response is of type Response Internal Set Twilio Sid Internal Calls Call Id Twilio Sid Patch · object.