I’ve been getting a 404 Not Found error code while trying to retrieve an email template.
The template in question is the change_password/password_reset (not sure of the difference between the two) and has already been customized and saved on the Dashboard.
In fact, I can confirm that modifying any other template yields a 200 Ok code, so this seems to be limited to that email template type.
I have been customizing it and using it specifically for inviting users on my application.
For more information regarding the environments which i ran the tests in, it was both the .NET SDK as well as the Management API Explorer with the token generated by the Management API Test Application, which has all the necessary scopes in the Access Token by default, further confirmed by the fact that any other template which is not one of those two works.
Any help would be really appreciated, thank you.