Cloud IoT Core Overview
    • PDF

    Cloud IoT Core Overview

    • PDF

    Article Summary

    Summary

    Cloud IoT Core is a service that offers convenience and security needed to connect physical objects to the Internet and transfer data. Cloud IoT Core integrates with other services to provide additional useful features
    To learn how to use Cloud IoT Core API, please see the guide below.

    Common setting

    API URL

    https://cloudiotcore.apigw.ntruss.com/cloudiotcore/v1
    

    Request headers

    CategoryRequired statusDescription
    Content-TypeYesSpecifies the request body content type as application/json (POST)
    x-ncp-apigw-timestampYesThis 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-keyYesThis is the access key ID issued by the portal or Sub Account
    x-ncp-apigw-signature-v2YesSignature used to encrypt the body of the above example with the SecretKey that maps with the access key ID.
    The HMAC encryption algorithm is HMACSHA256.

    Go to Guide for how to generate NAVER Cloud Platform authentication key and signature

    Error response format

    http status code 400 - 500

    {
      "error": {
        "errorCode": "string",
        "message": "string",
        "details": "string"
      }
    }
    
    

    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.