Tiers

Manage loyalty program tiers and levels

Authentication

All endpoints require API Key authentication

X-API-Key: your_api_key
GET/api/tiers

List Tiers

Get all tiers/levels in a loyalty program

POST/api/tiers

Create Tier

Create a new tier/level in a program

PUT/api/tiers/{tier_id}

Update Tier

Update tier information

DELETE/api/tiers/{tier_id}

Delete Tier

Remove a tier from the program