⌨️프로모션 정보획득 API
프로모션 정보를 획득할 수 있습니다.
Last updated
프로모션 정보를 획득할 수 있습니다.
Last updated
{
// Response
}{
"code": 0,
"message": "string",
"response": [
{
"promotion_id": "string",
"user_code": "string",
"issuer": "string",
"total_discount_amount": "string",
"hard_cap_rate": "string",
"cancel_rate": "string",
"discount": "string",
"limit_discount": "string",
"description": "string",
"start": 0,
"end": 0,
"status": 0,
"exhausted_at": 0,
"min_amount": "string"
}
]
}