List Price Overview
- Print
- PDF
List Price Overview
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
API that inquires the products and prices available on Naver Cloud platform.
Billing API is provided in RESTful form.
It is made by calling the HTTP-style GET/POST method.
Common Settings
API URL
GET or POST
https://billingapi.apigw.ntruss.com/billing/v1/
Request headers
Header | Description |
---|---|
x-ncp-apigw-timestamp | It shows the time elapsed since January 1, 1970 00:00:00 UTC in millisecond. If the time differs from that of the API Gateway server by 5 minutes or more, then the request is considered invalid. |
x-ncp-iam-access-key | API Key issued by Naver Cloud Platform or AccessKey issued by IAM. |
x-ncp-apigw-signature-v2 | Signature used to encrypt the body of the example above with SecretKey that maps with AccessKey. The HMAC encryption algorithm is HmacSHA256. |
Operations
Common
API name | Description |
---|---|
getProductList | Look up the product list. |
getProductPriceList | I look up the product and price list. |
getPriceList | I look up the price list. |
Was this article helpful?