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?