cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
267
Views
0
Helpful
1
Replies

Application authorisation for Search API access

Oleh Doroshenko
Level 1
Level 1

Hello.

We are developing a widget to get a personalized stat which is showing to the agent when there is call queued to him via preferred agent node.
To make this stat we are using a global variable with reporting chekbox so that writes it writes info to reporting database.
Then we retrieve info via search API request. This API is available only with organization full admin account but we want to show this stat to all agents.

So we are looking for some guide on how we can authorize our application to get this data.

 

1 Reply 1

Patience Umoru
Cisco Employee
Cisco Employee

Hello,

To display the above using the Webex API, you'll need to set up an integration with admin permissions in the Webex Developer Portal. Use the admin's access token to make API requests and manage the data securely. Create a service that handles these requests on behalf of the agents, and that provides this information to the agents securely.

https://developer.webex.com/docs/service-apps
https://developer.webex-cx.com/documentation/integrations 

Thanks.