Path parameters
-
The SID of the Interaction resource to fetch.
GET /v1/Interactions/{Sid}
curl \
-X GET https://flex-api.twilio.com/v1/Interactions/{Sid} \
--user "username:password"
Response examples (200)
{
"links": {},
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"links": {},
"sid": "string",
"url": "https://example.com"
}