Get recording access link

Returns the access link for the specified recording. Available for Whereby-hosted recordings only

get/recordings/{recordingId}/access-link

Path parameters

recordingIdstring required

Recording ID.

Query parameters

validForSecondsinteger

The number of seconds the access link is valid for.

Response

A JSON object representing the access link.

accessLinkstring required

The access link.

expiresinteger required

The timestamp when the access link expires.

Example response

{
  "accessLink": "https://s3.eu-central-1.amazonaws.com/recordings/1.mp4?AWSAccessKeyId=AKIAJ...",
  "expires": 1740819600000
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.