Hello everyone,
I have a created an Business Central application that sends and collects data from third-party application via API. A Business Central (Sandbox) end point has been created for collecting data from third-party application. For doing so, certain token authorization is required by for sending data to Business Central. But the problem is that the token is expired after every 75 minutes resulting in failure of sending data and creation of a new token. For this purpose, I have provided the client id and secret key so that for every response, new token is generated. But the issue is that, the process is not good like if multiple users are using it simultaneously than there will be multiple tokens created at the same time resulting in a non-efficient system. So I want to ask that is there any work around that we can use the same token every time?