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.
Issue:
I'm attempting to retrieve an access token for the Webex API in a java application but each time I do, I receive an error stating "(invalid_grant) The provided access grant is invalid, expired, or revoked". However, I believe this to not be co...
Question
hi team if I send a message per API to a user as an answer with my token. The first message will be automatically set as read. Is it possible to setup it that way, that the webex app still shows the notification?
Is Webex planning to update the "Copy Space Details" to show the actual room ID instead of the older method that has been deprecated? Makes tracking things with users difficult. Here's a redacted sample:
Space name: A funny Space
Space ID: a5b4f760-f...
Community Query
"Which API can get meeting instanceId lists? Or can I only set a schedule to periodically confirm whether a new meeting instanceId is generated?"
@Abhishek-Singh28 unfortunately we do not have a public API for setting the “Allow restrict by partner mode” flag. This would be considered a new requirement, that you can suggest on https://ciscocollabcustomer.ideas.aha.io/ .
@micrun Can you try the /v1/notification/subscribe endpoint described in the Notifications resource (https://developer.webex.com/webex-contact-center/docs/api/v1/notification/subscribe-notification) instead of the Realtime notification resource you a...
@Abhishek-Singh28 In Webex, the /wholesale/subscribers API and /v1/people API serve different roles: the former is used in the Wholesale model to create billable subscribers tied to packages and partner provisioning systems, while the latter simply c...
@Abhishek-Singh28 A 201 from POST /wholesale/customers only means the create was accepted; provisioning the org (packages, backend hooks) usually finishes asynchronously, so GET /wholesale/customers/{id} can correctly show Provisioning right after su...