I have access to the new dev platform and I’m trying to do the client credentials grant but whenever I make a request from my app or an API client I get an HTML response (see below) instead of what’s in the documentation.
I hid the hrefs because of the sensitive data.
<html>
<body>
<noscript>
<a href="...">Continue</a>
</noscript>
<script type="text/javascript" defer>
window.location = "...";
</script>
</body>
</html>
When I go to the URL it has it shows the Partners login page.
Anyone else run into this issue? I assume it’s not intended.