get https://api.liveapi.com/videos
Returns the list of all available Videos in specified environment of your organization. Passing a production token will retrieve all production environment's Videos while passing a development token will retrieve all development environment's Videos.
If you want to get the videos in certain page, append ?page={page_number}
at the end of your URL
Example: https://api.liveapi.com/videos?page=2
If you want to get the streams by video ID, you can also use ?stream={stream_ID}
, this will give you a list of all video with ID started with 624
.
Example: https://api.liveapi.com/videos?stream=624