Skip to content
Main Navigation
홈
시작하기
Console API
Appearance
Menu
Return to top
주문 상세 정보 가져오기
GET
/v2/orders/{orderId}
Authorizations
bearerAuth
Type
HTTP (bearer)
Responses
200
404
주문 상세 정보
Content-Type
application/json
Schema
JSON
JSON
{
"id"
:
"string"
,
"name"
:
"string"
,
"price"
:
0
,
"createdAt"
:
"string"
,
"paidAt"
:
"string"
}
GET
/v2/orders/{orderId}
Playground
Authorization
bearerAuth
Try it out
Samples
cURL
JavaScript
PHP
Python
cURL
JavaScript
PHP
Python