When I do a GET {{url}}/api/v1/brands/{{brandId}}/templates/email
I only get a subset of the email templates back, namely the following:
[
“UserActivation”,
“ForgotPassword”,
“ForgotPasswordDenied”,
“PasswordResetByAdmin”,
“ADUserActivation”,
“ADForgotPasswordDenied”,
“ADForgotPassword”,
“LDAPUserActivation”,
“LDAPForgotPassword”,
“LDAPForgotPasswordDenied”
]
However, according to Customize email notifications | Okta Developer there should be many more.
Why is that?