get https://{hostname}/config//flows//locales//fields
Returns a list of fields defined in the flow.
Responses
Returns a list of fields defined in the flow.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/flows/flow/locales/locale/fields \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"_self": "/config/v86cchggr5cdvbfh7ydk8s63zz/flows/myCoolFlow/locales/en-US/fields/signInEmailAddress",
"name": "signInEmailAddress"
},
{
"_self": "/config/v86cchggr5cdvbfh7ydk8s63zz/flows/myCoolFlow/locales/en-US/fields/currentPassword",
"name": "currentPassword"
}
]