Tool/software:
client_id=ctOFZBlcml9yG47yT77K0GQAFiX7GY3b
client_secret=5GfL9wrw????????
I successfully get token but when using the store API:curl --request GET --url 'transact.ti.com/.../AFE7799IABJ \
--header 'Authorization: Bearer EDEs3MRQY0Y4adbPyGCkEWq081LL'
API results in below error with status code 401:{
"fault": {
"faultstring": "Invalid API call as no apiproduct match found",
"detail": {
"errorcode": "keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"
}
}
}