How to call token from SAP using Get method to 3rd party. in pass through scenario
We did an interface to get token from third party. it is storing in SAP getting file in JSON format token will change when we push the data to 3rd party from Another interface (OAuth interface)
Token will valid for 3 minutes. and we have to send the token to another URL for the same third party(ex: xyz)
This is a pass through Scenario.
Please suggest how to proceed in this case in SAP PO
We have to call 3rd party through API.