v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Assign tier to a profile

put/profiles/{profile-id}/tier-groups/{tier-group-id}/user-tiers/

Path parameters

profile-idstring required
tier-group-idstring required

Headers

Authorizationstring required

Producer Bearer Token

Request body

tier_idstring required
reasonstring

Option reason for this credit transaction

Response

200

idstring
urlstring
tier_idstring
assigned_to_idstring
created_atstring
assigned_by_idstring
reasonstring

Example response

{
  "id": "3bba40b4-83a6-4bd6-831a-69de0a339e09",
  "url": "https://cf-blast.livelikecdn.com/api/v1/user-tiers/3bba40b4-83a6-4bd6-831a-69de0a339e09/",
  "tier_id": "06988d58-dd66-4ad9-bef7-71f23b1b0c8d",
  "tier": {
    "id": "06988d58-dd66-4ad9-bef7-71f23b1b0c8d",
    "url": "https://cf-blast.livelikecdn.com/api/v1/tiers/06988d58-dd66-4ad9-bef7-71f23b1b0c8d/",
    "tier_group_id": "2c2a0375-c292-4176-af6d-e91133f73d9d",
    "tier_group": "Jwel Tier Group",
    "order": 3,
    "status": "active",
    "title": "Gold",
    "created_at": "2025-04-16T00:35:08.614257Z"
  },
  "assigned_to_id": "f9bf6ca9-7b9c-4a08-93ad-45bd4c1f899b",
  "assigned_to": {
    "id": "f9bf6ca9-7b9c-4a08-93ad-45bd4c1f899b",
    "url": "https://cf-blast.livelikecdn.com/api/v1/profiles/f9bf6ca9-7b9c-4a08-93ad-45bd4c1f899b/",
    "created_at": "2025-04-03T16:21:38Z",
    "nickname": "Diligent Pig"
  },
  "created_at": "2025-04-16T01:47:55.378500Z",
  "assigned_by_id": "33ad4c90-559f-4050-be7d-7fe60526ef07",
  "reason": "test"
}