Forum Discussion
sfernamer
2 years agoHelper III
Create a function to call an API
Hi everyone! Last month, I created a connection to an API where there was a list (format = text) and the function modified the Relative Path to call the API with every single element of the list ...
lbendlin
2 years agoSuper User
You likely will have to run a separate API call to collect the bearer token.
sfernamer
2 years agoHelper III
Hi lbendlin
Could you share an example about how to do it? So I guess I should do an API call for the authorizer, save the result into a variable and then, do the 2nd API Call, adding the variable to the call?
Thank you for your time.
- lbendlin2 years agoSuper User
That's correct. As you can probably appreciate it is nearly impossible to help with API queries without access to said API (which you may not be willing to provide for understandable reasons). You're on your own here.