get https://{hostname}/config//flows//locales//mailTemplates
Returns a list of all the email templates in the specified locale.
Responses
Returns a list of all the email templates in the specified locale.
xxxxxxxxxx
curl --request GET \
--url https://hostname/config/app_id/flows/flow/locales/locale/mailTemplates \
# Add Authorization header to this snippet
--header 'accept: application/json'
xxxxxxxxxx
18[
{
"_self": "/config/v86cchggr5cdvbfh7ydk8s63zz/flows/myCoolFlow/locales/en-US/mailTemplates/reactivateAccount",
"name": "reactivateAccount"
},
{
"_self": "/config/v86cchggr5cdvbfh7ydk8s63zz/flows/myCoolFlow/locales/en-US/mailTemplates/passwordRecover",
"name": "passwordRecover"
},
{
"_self": "/config/v86cchggr5cdvbfh7ydk8s63zz/flows/myCoolFlow/locales/en-US/mailTemplates/registrationVerification",
"name": "registrationVerification"
},
{
"_self": "/config/v86cchggr5cdvbfh7ydk8s63zz/flows/myCoolFlow/locales/en-US/mailTemplates/emailAddressChanged",
"name": "emailAddressChanged"
}
]