Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
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...
Hello.That has solved my problem. Thank you very much!I was trying to create a meeting without the hostEmail parameter.Though, in the official API documentation: https://developer.webex.com/docs/api/v1/meetings/create-a-meetingthe hostEmail parameter...
Hello.I have read the service app documentation: https://developer.webex.com/docs/service-appI have generated an access token with the spark:all permission and all permissions related to meeting, but when I try to create a meeting via Postman using t...
Hello.Thank you for your response.Is there any specific code example (in Java or Python) that shows how to generate an access token via service app and create a meeting via API?Thank you for your help.