Hello,
I have a .Net Core Web API application that accesses the Texas Instruments API. We have gone through all of the required steps and have successfully tested the Products and Orders API on both my local machine and a test server. When I publish our application to our production server however, all API calls return the following error as seen below.
I am using the same Auth URL, API URL, Client ID and Client Secret in all environments.
{"fault":{"faultstring":"Invalid API call as no apiproduct match found","detail":{"errorcode":"keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"}}}
Thank you.