앱에서 사용되는 포인트 검색

GET http://{backoffice-domain}/m1.0/getlist/app/points

Query Parameters

Name
Type
Description

app_id*

int64

앱 ID

{
    "return": 0,
    "message": "success",
    "value": [
        {
            "point_id": 1,
            "point_name": "labyrinth_point_1",
            "minimum_exchange_quantity": 1,
            "exchange_ratio": 1,
            "daily_limited_quantity": 100000000,
            "create_dt": "2022-01-11T10:08:51.954Z",
            "modified_dt": "2022-01-11T10:08:51.954Z"
        }
    ]
}
curl --location --request GET 'http://{backoffice-domain}/m1.0/backoffice/getlist/app/points?app_id=1'

Last updated