Creating Cisco Webex Teams Application

Last published : Jun 26, 2026
To create an app:
  1. Go to https://developer.webex.com/and log into your account.
    Note: The account should have the Full administrator permission and be a Compliance Officer. Permissions for full administrator privileges can be checked at https://admin.webex.com/users > Select User > Administrator Roles under Organization Administrator Roles and Functional Administrator Roles accordingly.
  2. When you are logged in and permissions are set, click Start Building Apps.
  3. Choose Create an Integration.
  4. Fill in the Integration Name, Contact Email, Icon, Description fields.
  5. In the Redirect URI(s) field, add the Redirect URL.
    Note: This can be found in the click information of the Source configuration.
  6. Scroll down and select the following scopes:
    • spark-admin:license_read
    • spark-admin:organizations_read
    • spark-admin:people_read
    • spark-admin:roles_read
    • spark-compliance:events_read
    • spark-compliance:memberships_read
    • spark-compliance:messages_read
    • spark-compliance:rooms_read
    • spark-compliance:team_memberships_read
    • spark-compliance:teams_read
  7. Click Add Integration at the bottom of the page.
  8. Copy the Client ID and Client Secret and save them in a secure location.
Related information