Hello. Im trying to get the config templates for a given organization using the "getConfigTemplates" endpoint. However, when I run the Python command for this, I get a 404 response. I then tried to retrieve the data for that specific organization and once again received a 404 response. I checked, and using the "getOrganizations" endpoint I can see that the info for the organization, and the fact that it is API enabled. I'm using an admin API key.
What could be happenning here? Why can I see the organization using "getOrganizations" but not when using the "getOrganization" endpoint?
Thanks!