Meeting Start Url Expiration after Refreshing it with Retrieve A Meeting API

Description
Hi all,

In our compay we use Zoom as provider for medical purposes.

We create in our system a row on a determined table for tracking all Meeting created on Zoom with ours internal id and other information, and also with information coming from Zoom at the moment of creation of the meeting with the Create A Meeting Api

We realized that the start url of meeting expires after 90 days as described in the api documentation.

So we are updating our system to update the meeting start_url on the database when it is expired.

So this is my question: When the new link obtained from the Retrieve A Meeting api will expire? After 90 days from the previous expiration? Or After 90 days after the retrieving of the new url? Or there is another management for the expiration of regenerated url?

We need to understand this to know if for expired urls, we have to invoke every time the Retrieve Meeting api or if we can store the updated url and call the api only if it will expire again. (we could have meetings created in Jenuary for December :sweat_smile:).

Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth

Which Endpoint/s?
POST /users/{userId}/meetings
GET /meetings/{meetingId}

Hi @MikyCio,

It sounds like your users are custCreate (API) users, is that right? If so, you’re correct that the start_url is valid for 90 days. When you retrieve a refreshed start_url via the GET Meeting API, this new URL should be valid for another 90 days.

Thanks,
Will

1 Like

Thanks a lot @will.zoom for your response :slight_smile:

Glad I could help! :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.