Multistream target
Retrieve a multistream
GET
/
multistream
/
target
/
{id}
Authorization
Path
curl --request GET \
--url https://livepeer.studio/api/multistream/target/{id} \
--header 'Authorization: <authorization>'
{
"createdAt": 1587667174725,
"disabled": true,
"id": "09F8B46C-61A0-4254-9875-F71F4C605BC7",
"name": "<string>"
}
Authorizations
Authorization
string
headerrequiredBearer api-key
Path Parameters
id
string
requiredID of the multistream target
Response
200 - application/json
createdAt
number
Timestamp (in milliseconds) at which multistream target object was created
disabled
boolean
If true then this multistream target will not be used for pushing even if it is configured in a stream object.
id
string
name
string
Was this page helpful?
curl --request GET \
--url https://livepeer.studio/api/multistream/target/{id} \
--header 'Authorization: <authorization>'
{
"createdAt": 1587667174725,
"disabled": true,
"id": "09F8B46C-61A0-4254-9875-F71F4C605BC7",
"name": "<string>"
}