Get All livestreams of a project📣 this endpoint provides all the livestream under a project . In this GET request the project ID has to be provided✳ list of URL parameters
project_id = 36 character in length
📢 Info message : Here URL is contructed like GET/projects/<project_id>/livestreams
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Example:
5eca71a3-bc93-45cf-ad6e-45be2961f921
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'http://localhost:8080/v1/projects/5eca71a3-bc93-45cf-ad6e-45be2961f921/livestreams'