Validate flow JSON definition
Flow definition validator
Validate flow JSON definition
POST
/v2/Flows/Validate
curl \
-X POST https://studio.twilio.com/v2/Flows/Validate \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'CommitMessage=string&FriendlyName=string&Status=draft'
Request example
{
"CommitMessage": "string",
"FriendlyName": "string",
"Status": "draft"
}
Request examples
{
"CommitMessage": "string",
"FriendlyName": "string",
"Status": "draft"
}
Response examples (200)
{
"valid": true
}
Response examples (200)
{
"valid": true
}