Hi Team, for my first project, I am looking to build a connector for Meraki Dashboard. The call I am using passes an API Key as Bearer to the server, and it returns Organization IDs. I have the call working in Postman and then imported the collection into the Connector Wizard. The Bearer field on the Test page is set correctly with the API key, but the test is failing with "Invalid API Key".
The Postman GET call and the PowerApps calls look like this. The URL path is correct. Is it expected that the host information is replaced by the connector name ("merakinext") plus a unique identifier?
api.meraki.com/api/v1/organizations?Bearer=<removed>
Any help is greatly appreciated!