Skip to main content

API calls for Cisco Webex

Cisco Webex connector API calls to Webex for retrieval of data.

References

  • Authorization token using authorization code

    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

    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

    Uses the GET operation to retrieve a list of users.

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

    See Webex API docs for more information.

  • License

    Uses the GET operation to retrieve a license list.

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

    See Webex API docs for more information.