Get room recording
Authentication
Path parameters
Query parameters
Generated media links will be valid for this many seconds. Default is 900 (15 minutes).
Generated media links will be valid for this many seconds. Default is 900 (15 minutes).
Retrieves one Video Room recording by ID and returns a media link with the requested lifetime. Use it when you saved a recording ID or selected one from a recording list; voice-call recordings are available through the Recordings API instead.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: