"zoom.us/rec/webhook_download" links no longer working

I’m trying to download a recording using the info sent in the “recording.complete” event webhook. To keep this simple, I’m just using curl on the command line. For example:

curl -X GET --location "[download_url]" -H "authorization: Bearer [download_token]" --output sample.mp4

This worked flawlessly yesterday, but now all request (including things that previously worked) now all return {“status”:false,“errorCode”:401,“errorMessage”:“Forbidden”}

Did something change?

So, I just created a new recording and was able to download it using curl. Maybe the download_token just has a TTL of 24hrs or something?

Hi @zoom62 ,

Yes it sounds like your token may have expired! Glad it’s working today!

Best,
Gianni

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