VIP Tiers

List VIP programs

get
Header parameters
X-Joy-Loyalty-App-KeystringOptionalExample: {{appKey}}
X-Joy-Loyalty-Secret-KeystringOptionalExample: {{secretKey}}
Responses
get
/rest_api/v1/tiers
200

OK

Get one VIP tier

get
Path parameters
tierIdstringRequired
Header parameters
X-Joy-Loyalty-App-KeystringOptionalExample: {{appKey}}
X-Joy-Loyalty-Secret-KeystringOptionalExample: {{secretKey}}
Responses
get
/rest_api/v1/tiers/{tierId}
200

OK

Get rewards for a specific tier

get

Retrieve rewards based on tier type (tier_spending or tier_privileges) and a specific tier ID.

Path parameters
typestring · enumRequiredPossible values:
Query parameters
tierIdFilterstringRequired
Header parameters
X-Joy-Loyalty-App-KeystringOptionalExample: {{appKey}}
X-Joy-Loyalty-Secret-KeystringOptionalExample: {{secretKey}}
Responses
get
/rest_api/v1/tiers/rewards/{type}
200

OK

Last updated