get https://api.naoca.com/v1/channels/
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/channels/id \
--header 'accept: application/json'
xxxxxxxxxx
31}
{
"data":[
{
"id":"923c6b83-e268-4da3-b397-24eb5efa60f7",
"name":"Test channel",
"default":false,
"ingest_url":"rtmp://xxxxxxxx.digitaltide.com.au:1935/app/live",
"use_custom_template":true,
"live_stream_template":"720p30",
"poster": "https://assets.naoca.com.au/...",
"state":"inactive",
"metadata":{
"organisation":"271f2db4-c02f-4013-aead-862e85dcef4c"
},
"notification_recipients":[
{
"name":"John Smith",
"email":"john@email.com.au",
"updated_at":"2023-05-31T03:10:51.000Z",
"created_at":"2023-05-31T03:10:51.000Z"
}
],
"updated_at":"2023-05-31T03:10:51.000Z",
"created_at":"2023-05-31T03:10:51.000Z"
},