📣 this endpoint provides a specific livesteam under a library . In this GET request the library ID and livestream ID has to be provided✳ list of URL parameters
library_id = 36 character in length
livestream_id = 36 character in length
📢 Info message : Here URL is contructed like GET/libraries/<library_id>/livestreams/<livestream_id>
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.vidinfra.com/libraries//livestreams/5eca71a3-bc93-45cf-ad6e-45be2961f921'
Response Response Example
{}
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.