Skip to content
Main Navigation
홈
시작하기
Console API
Appearance
Menu
Return to top
플랜 목록 조회
GET
/v2/plans
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Query Parameters
nodeId
Type
string
Responses
200
플랜 목록
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
"string"
,
"name"
:
"string"
,
"type"
:
"string"
,
"config"
:
{
}
,
"lineupId"
:
"string"
,
"price"
:
0
}
]
GET
/v2/plans
Playground
Authorization
bearerAuth
Variables
Key
Value
nodeId
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python