쇼핑몰 설정
쇼핑몰 설정 조회
Authorization
HTTPBasic AuthorizationBasic <token>
In: header
Response Body
application/json
application/json
curl -X GET "https://api.vreview.tv/admin/v2/mall/settings"{
"isDeliveryAlimtalkEnabled": true,
"isThanksAlimtalkEnabled": true,
"isMonthlyAlimtalkEnabled": true,
"thanksAlimtalkDelayDays": 0,
"rewardName": "string",
"rewardUnit": "string",
"isAutomaticRewardEnabled": true,
"videoReviewRewardAmount": 0,
"imageReviewRewardAmount": 0,
"textReviewRewardAmount": 0,
"textReviewRewardCondition": 0,
"reviewAllowedDays": 0,
"idleTimeoutMinutes": 0,
"twoFactorAuthPhoneNumber": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}