Skip to main content

ZoomApiModule

Supported versions

Available on Cortex XSOAR, Cortex XSIAM, and Cortex XPANSE.

To use the common Zoom Server logic (authentication and API requests), run the following command to import the ZoomApiModule.

def main():
...
from ZoomApiModule import * # noqa: E402
if __name__ in ["builtins", "__main__"]:
main()

Then, the ZoomApiModule will be available for usage. For examples, see the Zoom integration.