GET
/
online_conferences
/
{online_conference_id}
/
recordings
/
{online_conference_recording_id}
/
url
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"
  }
}

Authorizations

X-Access-Key-Id
string
header
required
X-Access-Key-Secret
string
header
required

Query Parameters

expiry
integer

Number of seconds from now that the temporary URL should expire at. If empty, defaults to the length of the recording +10 minutes.

Response

200
application/json
on
message
string
required
data
object
required