List Price概要
- 印刷する
- PDF
List Price概要
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
当該コンテンツは、ローカリゼーションサービスを準備しております。早急にローカライズサービスをご提供できるよう、努めております。
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. |
この記事は役に立ちましたか?