Skip to main content
A VIP tier represents a status or level that a customer can achieve as they move through a VIP program. Customers move through different VIP tiers by accruing points or making purchases.
id
integer

Unique identifier for the VIP tier.

Example:

426715799

name
string

The display name of the VIP tier.

Example:

"Gold"

image_url
string

The image of the VIP tier.

Example:

"https://platform.smile.io/v1/images/vip_tiers/vip-tier-3.svg"

milestone
integer

The threshold that a customer must reach to be eligible for the VIP tier. Represents either an amount of points or a dollar amount, depending on the loyalty program's configuration.

Example:

500

perks
object[]

A set of nested objects representing the ongoing benefits a customer is entitled to when they are in the VIP tier.

entry_rewards
object[]

A set of nested Reward objects representing the rewards that are issued to a customer when they enter the VIP tier.