Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
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
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 22 | |
| 21 | |
| 19 | |
| 13 |
| User | Count |
|---|---|
| 68 | |
| 55 | |
| 43 | |
| 42 | |
| 30 |