v1
latestOpenAPI 3.0.02026-07-24360247.6 KB특정 라이브 조회
특정 라이브 조회 API입니다.
get/V1/front/broadcast/{partnerId}/{broadcastId}
Path parameters
partnerIdstring required
파트너 id
broadcastIdstring required
방송 고유 id
Response
200
Example response
{
"code": "SU0000",
"timestamp": 1752124762721,
"requestId": "02e179d1-1434-467a-8b1d-70496b848d1a",
"message": "성공하였습니다.",
"response": {
"totalCount": 1,
"count": 1,
"items": [
{
"explanationHeadline": {
"isUsed": true,
"text": "대표 문구 텍스트",
"color": "#FF0000"
},
"explanationUrl": "https://cache-broadcast.stage.sauceflex.com/{partnerUniqueId}/{broadcastId}/explanation.json"
}
]
}
}