Social — entry 005 of 39

Cisco Spark

Verified Jul 2026

Cisco Spark was rebranded Webex Teams (now just Webex) in 2018, and developer.ciscospark.com now redirects to the Webex Developer Platform, whose REST APIs cover messaging, meetings, calling, and device management under a single OAuth2-authenticated surface at webexapis.com. Most endpoints require the calling app's organization to hold a Webex license, with a free developer sandbox available for building and testing integrations before they go into a paid production org.

socialmessagingcollaborationoauthvideo-calls
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreemiumA usable free tier exists, with paid plans for more volume.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score54out of 100
Authentication8/25OAuth flow required
Pricing17/20Freemium tier available
Docs0/20No docs or spec available
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 54 on greatapis.com
<a href="https://greatapis.com/api/cisco-spark/"><img src="https://greatapis.com/badge/cisco-spark.svg" alt="Scored 54 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.