pip install basic-zoom
from basic_zoom import ZoomAPIClient
zoomapi = ZoomAPIClient(
ACCOUNT_ID=" <Zoom Account ID here> ",
S2S_CLIENT_ID=" <Zoom S2S App Client ID here> ",
S2S_CLIENT_SECRET=" <Zoom S2S App Client Secret here> ",)
result = zoomapi.get(endpoint_url="/phone/call_logs")