Key | Type | Description |
---|---|---|
points_expiration_notifications_policy | PointsExpirationNotificationsPolicy |
{
"points_expiration_notifications_policy": {
"enabled": true,
"channels_preference": [
"sms",
"push"
],
"period": "week",
"week_day": 4,
"hour": 9,
"minimum_points_threshold": 150,
"next_sending_time": "2021-12-23T09:00:00.000+01:00"
}
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/infinity-mall/rewards-program/points_expiration_notifications_policy' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}