Fetch a Channel for an Interaction
TODO: Resource-level docs
Fetch a Channel for an Interaction.
Path parameters
-
The Interaction Sid for this channel.
-
The Channel Sid for this Participant.
GET /v1/Interactions/{InteractionSid}/Channels/{Sid}
curl \
-X GET https://flex-api.twilio.com/v1/Interactions/{InteractionSid}/Channels/{Sid} \
--user "username:password"
Response examples (200)
{
"interaction_sid": "string",
"links": {},
"sid": "string",
"type": "voice",
"url": "https://example.com"
}
Response examples (200)
{
"interaction_sid": "string",
"links": {},
"sid": "string",
"type": "voice",
"url": "https://example.com"
}