cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
952
Views
0
Helpful
2
Replies

how can create client id, client secret and access token in webex

how can crteate client_id, client secret and access token in webex

2 Replies 2

Stefan Mihajlov
Level 3
Level 3

@anaghasasidharan38 

To create a client ID and client secret in Webex you need to register an integration in the Webex for Developers portal:

  1. Go to https://developer.webex.com and log in with your Webex account.

  2. Under your profile, click My AppsCreate a New AppIntegration.

  3. Fill in the details (name, description, redirect URI, scopes you need).

  4. Once saved, you’ll see the Client ID and Client Secret.

 

Rouser Tech
Level 1
Level 1

To get a Client ID, Client Secret, and Access Token in Webex, go to the Webex Developer Portal
, log in, and create an Integration under My Webex Apps by filling in the app details, redirect URI, and required scopes. Once saved, Webex will give you the Client ID and Client Secret. For testing, you can copy a temporary Access Token from the portal, but for production, you must use the OAuth 2.0 flow: redirect users to the Webex authorize URL, get the code, and exchange it via the /v1/access_token API to receive your permanent Access Token and Refresh Token.

Rousertech