Zoom API Keys
#
Description#
General- Documentation: https://marketplace.zoom.us/docs/guides/build/oauth-app
- Summary: Zoom is a video teleconferencing software. It can be used to set up chats, meetings, phones calls or webinars. It exposes various APIs to integrate applications with their product. OAuth apps can access users' authorized data using OAuth2.0 with a client id and secret.
- IPs allowlist: This feature is not mentioned in the documentation.
- Scopes: Each app is assigned a list of scopes editable from the developer dashboard. See the documentation.
#
Revoke the secretThe client secret can be rotated from the developer dashboard.
#
Check for suspicious activityThis feature is not mentioned in the documentation.
Zoom api keys
#
Details for Family: Api
Category: Messaging system
Company: Zoom
High recall: False
Validity check available: True
On-premise instances exist: False
Only valid secrets raise an alert: True
Minimum number of matches: 2
Occurrences found for one million commits: 1.7
Prefixed: False
PreValidators:
- type: FilenameBanlistPreValidator banlist_extensions: [] banlist_filenames: [] check_binaries: false include_default_banlist_extensions: true ban_markup: false- type: ContentWhitelistPreValidator patterns: - zoom- type: ContentWhitelistPreValidator patterns: - id - key - client- type: ContentWhitelistPreValidator patterns: - secret
#
Examples- text: | ZOOM_AUTH_ID=Tv5sLk45Qc2W3DVSw41ZzQ ZOOM_AUTH_SECRET=9NeGUzYkSjRupIF5pt93m2D1w17fOjI8 client_id: Tv5sLk45Qc2W3DVSw41ZzQ client_secret: 9NeGUzYkSjRupIF5pt93m2D1w17fOjI8
- text: | ZOOM_AUTH_CLIENT=TvXsLkUVQcHW3DVSwIKZzQ ZOOM_AUTH_SECRET=9NeGUzYkSjRupIF5pt93m2D1w17fOjI8 client_id: TvXsLkUVQcHW3DVSwIKZzQ client_secret: 9NeGUzYkSjRupIF5pt93m2D1w17fOjI8
- text: | { "name": "ZOOM_API_KEY", "description": "apikey for zoom", "value": "BcrAjn6FTQyBtM9Wj7Cmw" }, { "name": "ZOOM_API_SECRET", "description": "secret for zoom", "value": "ihPmh3dnXxn3Cd7s3UVZoCDvVEef1f1Q" }, client_id: BcrAjn6FTQyBtM9Wj7Cmw client_secret: ihPmh3dnXxn3Cd7s3UVZoCDvVEef1f1Q- text: ZOOM_AUTH_ID=Tv5sLk45Qc2W3DVSw41ZzQ ZOOM_AUTH_SECRET=9NeGUzYkSjRupIF5pt93m2D1w17fOjI8
client_id: Tv5sLk45Qc2W3DVSw41ZzQ client_secret: 9NeGUzYkSjRupIF5pt93m2D1w17fOjI8 filename: some_file.md