Maintenance is being performed on Zoom's support site on November 4 that may cause support impact. For more information, please click here.
Everything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Remove the hassle of traditional scheduling with Zoom Scheduler
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Optimize contact center agent performance and engagement
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Hardware purchase and subscription options
Flexible subscription plans for hardware
Protect certain data at rest with your own encryption keys
An open platform that allows developers to build Zoom apps and integrations.
Explore thousands of apps that work with or within Zoom
Documentation for building with Zoom's technology using SDKs, APIs, and webhooks
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2023-09-26 08:47 AM
Hello,
Hoping this is the correct place to post my API question.
My team and I are developing a system that integrates with the Zoom Phone SMS API. The endpoints we use are:
Our sessions endpoint seems to be returning invalid data. Calls that return data today don't return data tomorrow. I have an integration test that requests data for a very thin timeframe on 9/11 (2.5 minutes) which should result in 1 session with 6 messages. This test started failing as of last Friday. This particular session has 3 participants. Another session we are testing with (that also has a thin timeframe - 17 seconds) only has 2 participants but is passing.
Note: Currently, we are using JWT and are in the process of upgrading to use S2S.
Following is the URL of the 9/11 call I mentioned.
My mention above regarding calls that return data today and don't tomorrow - this is something we are starting to see as well. Luckily we are still pre-prod.
Any help is greatly appreciated.
Thanks,
Mark
2023-09-26 08:55 AM
Noticed the 'to' and 'from' dates were not included in my post above.
from=2023-09-11T17:20:00Z&to=2023-09-11T18:22:32Z
If we issue the same call but use the following 'to' and 'from' dates, we get what we expect during the 2.5 minute timeframe on 9/11.
from=2023-09-10T00:00:00Z&to=2023-09-231T00:00:00Z
But if we issue through 9/22, we don't get the expected data.
from=2023-09-10T00:00:00Z&to=2023-09-221T00:00:00Z
Thanks,
Mark
2023-09-26 09:20 AM
To nice