In Infor Api Flows, I have created one endpoint for Pricing and one endpoint for Inventory. Is there a way to give access to only one of these ?
ex: customer ABC = Pricing only
customer DEF = Inventory only
You could simply not give the customers the particular endpoints. Just send them the one endpoint and json request example. Then they would know about the second. I have a customer whom gave the multiple customers access to the same endpoint, but did not want to give them their CustId. So they gave them a random GUID and translated that for additional security measure. Essentially, you could deny access if they do not pass proper credentials.
thks again Brandon