Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello!!! I am trying to connect to the Cisco Spark instance for WebEx Teams via their REST API.
I put the URL and the Authorization header parameter (access token) into the Web connector:
After I select the OK button, I get the following error:
Has anyone seen this error before or been succesful in connecting to the Cisc Spark Webex instance?
Solved! Go to Solution.
Hi @WatsonJ ,
You could configure the connection manually with m query.
let
Source = Json.Document(Web.Contents("insert the URL here you used to in the regular way, and add ", [Headers=[Authorization="Basic insert your token here="]])),
issues = Source[issues],
in
Source
Here is a similar case for your reference:
Hi @WatsonJ ,
You could configure the connection manually with m query.
let
Source = Json.Document(Web.Contents("insert the URL here you used to in the regular way, and add ", [Headers=[Authorization="Basic insert your token here="]])),
issues = Source[issues],
in
Source
Here is a similar case for your reference:
I used your query, but the only thing I changed was the word "basic" to "bearer", which apparently Cisco Spark needs. As soon as I figured that out, it worked! Hopefully if anyone searches for the meta tags on this question, they can find this solution useful. Thanks again!
What's the authorization flow? From the site it looks there's a couple of ways - does the token have an expiry? It looks like they do, you'll need to generate a valid token first
Did I answer your question? Mark my post as a solution! Proud to be a Super User!
Connect with me!
Stay up to date on
Read my blogs on
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |