v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create Tier Benefit

post/tier-benefits/

Request body

tier_idstring required

UUID of tier for which benefit to be created

titlestring required
descriptionstring
imagestring binary
reward_item_idstring

UUID of reward item to link

reward_item_amountinteger
reward_multiplier_idstring

UUID of reward multiplier to link

badge_idstring

UUID of badge to link

Response

201

idstring
tier_idstring
tier_titlestring
reward_item_idstring
reward_item_namestring
orderinteger
statusstring
titlestring
{"stackTrail":"paths:/tier-benefits/:post:responses:201:content:application/json:schema:properties:image","oasType":"schema","type":"unknown"}
reward_item_amountinteger
created_atstring

Example response

{
  "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"
}