Hi Terence, i had the same problem, I needed to call an API to get a token parameter, and use these token to call another API. For this i used the script below: # importing the requests libraryimport requestsimport json # String used to validate the ...