External Access overview
- Print
- PDF
External Access overview
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 name | Description |
---|---|
x-ncp-apigw-timestamp | This 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-key | Access key ID value issued on NAVER Cloud Platform portalx-ncp-iam-access-key:{Main Account Access Key} |
x-ncp-apigw-signature-v2 | Signature encrypted with the access key ID value and secret keyx-ncp-apigw-signature-v2:{API Gateway Signature} |
ErrorResponse
{
"error": {
"errorCode": "string",
"message": "string",
"requestId": "string"
}
}
Parameter name | Type | Description |
---|---|---|
errorCode | string | Error code |
message | String | Error message |
requestId | String | requestId |
Was this article helpful?