Hello,
I followed the steps in https://docs.ifs.com/techdocs/24r1/040_tailoring/300_extensibility/010_get_started/400_quickstarts/010_auth/#step_2_-_obtain_the_token_endpoint
But I always get a
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<center>
<div><h1>401 - Authorization Required</h1></div>
<div><small>IFS Cloud<small></div>
</center>
</body>
</html>

Is the a specific page to test and debug logs ?
We are looking to upload documents using the API, but we are stuck with this 401 error.
Help appreciated.