유저 루미 패스 구매 조회

GET https://{game_host_ext_ssrm}/v1.0/ssrm/market/premiumpass/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": [
        {
            "pass_id": 1,
            "last_claim_dt": "2025-05-29T04:35:23.279Z"
        }
    ]
}
     
{
}

Last updated