Difficulty connecting to Meraki Dashboard API from Power BI

Solved
kdossey76
Conversationalist

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:

kdossey76_0-1741015964382.png

 

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!

1 Accepted Solution
RaphaelL
Kind of a big deal
Kind of a big deal

Have you tried with this : 

 

"Accept": "application/json"

View solution in original post

2 Replies 2
RaphaelL
Kind of a big deal
Kind of a big deal

Have you tried with this : 

 

"Accept": "application/json"
kdossey76
Conversationalist

This worked - thank you so much!

Get notified when there are additional replies to this discussion.