Skip to main content
GET
/
api
/
v1
/
brand-kit
cURL
curl --request GET \
  --url http://localhost:3001/api/v1/brand-kit \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "brandKits": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "slug": "<string>",
      "website": "<string>",
      "isPrimary": true,
      "companyName": "<string>",
      "colorCount": 123,
      "hasLogo": true,
      "previewColors": [
        "<string>"
      ],
      "logoUrl": "<string>",
      "primaryFont": "<string>",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ],
  "count": 123,
  "message": "<string>"
}

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

Unified API key for server-side SDK and API integrations

Response

Default Response

success
boolean
required
brandKits
object[]
required
count
number
required
message
string
required