Close Live Curtain
    • PDF

    Close Live Curtain

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    An API for closing live curtain in Live Station. Provides the Live Curtain contents list search API for searching the Live Curtain contents list.

    Requests

    POST https://livestation.apigw.ntruss.com/api/v2/channels/{channelId}/curtain/remove
    

    Request headers

    Header nameRequirement statusDescription
    x-ncp-apigw-timestampYES- This is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 (UTC)
    - If the time difference compared to the API Gateway server is more than 5 minutes, then the request is considered invalid.
    x-ncp-iam-access-keyYESValue of access key ID issued in the NAVER Cloud Platform portal
    x-ncp-apigw-signature-v2YESSignature encrypted with the access key ID value and secret key
    Content-TypeYESSpecify the request body content type as application/json
    x-ncp-region_codeYESRegion code (KR)

    Responses

    Field nameRequirement statusTypeRestrictionsDescription
    contentYesObjectLive Curtain object
    content.contentYesObjectLive curtain contents object
    content.content.idsYesIntegerLive curtain contents ID
    content.content.insertTimeYesIntegerTime to maintain Live Curtain function (unit: minute)
    content.content.responseTimeYesTimestampResponse time for the Live Curtain run request
    content.channelIdYesStringChannel ID for running Live Curtain
    content.isLiveCurtainYesBooleanWhether 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?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.