Path parameters
-
Unique identifier of the flow.
POST /v2/Flows/{Sid}/TestUsers
curl \
-X POST https://studio.twilio.com/v2/Flows/{Sid}/TestUsers \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'TestUsers=string'
Request example
{
"TestUsers": [
"string"
]
}
Request examples
{
"TestUsers": [
"string"
]
}
Response examples (200)
{
"sid": "string",
"test_users": [
"string"
],
"url": "https://example.com"
}
Response examples (200)
{
"sid": "string",
"test_users": [
"string"
],
"url": "https://example.com"
}