사용자 상품 정보 조회
상품 리스트 중에 'is_purchase_limited' 가 true 인 상품들중 내가 claim 한 정보 조회합니다.
GET
https://{game_host_ext_ssrm}/v1.0/ssrm/market/product/user
Headers
Name
Type
Description
Context-Type*
string
application/json
Authorization
string
Login A.T
Request Body
Name
Type
Description
{
"return": 0,
"message": "success",
"value": [
{
"product_id": 1,
"cur_purchase_count": 1,
"last_purchase_dt": "2025-05-28T12:22:27.052Z"
},
{
"product_id": 2,
"cur_purchase_count": 0,
"last_purchase_dt": "2025-04-29T04:53:17.982Z"
}
]
}
{
}
Last updated