Creating Cisco Webex Teams Application

Last published : Apr 17, 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 athttps://admin.webex.com/users>Select User>Administrator RolesunderOrganization Administrator RolesandFunctional Administrator Rolesaccordingly.
  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 theSourceconfiguration.
  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