내 결제 목록
록
GET
https://{market-domain}/v1.0/mypage/payment/list
Query Parameters
Name
Type
Description
page_offset
int64
페이지 번호 (default : 1)
page_size
int64
페이지 크기 (default : 8)
Headers
Name
Type
Description
Authorization*
String
Bearer eyJhbGciOiJIUzI1NiI...
curl --location --request GET 'https://localhost:51071/v1.0/mypage/payment/list' --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsI....'
Last updated