Fetch user channel
TODO: Resource-level docs
GET /v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}
curl \
-X GET https://ip-messaging.twilio.com/v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"channel_sid": "string",
"last_consumed_message_index": 42,
"links": {},
"member_sid": "string",
"notification_level": "default",
"service_sid": "string",
"status": "joined",
"unread_messages_count": 42,
"url": "https://example.com",
"user_sid": "string"
}
Response examples (200)
{
"account_sid": "string",
"channel_sid": "string",
"last_consumed_message_index": 42,
"links": {},
"member_sid": "string",
"notification_level": "default",
"service_sid": "string",
"status": "joined",
"unread_messages_count": 42,
"url": "https://example.com",
"user_sid": "string"
}