v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create Tier

To Create tiers within a Tier Group

post/tiers/

Headers

Authorizationstring required

Request body

tier_group_idstring required

UUID of the Tier Group under which the Tier should be created.

titlestring required
descriptionstring
imagestring binary

Response

201

idstring
urlstring
tier_group_idstring
tier_groupstring
{"stackTrail":"paths:/tiers/:post:responses:201:content:application/json:schema:properties:reward_item_id","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/tiers/:post:responses:201:content:application/json:schema:properties:reward_item_name","oasType":"schema","type":"unknown"}
orderinteger
statusstring
titlestring
{"stackTrail":"paths:/tiers/:post:responses:201:content:application/json:schema:properties:image","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/tiers/:post:responses:201:content:application/json:schema:properties:description","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/tiers/:post:responses:201:content:application/json:schema:properties:reward_item_threshold","oasType":"schema","type":"unknown"}
created_atstring

Example response

{
  "id": "184ac59b-1efe-45ac-8458-a13ab0c139a5",
  "url": "http://localhost:8888/api/v1/tiers/184ac59b-1efe-45ac-8458-a13ab0c139a5/",
  "tier_group_id": "0e008f1d-f81d-41b4-965d-12a0c2140864",
  "tier_group": "Hack Your Way to the Top",
  "order": 5,
  "status": "active",
  "title": "Platinum",
  "created_at": "2025-04-10T06:13:11.996887Z"
}