APIHub
Back to Explore

Twilio - Chat

This is the public Twilio REST API.

Telecom
basic
HTTPS
CORS: Unknown
Visit official documentation

Latency

Not monitored yet

Uptime

Not monitored yet

Playground

Verified

live

Endpoints

REST · JSON
POST

/v3/Services/{ServiceSid}/Channels/{Sid}

Update a specific Channel.

  • ServiceSid (path, required) — The unique SID identifier of the Service.
  • Sid (path, required) — A 34 character string that uniquely identifies this Channel.
  • X-Twilio-Webhook-Enabled (header) — The X-Twilio-Webhook-Enabled HTTP request header

1 endpoint auto-detected

Authentication

This API uses Basic authentication (a username and password).

curl -X POST \
  "https://chat.twilio.com/v3/Services/{ServiceSid}/Channels/{Sid}"

chat.twilio.com · HTTPS only