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 want to retrieve a list of meetings in which I am a invitee from the REST API.If you are the host, you can find it by using "hostEmail".If I am a invitee, how do I find out?
hi~!I want subscription info using api.subscription name, expiry date, status, etc...I couldn`t find it on the developer site.Is there a way?Tnank you.
This is the logic to get the access token using the integrated app.authorization urlhttps://webexapis.com/v1/authorize?client_id=[client_id]&response_type=code&redirect_uri=https%3A%2F%2Flocalhost%2Fapp%2Ftest%2Fcallback&scope=identity%3Atokens_read%...
When using the API to send a message, the sender is not me but the app.How can I make it look like I sent it?access_token is generated with Client ID and Client Secret registered in Intigrations App.- Sender is App- Sender is UserI want to use API ca...