Close Live Curtain
- Print
- PDF
Close Live Curtain
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
An API to close Live Curtain in Live Station. Provides the Live Curtain content list view API to view the created Live Curtain content list.
Requests
POST https://livestation.apigw.ntruss.com/api/v2/channels/{channelId}/curtain/remove
Request headers
Header name | Required | Description |
---|---|---|
x-ncp-apigw-timestamp | YES | - Time elapsed since January 1, 1970 00:00:00 UTC in milliseconds - The request is considered invalid if the time difference compared to the API Gateway server is 5 minutes or longer x-ncp-apigw-timestamp:{Timestamp} |
x-ncp-iam-access-key | YES | Access key ID value issued from NAVER Cloud Platform portalx-ncp-iam-access-key:{Sub Account Access Key} |
x-ncp-apigw-signature-v2 | YES | Signature encrypted with the access key ID value and secret keyx-ncp-apigw-signature-v2:{API Gateway Signature} |
Content-Type | YES | Specifies the request body content type as application/jsonContent-Type: application/json |
x-ncp-region_code | YES | Region code (KR) |
Responses
Field name | Type | Description | Note |
---|---|---|---|
content | Object | Live Curtain object | |
content.content | Object | Live Curtain content object | |
content.content.ids | Integer | Live Curtain content ID | |
content.content.insertTime | Integer | Time to maintain Live Curtain function (unit: minute) | |
content.content.responseTime | Timestamp | Response time for the Live Curtain run request | |
content.channelId | String | Channel ID for running Live Curtain | |
content.isLiveCurtain | Boolean | Whether Live Curtain is running |
Examples
Response examples
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 19 Jul 2022 09:53:32 GMT
Content-Type: application/json;charset=utf-8
Connection: keep-alive
Access-Control-Allow-Origin: *
x-ncp-trace-id: 36c9k60om4p3238cpmc9gm4cj4
{
"content": {
"content": {
"ids": [
1162
],
"insertTime": 10,
"responseTime": 1658230802165
},
"channelId": "ls-20220623115623-fHnXy",
"isLiveCurtain": false
}
}
Was this article helpful?