Mar 3 2025
7:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 3 2025
7:35 AM
Difficulty connecting to Meraki Dashboard API from Power BI
I've scoured multiple forums and articles, and cannot seem to narrow down the answer to the problem I'm having.
In a nutshell, from Power BI:
- Get Data > Web
- Advanced
- URL : https://api.meraki.com/api/v1/
- HTTP request header parameters:
- Authorization: Bearer {API_KEY}
- Content-Type: application/json; charset=utf-8
I receive this error each time:
If I use the same information in Postman to hit the Meraki Dashboard API, I'm able to connect and pull everything needed.
Can you please advise what I'm doing wrong?
Thanks!
Solved! Go to solution.
1 Accepted Solution
Mar 3 2025
7:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 3 2025
7:57 AM
2 Replies 2
Mar 3 2025
7:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 3 2025
7:57 AM
Have you tried with this :
"Accept": "application/json"
Mar 3 2025
10:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 3 2025
10:45 AM
This worked - thank you so much!

Get notified when there are additional replies to this discussion.