Create certificate
    • PDF

    Create certificate

    • PDF

    Article Summary

    Summary

    Creates a certificate.

    Request

    Request URL

    POST {CLOUD_IOT_CORE_API_URL}/certifications
    
    Content-Type: application/json; charset=utf-8
    x-ncp-apigw-timestamp: {Timestamp}
    x-ncp-iam-access-key: {Sub Account Access Key}
    x-ncp-apigw-signature-v2: {API Gateway Signature}
    

    Response

    Response body

    {
        "status": "string",
        "body": {
            "serialNo": "string"
        }
    }
    
    CategoryTypeDescription
    statusstringIndicates whether response was successful
    body.serialNostringCertificate's serial number

    Example

    {
        "status": "SUCCESS",
        "body": {
            "serialNo": "3c:66:82:b4:28:93:6a:98:ff:b8:e0:75:ae:16:4f:39:92:5f:9e:66"
        }
    }
    

    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.