v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

List Tier Groups

get/applications/{client_id}/tier-groups/

Path parameters

client_idstring required

Query parameters

tier_group_idstring
status'active' | 'archived'

Response

200

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

Example response

{
  "count": 2,
  "results": [
    {
      "id": "3d741c56-c807-49f5-81ce-9e491cccc6a2",
      "url": "https://cf-blast.livelikecdn.com/api/v1/tier-groups/3d741c56-c807-49f5-81ce-9e491cccc6a2/",
      "title": "New Tier Group",
      "status": "active",
      "created_at": "2025-03-06T06:09:44.260793Z",
      "client_id": "Iso1WANkUyFcsTod4iJ3ryFcYQOlOGmmZL3g0W5h"
    }
  ]
}