
Moderator







2 years, 9 months ago
#34489
::
Okay. And you have configured the Simplifier Connector call with the exact same parameters that you are using in the working Postman version?
You can try to execute both Connector calls (the GET request to get the token and POST request) inside an Server-Side Business Object function. So first, execute the GET request and store the token in a variable. Then, use this variable as the token parameter in the POST request. This way, both requests are executed right after another and therefore, the token should not be expired.