Meeting api start url expiration

Hi Team,

Is there any expiry for meeting start url for host
If yes can we increase expiry time

this is the api i am using
https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/meeting

Hi @nitintechhead
The start_url contains a ZAK token which basically contains the identity of the user.
The start_url value of the meeting is valid for 2 hours for regular users and 90 days for API usersand you need to generate a new ZAK token after the old one expires or call the GET meeting API again.