Tiers
Header parameters
X-Joy-Loyalty-App-KeystringRequiredExample:
App ID of your shop which retrieved from the Settings page
{{appKey}}X-Joy-Loyalty-Secret-KeystringRequiredExample:
Secret Key of your shop which retrieved from the Settings page
{{secretKey}}Responses
200
List of tiers
application/json
401
Authentication required
application/json
403
Plan upgrade required
application/json
500
Internal server error
application/json
get
/rest_api/v2/tiersPath parameters
tierIdstringRequired
Tier ID
Header parameters
X-Joy-Loyalty-App-KeystringRequiredExample:
App ID of your shop which retrieved from the Settings page
{{appKey}}X-Joy-Loyalty-Secret-KeystringRequiredExample:
Secret Key of your shop which retrieved from the Settings page
{{secretKey}}Responses
200
Tier details
application/json
401
Authentication required
application/json
403
Plan upgrade required
application/json
404
Tier not found
application/json
500
Internal server error
application/json
get
/rest_api/v2/tiers/{tierId}Path parameters
benefitTypestringRequired
Type of benefit to retrieve
Header parameters
X-Joy-Loyalty-App-KeystringRequiredExample:
App ID of your shop which retrieved from the Settings page
{{appKey}}X-Joy-Loyalty-Secret-KeystringRequiredExample:
Secret Key of your shop which retrieved from the Settings page
{{secretKey}}Responses
200
List of tier benefits
application/json
401
Authentication required
application/json
403
Plan upgrade required
application/json
500
Internal server error
application/json
get
/rest_api/v2/tiers/benefits/{benefitType}Last updated