Skip to content
Main Navigation
홈
시작하기
Console API
Appearance
Menu
Return to top
주문 목록 조회
GET
/v2/orders
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
403
주문 목록
Content-Type
application/json
Schema
JSON
JSON
[
{
"id"
:
"string"
,
"name"
:
"string"
,
"price"
:
0
,
"createdAt"
:
"string"
,
"paidAt"
:
"string"
}
]
GET
/v2/orders
Playground
Authorization
bearerAuth
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python