Skip to main content
GET
/
api
/
v1
/
public
/
brand-kit
List brand kits
curl --request GET \
  --url http://localhost:3001/api/v1/public/brand-kit \
  --header 'x-api-key: <api-key>'
{
  "brandKits": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "website": "<string>",
      "isPrimary": true,
      "companyName": "<string>",
      "previewColors": [
        "<string>"
      ],
      "logoUrl": "<string>",
      "primaryFont": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 4503599627370495
}

Documentation Index

Fetch the complete documentation index at: https://segmentflow.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Response

Default Response

brandKits
object[]
required
count
integer
required
Required range: 0 <= x <= 9007199254740991