Program tiers

Get all program tiers

get

Tiers represent a status level that a user can achieve based on their activity within a loyalty program. Each tier has a minimum threshold that a user must reach before being able to unlock the tier.

Authorizations
Responses
200
Successful response
application/json
get
GET /partner-api/v2/admin/program-tiers HTTP/1.1
Host: 
X-API-Key: YOUR_API_KEY
Accept: */*
200

Successful response

{
  "tiers": [
    {
      "id": "text",
      "order": 1,
      "tier_metric_minimum_threshold": 1,
      "display_name": "text",
      "marketing_benefit_text": "text",
      "image_url": "text"
    }
  ]
}