Pass Board Info via Link Cards to External URL?

I want to do the following:

  1. Create Trello “Link Cards” that send variables about the current Trello board through the URL (what’s necessary to access the board via API)

  2. When the user clicks on the card, the Trello Board information will be passed via the query args (i.e. https://mysite.com/A-44687/index.html?boards={id} etc.

  3. I can then use those parameters to access the Trello Board via the API and do useful stuff

Is this possible? If so can you provide a pointer to the doc, if it’s not, a workaround/another way to get this accomplished?

Are you trying to do this via a Power Up?