Skip to main content

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

See Webex API docs for more information.

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

See Webex API docs for more information.

User

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

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

See Webex API docs for more information.

License

The call uses the GET operation to retrieve a license list.

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

See Webex API docs for more information.