API calls for Cisco Webex

The Cisco Webex connector makes API calls to Webex to retrieve data.

Authorization token using authorization code

The call uses the POST operation to retrieve a refresh token and an access token.

URI: https://webexapis.com/v1/access_token

For more information, see Webex API docs.

Authorization token using refresh token

The call uses the POST operation to retrieve a refresh token and an access token.

URI: https://webexapis.com/v1/access_token

For more information, see Webex API docs.

User

The call uses the GET operation to retrieve a list of users.

URI: https://webexapis.com/v1/people

For more information, see Webex API docs.

License

The call uses the GET operation to retrieve a list of licenses.

URI: https://webexapis.com/v1/licenses

For more information, see Webex API docs.