TODO: Resource-level docs
GET
/v2/Services/{ServiceSid}/Channels/{Sid}
curl \
--request GET 'https://ip-messaging.twilio.com/v2/Services/{ServiceSid}/Channels/{Sid}' \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"attributes": "string",
"created_by": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"friendly_name": "string",
"links": {},
"members_count": 42,
"messages_count": 42,
"service_sid": "string",
"sid": "string",
"type": "public",
"unique_name": "string",
"url": "https://example.com"
}