Forum

Jennifer Häfner
Moderator
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
    Has successfully completed the online course Basics (100)
    Has successfully completed the online course Advanced (310)
    Has successfully completed the online course Advanced (320)
    Has successfully completed the Intermediate Certification
    Has successfully completed the Advanced Certification
2 years, 9 months ago #34489
Up
1
Down
::

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.