cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
464
Views
0
Helpful
3
Replies

Webex API script token admin rights

32freddy
Level 1
Level 1

Hello,

 

I created a script to read user license details from the webex API, but right now it only uses my personal token which expires after 12h.

 

How can I get a permanent token? I tried creating a bot, but it does not have permission to read licenses from the API.

 

Thanks!

3 Replies 3

dtibbe
VIP
VIP

You need to create an integration as described at https://developer.webex.com/docs/integrations 

Your user has to run the OAuth flow at least once, after that you may use the refresh token to extend the access token's lifetime. 

 

 

 

Thank you, I'am going to try that.