I need to Authenticate with a 3PL API.
The Documentation says it provides us a Client ID & Client Secret along with an Authentication URL.
Sending a request with Client ID & Client Secret to Authentication URL will provide a response back with the following:
1. Access Token.
2. Expires In.
3. URL.
I need to send every following request with Access Token & When it Expires I need to Generate a new Access Token from the Returned URL and Generate a new Access Token.
How can I accomplish this with an HTTP Connector ?
Some Insights into how Celigo does it would be great.
Thanks In Advance for taking out time and responding to my Query.
Appreciate your help.