TODO: Resource-level docs
Fetch a Channel for an Interaction.
Path parameters
-
The Interaction Sid for this channel.
Minimum length is
34, maximum length is34. Format should match the following pattern:^KD[0-9a-fA-F]{32}$. -
The Channel Sid for this Participant.
Minimum length is
34, maximum length is34. Format should match the following pattern:^UO[0-9a-fA-F]{32}$.
GET
/v1/Interactions/{InteractionSid}/Channels/{Sid}
curl \
--request 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"
}