Call a Plumber API from inside the Shiny server

Hello Everyone,
I want to create a Shiny App hsoted in Posit Connect where I collect info from a form that is then sent to a Plumber API with a POST request.

The Plumber API needs authentication from the user via API Key(or being logged in on the Posit server) and it uses info such as username, email and user group.

I still dont know how to connect the API via the server in the shiny app for the API to be run authenticated with the user credentials.

Has anyone done this? It would be useful some general guidance.
Thanks

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.