I am using this Zoom API Endpoint to obtain Information Related to a chat file:
GET /chat/files/{fileId}
This API if Results in 200 gives the Information about the file Including a download_url which can be used to download the file. I Need to know the expiry time for that download_url. Please help.
Thank you