v1
latestOpenAPI 3.1.02026-07-24318141.2 MBList Tiers
List Tiers within a Tier Group
get/tier-groups/{tier_group_id}/tiers/
Path parameters
tier_group_idstring required
UUID of the Tier Group.
Response
200
Example response
{
"count": 3,
"results": [
{
"id": "457d7452-007f-4c94-8a7a-f98fe54b69e1",
"url": "http://localhost:8888/api/v1/tiers/457d7452-007f-4c94-8a7a-f98fe54b69e1/",
"tier_group_id": "5f24dcf4-a96f-4498-b077-d16ea5e77a6b",
"tier_group": "New Tier",
"order": 1,
"status": "active",
"title": "Gold",
"created_at": "2025-04-10T06:15:10.062029Z"
}
]
}