v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Create Tier Group

post/tier-groups/

Headers

Authorizationstring required

Producer token is required

Request body

client_idstring required
titlestring required
descriptionstring
imagestring

Response

201

idstring
urlstring
titlestring
statusstring
created_atstring
client_idstring
{"stackTrail":"paths:/tier-groups/:post:responses:201:content:application/json:schema:properties:description","oasType":"schema","type":"unknown"}
image_urlstring

Example response

{
  "id": "b3d57ed7-b2fe-4e36-a1b5-729bf4870923",
  "url": "https://cf-blast.livelikecdn.com/api/v1/tier-groups/b3d57ed7-b2fe-4e36-a1b5-729bf4870923/",
  "title": "Loyalty Tiers",
  "status": "active",
  "created_at": "2025-04-08T03:44:11.960422Z",
  "client_id": "Iso1WANkUyFcsTod4iJ3ryFcYQOlOGmmZL3g0W5h",
  "attributes": [
    {
      "key": "test",
      "value": "yes"
    }
  ],
  "image_url": "https://cf-blast-storage-us-east-1.livelikeblast.com/assets/8f944313-87f9-4a67-bf37-51116649efd4.png"
}