Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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  
 
					
				
				
			
		
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
 
            | User | Count | 
|---|---|
| 84 | |
| 49 | |
| 36 | |
| 31 | |
| 30 |