v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List Tier Benefits

get/tiers/{tier_id}/tier-benefits/

Path parameters

tier_idstring required

UUID of tier

Response

200

countinteger
{"stackTrail":"paths:/tiers/{tier_id}/tier-benefits/:get:responses:200:content:application/json:schema:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/tiers/{tier_id}/tier-benefits/:get:responses:200:content:application/json:schema:properties:previous","oasType":"schema","type":"unknown"}

Example response

{
  "count": 1,
  "results": [
    {
      "id": "df575de2-4251-4ab7-aa99-c9edf9d7ace9",
      "tier_id": "03d32043-a73a-4ac5-ab95-f797baabaa8d",
      "tier_title": "Bronze",
      "reward_item_id": "729eed16-250a-49f3-9223-621adf72519d",
      "reward_item_name": "Upend Coins",
      "order": 1,
      "status": "active",
      "title": "Get Exclusive access to events",
      "reward_item_amount": 1,
      "created_at": "2025-04-10T06:55:57.398268Z"
    }
  ]
}