TODO: Resource-level docs
Path parameters
-
The SID of the WebChannel resource to update.
Minimum length is
34, maximum length is34. Format should match the following pattern:^CH[0-9a-fA-F]{32}$.
POST
/v1/WebChannels/{Sid}
curl \
--request POST 'https://flex-api.twilio.com/v1/WebChannels/{Sid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'ChatStatus=inactive&PostEngagementData=string'
Response examples (200)
{
"account_sid": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"flex_flow_sid": "string",
"sid": "string",
"url": "https://example.com"
}