There may be several questions in here, but the most important if S.O. wants me to pick one is the token use part.
I have a redcap database like this:
What's notable is that there are pdf files in there I would like to get.
I also have API access to that database, and Redcap does a good job of showing you API examples for what you may want to download in the playground:
And using videos like this: https://www.youtube.com/watch?v=U8ieFuWmtO0 I think I could figure out how to do API requests and save the results to a sharepoint list (long story not for this question, going to be downloading the files AND the rest of the data, hence the list). Where I'm stuck however, is most every tutorial video uses public api data and so completely skips over how I would include a token.
So my question is: If I need to create a flow that repeatedly pulls files from an API (which is behind a token) how do I connect?