v1
latestOpenAPI 3.1.02026-07-24318141.2 MBList User Tiers
get/applications/{client_id}/user-tiers/
Path parameters
client_idstring required
Query parameters
tier_group_idstring
tier_idstring
tier_titlestring
sincestring
Filter all user tiers since this time.
untilstring
Filter all user tiers until this time.
tier_statusstring
Filter user tiers by tier status, active or archived
assigned_to_idstring
Livelike profile uuid
Response
200
Example response
{
"count": 1,
"results": [
{
"id": "d2cac406-75ec-4810-818a-660f5efa37ea",
"url": "https://cf-blast.livelikecdn.com/api/v1/user-tiers/d2cac406-75ec-4810-818a-660f5efa37ea/",
"tier_id": "7e33c32c-dd97-4f31-b32c-9e3efeb3f281",
"tier": {
"id": "7e33c32c-dd97-4f31-b32c-9e3efeb3f281",
"url": "https://cf-blast.livelikecdn.com/api/v1/tiers/7e33c32c-dd97-4f31-b32c-9e3efeb3f281/",
"tier_group_id": "c98e243a-5bc5-431e-a462-e25f762a37d1",
"tier_group": "Bug Tier Group",
"order": 1,
"status": "archived",
"title": "bug tier",
"image": "https://cf-blast-storage-us-east-1.livelikeblast.com/assets/d64f173a-c481-4d0f-9688-44d948271d7c.png",
"created_at": "2025-03-27T14:23:42.842537Z"
},
"profile_id": "65ab93e3-fd93-4aa3-99a4-dbc90d3b9e0b",
"profile": {
"id": "65ab93e3-fd93-4aa3-99a4-dbc90d3b9e0b",
"url": "https://cf-blast.livelikecdn.com/api/v1/profiles/65ab93e3-fd93-4aa3-99a4-dbc90d3b9e0b/",
"created_at": "2025-03-13T15:48:33.265318Z",
"nickname": "Aman Verma"
},
"created_at": "2025-03-27T14:30:51.193188Z",
"created_by_id": "0da010a2-48ea-4dd8-bc23-1ccc4a84177d"
}
]
}