Skip to main content
POST
/
EVENTS.CAMPAIGN.LOYALTY_TIER.UPDATED
{
  "campaign": {
    "id": "camp_il5QS3YhzAMyd45UNXT7euX7",
    "name": "Loyalty 2025",
    "campaign_type": "LOYALTY_PROGRAM",
    "type": "AUTO_UPDATE",
    "is_referral_code": false,
    "voucher": {
      "type": "LOYALTY_CARD",
      "discount": null,
      "gift": null,
      "loyalty_card": {
        "points": 0,
        "expiration_rules": {
          "period_type": "MONTH",
          "period_value": 1
        }
      },
      "redemption": {
        "quantity": null,
        "redeemed_quantity": 0
      },
      "code_config": {
        "pattern": "#",
        "length": 1,
        "charset": "0123456789",
        "prefix": "loyal-",
        "postfix": ""
      }
    },
    "auto_join": false,
    "join_once": true,
    "active": true,
    "category_id": null,
    "category": null,
    "metadata": {},
    "start_date": null,
    "expiration_date": null,
    "description": null,
    "created_at": "2023-10-16T09:54:56.394Z",
    "updated_at": "2024-01-22T13:37:57.586Z",
    "object": "campaign"
  },
  "loyalty_tier": {
    "id": "ltr_10445a39f9c148a9d6",
    "name": "Loyalty-tier-01",
    "campaign_id": "camp_il5QS3YhzAMyd45UNXT7euX7",
    "metadata": {
      "region": "EMEA"
    },
    "created_at": "2025-03-12T13:09:22.023Z",
    "updated_at": "2025-03-12T13:10:19.880Z",
    "earning_rules": {},
    "rewards": {},
    "config": {
      "points": {
        "from": 0,
        "to": 99
      }
    },
    "points": {
      "from": 0,
      "to": 99
    },
    "object": "loyalty_tier"
  }
}

Response

200 - application/json

Indicates that a campaign loyalty tier has been updated.

Event data object schema for an updated loyalty tier.

campaign
object

Simplified campaign data.

loyalty_tier
object

Loyalty tier data.

I