Get a Recording
This is the method to request a single recording if you have its identifier or its sharing link code.
Returns a video object if found, otherwise a 404 error.
Path parameters
video_idstringRequired
The unique identifier of the video, which can be the video id (integer), video uuid, or even the video sharing-link identifier.
Header parameters
AuthorizationstringRequired
Bearer API-KEY
Responses
200
Successful response containing the video object.
application/json
403
Resource is not accessible (e.g. the video is into a private folder).
application/json
404
Video not found.
application/json
get
/videos/{video_id}Last updated