Skip to main content

Zoom SDK Keys

Description#

General#

  • Documentation: https://marketplace.zoom.us/docs/guides/build/sdk-app
  • Summary: Zoom is a video teleconferencing software. It can be used to set up chats, meetings, phones calls or webinars. It distributes an SDK to integrate Zoom features into native apps. Apps are authenticated with a SDK key and secret.
  • IPs allowlist: This feature is not mentioned in the documentation.
  • Scopes: Every key/secret gives access to the full SDK.

Revoke the secret#

The SDK secret can be rotated from the developer dashboard.

Check for suspicious activity#

This feature is not mentioned in the documentation.

Details for Zoom sdk keys#

  • Family: Api

  • Category: Messaging system

  • Company: Zoom

  • High recall: False

  • Validity check available: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.8

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator  banlist_extensions: []  banlist_filenames: []  check_binaries: false  include_default_banlist_extensions: true  ban_markup: true- type: ContentWhitelistPreValidator  patterns:  - zoom- type: ContentWhitelistPreValidator  patterns:  - id  - key- type: ContentWhitelistPreValidator  patterns:  - secret

Examples#

- text: |    ZOOM_CLIENT_ID=FkZBAm7RAOju880zZiGr3YAPRNym6gUiQNtz    ZOOM_CLIENT_SECRET=FDtTu06i9Ft4Al73l8GklANUNCB3nbMACZzo  client_id: FkZBAm7RAOju880zZiGr3YAPRNym6gUiQNtz  client_secret: FDtTu06i9Ft4Al73l8GklANUNCB3nbMACZzo