get https://{hostname}/config//flows//strings
Returns the strings defined in the flow.
Response
Returns the strings defined in the flow.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/flows/flow/strings \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"_self": "/config/4qeam8586cpkuru3ju8kj2xwdf/flows/myCoolFlow/strings/emailAddressData",
"name": "emailAddressData"
},
{
"_self": "/config/4qeam8586cpkuru3ju8kj2xwdf/flows/myCoolFlow/strings/poweredByAkamai",
"name": "poweredByAkamai"
}
]