get https://api.naoca.com/v1/livestreams//status
Responses
xxxxxxxxxx
curl --request GET \
--url https://api.naoca.com/v1/livestreams/id/status \
--header 'accept: application/json'
xxxxxxxxxx
12{
"data": {
"started_at": "2023-03-30 02:42:32",
"ended_at": "2023-03-30 04:14:55",
"status": "finished"
},
"metadata": {
"request_id": "E781FgY6ywMEM2A=",
"method": "GET",
"url": "https://api.naoca.com/v1/livestreams/{id}/status"
}
}