Okay so I'm building a simple endpoint to grab the user ID of a user. In order to do so I need to provide a bearer token, which I get when I make a request for it using my client ID and secret.
Since I'm using serverless, will I really need to request that bearer token before every API request? Or am I missing obvious.
(I wish Twitch would let you make app API requests using your ID and secret directly)