cURL
curl --request GET \ --url https://{primary_domain}/api/public/v2.0/online_conferences/{online_conference_id}/recordings/{online_conference_recording_id}/url \ --header 'X-Access-Key-Id: <api-key>' \ --header 'X-Access-Key-Secret: <api-key>'
{ "message": "<string>", "data": { "url": "<string>", "expires_at": "2023-11-07T05:31:56Z" } }
Required permissions: online_conferences.read.*, online_conference_recordings.read.*
online_conferences.read.*
online_conference_recordings.read.*
Number of seconds from now that the temporary URL should expire at. If empty, defaults to the length of the recording +10 minutes.
on
Show child attributes