I am building a contract approval thrust studio core content app base don this tutorial: OpenText™ Thrust Services Tutorial
When I try to run Get 'Required Approvals' decision model in Postman (Page 200 of tutorial - {{decsion_service_url}}/runtime/decision-models?namespace=contract_approval&key=required_approvals) or when I upload a document to a running web app (Page 233 of tutorial - https://eu-1.api.opentext.com/mtm-riskguard/api/v1/process?fullTmeResult=true) I receive (and same happens to my colleague) following error response with 401 response code:
{ "fault": { "faultstring": "Invalid API call as no apiproduct match found", "detail": { "errorcode": "keymanagement.service.InvalidAPICallAsNoApiProductMatchFound" } }}
What could be the issue?
Other API calls seem to work and I am authorized either in the browser or have received a functioning token in postman.
Could it be that the scope of the token we receive is not enough for the endpoints for decision models and mtm-riskguard? The scope of our token is:
"scope": "create_publications view_publications search_publications delete_publications readwrite otds:roles otds:groups search",
Thank you very much and best regards,
Kamil