API Security Question

Do the API calls occur on the server side or browser side? Sorry if that’s a trivial quesiton. I don’t have a lot of experience programming web apps. My main concern is accidentally exposing any authentication tokens if I was to use custom apis/worksflows built with tools like N8N/Buildship/Make.

Question posted by Noah C. from Momen Discord

It is not trivial at all. Default arguments are not exposed on the client side
I would use default arguments to deal with auth, or wrap the whole thing in an actionflow.

Answered by Jiang Yaokai in Momen discord