Hi everyone,
I’m currently trying to deploy my Core Content workflow from Visual Studio Code to an external WebApp, with the OpenTex Thrust Services Tutorial.
As part of the deployment process, I need to call the Decision Service endpoint using Postman, specifically: /Decision Service/ Get
'Required Approvals' decision model
However, every time I execute this request, I receive the following error response 401:
{
"fault": {
"faultstring": "Invalid API call as no apiproduct match found",
"detail": {
"errorcode": "keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
}
}
}
This issue also prevents me from adding a contract inside the WebApp, because the same error shows up there as well.
Has anyone experienced this before?
Any guidance would be greatly appreciated!