Hi all, I'm trying to connect to the TM1 REST api using the docs here
IBM Cloud Docs
I can get an access token fine and if I check it in jwt.ms the token looks good, it has my email, "scope":"ibm openid" etc...
However if I try to GET the servers at https://de1.planning-analytics.ibmcloud.com/api/v0/tm1Servers then I always get a 401 error and this json. (I'm adding Authorization: Bearer my_token in postman)
{
"error": "access_denied",
"error_description": "Failed to verify OAuth information. Transaction ID=2232394673"
}
My test instance is available through the web UI at https://de1.planning-analytics.ibmcloud.com so I think I'm putting in the correct url.
The help page says I can try to get the url from the "service launch page" but I've no idea where that is and haven't found anything useful clicking about.
Can anyone help me with what I'm doing wrong? Please let me know if you need any additional info.
Thanks, Colin
------------------------------
Colin Overton
------------------------------