External Access overview
    • PDF

    External Access overview

    • PDF

    Article summary

    It provides APIs to manage trust anchors, profiles, subjects, and CRL information.
    The APIs are in the RESTful API format, and uses HTTP GET, POST, PATCH, and DELETE methods.

    Common settings

    API URL

    GET or POST or PATCH or DELETE
    https://externalaccess.apigw.ntruss.com/api/v1 
    

    Request headers

    Go to the creation guide of NAVER Cloud Platform authentication key and signature

    Header nameDescription
    x-ncp-apigw-timestampThis is the number of milliseconds that have elapsed since January 1, 1970 00:00:00 UTC
    Request is considered invalid if the timestamp differs from the current time by more than 5 minutes
    x-ncp-apigw-timestamp:{Timestamp}
    x-ncp-iam-access-keyAccess key ID value issued on NAVER Cloud Platform portal
    x-ncp-iam-access-key:{Main Account Access Key}
    x-ncp-apigw-signature-v2Signature encrypted with the access key ID value and secret key
    x-ncp-apigw-signature-v2:{API Gateway Signature}

    ErrorResponse

    {
      "error": {
        "errorCode": "string",
        "message": "string",
        "requestId": "string"
      }
    }
    
    Parameter nameTypeDescription
    errorCodestringError code
    messageStringError message
    requestIdStringrequestId

    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.