To use Exstream APIs, I am able to use endpoint /authentication/credentials to get OTDS ticket, but for some APIs, they request an ACCESS TOKEN, my question is how to get the ACCESS TOKEN?
This is the response of /authentication/credentials
{ "token": "213312312312312312312312",
"userId": "my Id",
"ticket": "*OTDSSSO*AbBBQlFDajNEdGtRcUlMNmJDZGVGbX…"
}