Webex for Developers

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel


Forum Posts

We're thrilled to announce that the Webex for Developers Community forum has expanded to include dedicated topics for Webex Contact Center APIs and integrations! We encourage all Webex Contact Center developers to utilize this forum to engage in disc...

philbell by Cisco Employee
  • 2595 Views
  • 1 replies
  • 3 Helpful votes

Hello, I have an issue with the webhook event "telephony_calls." Everything else works perfectly fine, but for "telephony_calls," nothing happens, and it doesn't even go through ngrok or any similar system. Here's my webhook in case you see anything ...

acoret by Visitor
  • 2270 Views
  • 8 replies
  • 0 Helpful votes

I am currently working on integrating the Webex API into my application and have a question regarding the "Start" or "Offset" parameter in the API endpoint for GET requests to "https://webexapis.com/v1/people." i will do pagination in my page but thi...

ListPeople.png
Nedra by Frequent Visitor
  • 907 Views
  • 1 replies
  • 0 Helpful votes

Hello.I'm developing a Spring Boot micro service to interact with the Webex API, according to the official documentation:https://developer.webex.com/docs/login-with-webex#openid-connect-scopes-and-claimsWebex Integrations support following oauth flow...

admartine_0-1683280157560.png
admartine by Community Member
  • 5722 Views
  • 7 replies
  • 0 Helpful votes

This seems like it should be so simple.  The newer webex calling workspace APIs require a Workspace ID to run. An example would be one of these https://developer.webex.com/docs/api/v1/webex-calling-workspace-settings/retrieve-call-forwarding-settings...

bschear79 by Frequent Visitor
  • 986 Views
  • 1 replies
  • 0 Helpful votes

Hi community!I would like to know how I can get the status field via the WebEx API. I only found the pre-configured status fields in person details like 'active', 'call', 'DoNotDisturb', ect.https://developer.webex.com/docs/api/v1/people/get-person-d...

Lraec by Community Member
  • 1767 Views
  • 3 replies
  • 0 Helpful votes

Exciting news for all Webex users! Now you can access our status page via API at status.webex.com. Stay updated on any service disruptions or maintenance and keep your communication running smoothly. https://developer.webex.com/blog/webex-status-apis...

We are excited to inform you that the Webex Developer Beta program is officially OPEN! With the support of the Webex Beta Platform, you now have the opportunity to access the Webex Developer Platform's APIs, SDKs, and other features before anyone els...

At Cisco Live Vegas, developers will have multiple opportunities to learn about the Webex for Developers platform via classrooms, workshops, and booths. Read about them in this blog: https://developer.webex.com/blog/webex-for-developers-at-cisco-live...

     string clientId = "your client id"; string clientSecret = "your client secret"; string redirectUri = "KitchenSink://response/"; string scope = "webex:all"; // authCode(64 bits) can be extracted from url by loading auth.authorizationUrl with a We...

dsign228 by Community Member
  • 1821 Views
  • 2 replies
  • 0 Helpful votes