Back to top

API Documentation

Brands

Create new brand

Create new brand
POST/brands

Example URI

POST /brands
Request
HideShow
Body
{
  "brand_type": "Brokerage",
  "palette": {
    "primary": "red"
  },
  "assets": {},
  "messages": {},
  "name": "Child Brand",
  "roles": [
    {
      "role": "Owner",
      "members": [
        {
          "user": "4d46e91f-b7fe-4382-ad5e-0eb98541c838"
        }
      ],
      "acl": [
        "Admin",
        "Marketing",
        "Deals",
        "CRM",
        "Showings"
      ]
    }
  ],
  "parent": "0aea1816-77bc-4793-96ff-d17d72274ab8"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
    "created_at": 1787791938.064933,
    "updated_at": 1787791938.064934,
    "palette": {
      "primary": "red",
      "type": "brand_palette"
    },
    "assets": {
      "type": "brand_assets"
    },
    "messages": {
      "type": "brand_messages"
    },
    "parent": {
      "id": "0aea1816-77bc-4793-96ff-d17d72274ab8",
      "created_at": 1787791937.658095,
      "updated_at": 1787791937.658095,
      "palette": {
        "primary": "red",
        "type": "brand_palette"
      },
      "assets": {
        "type": "brand_assets"
      },
      "messages": {
        "type": "brand_messages"
      },
      "parent": null,
      "name": "Parent Brand",
      "deleted_at": null,
      "training": false,
      "brand_type": "Brokerage",
      "parents": null,
      "type": "brand",
      "hostnames": null,
      "member_count": 1,
      "base_url": "https://irish.rechat.com"
    },
    "name": "Child Brand",
    "deleted_at": null,
    "training": false,
    "brand_type": "Brokerage",
    "parents": [
      "0aea1816-77bc-4793-96ff-d17d72274ab8"
    ],
    "type": "brand",
    "hostnames": null,
    "member_count": 1,
    "base_url": "https://irish.rechat.com"
  }
}

Update a brand

Update a brand
PUT/brands/:id

Example URI

PUT /brands/:id
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
Request
HideShow
Body
{
  "id": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
  "created_at": 1787791938.064933,
  "updated_at": 1787791938.064934,
  "palette": {
    "primary": "red",
    "type": "brand_palette"
  },
  "assets": {
    "type": "brand_assets"
  },
  "messages": {
    "type": "brand_messages"
  },
  "parent": {
    "id": "0aea1816-77bc-4793-96ff-d17d72274ab8",
    "created_at": 1787791937.658095,
    "updated_at": 1787791937.658095,
    "palette": {
      "primary": "red",
      "type": "brand_palette"
    },
    "assets": {
      "type": "brand_assets"
    },
    "messages": {
      "type": "brand_messages"
    },
    "parent": null,
    "name": "Parent Brand",
    "deleted_at": null,
    "training": false,
    "brand_type": "Brokerage",
    "parents": null,
    "type": "brand",
    "hostnames": null,
    "member_count": 1,
    "base_url": "https://irish.rechat.com"
  },
  "name": "Updated Brand",
  "deleted_at": null,
  "training": false,
  "brand_type": "Brokerage",
  "parents": [
    "0aea1816-77bc-4793-96ff-d17d72274ab8"
  ],
  "type": "brand",
  "hostnames": null,
  "member_count": 1,
  "base_url": "https://irish.rechat.com"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
    "created_at": 1787791938.064933,
    "updated_at": 1787791937.421832,
    "palette": {
      "type": "brand_palette",
      "primary": "red"
    },
    "assets": {
      "type": "brand_assets"
    },
    "messages": {
      "type": "brand_messages"
    },
    "parent": {
      "id": "0aea1816-77bc-4793-96ff-d17d72274ab8",
      "created_at": 1787791937.658095,
      "updated_at": 1787791937.658095,
      "palette": {
        "primary": "red",
        "type": "brand_palette"
      },
      "assets": {
        "type": "brand_assets"
      },
      "messages": {
        "type": "brand_messages"
      },
      "parent": null,
      "name": "Parent Brand",
      "deleted_at": null,
      "training": false,
      "brand_type": "Brokerage",
      "parents": null,
      "type": "brand",
      "hostnames": null,
      "member_count": 1,
      "base_url": "https://irish.rechat.com"
    },
    "name": "Updated Brand",
    "deleted_at": null,
    "training": false,
    "brand_type": "Brokerage",
    "parents": [
      "0aea1816-77bc-4793-96ff-d17d72274ab8"
    ],
    "type": "brand",
    "hostnames": null,
    "member_count": 1,
    "base_url": "https://irish.rechat.com"
  }
}

Delete a brand

Delete a brand
DELETE/brands/:id

Example URI

DELETE /brands/:id
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
Response  204

Users

Get agents of a brand

Get agents of a brand
GET/brands/:brand/agents{?query}

Example URI

GET /brands/:brand/agents?query=John
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
query
string (required) Example: John
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
      "created_at": 1787791938.064933,
      "updated_at": 1787791937.421832,
      "palette": {
        "type": "brand_palette",
        "primary": "red"
      },
      "assets": {
        "type": "brand_assets"
      },
      "messages": {
        "type": "brand_messages"
      },
      "parent": {
        "id": "0aea1816-77bc-4793-96ff-d17d72274ab8",
        "created_at": 1787791937.658095,
        "updated_at": 1787791937.658095,
        "palette": {
          "primary": "red",
          "type": "brand_palette"
        },
        "assets": {
          "type": "brand_assets"
        },
        "messages": {
          "type": "brand_messages"
        },
        "parent": null,
        "name": "Parent Brand",
        "deleted_at": null,
        "training": false,
        "brand_type": "Brokerage",
        "parents": null,
        "type": "brand",
        "hostnames": null,
        "member_count": 1,
        "base_url": "https://irish.rechat.com"
      },
      "name": "Updated Brand",
      "deleted_at": null,
      "training": false,
      "brand_type": "Brokerage",
      "parents": [
        "0aea1816-77bc-4793-96ff-d17d72274ab8"
      ],
      "type": "brand",
      "hostnames": null,
      "member_count": 8,
      "base_url": "https://irish.rechat.com"
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

Get users of a brand

Get users of a brand
GET/brands/:brand/users{?query}

Example URI

GET /brands/:brand/users?query=John
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
query
string (required) Example: John
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "4d46e91f-b7fe-4382-ad5e-0eb98541c838",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "John",
        "last_name": "Doe",
        "email": "[email protected]",
        "phone_number": "+15845605268",
        "created_at": 1787791937.438413,
        "id": "4d46e91f-b7fe-4382-ad5e-0eb98541c838",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": null,
        "updated_at": 1787791937.421832,
        "user_status": "Active",
        "profile_image_thumbnail_url": null,
        "cover_image_thumbnail_url": null,
        "email_confirmed": false,
        "timezone": "America/Chicago",
        "user_type": "Agent",
        "deleted_at": null,
        "phone_confirmed": false,
        "is_shadow": null,
        "personal_room": "6d46847d-b1a5-4dc3-b61e-854804b3c51f",
        "brand": null,
        "fake_email": null,
        "features": null,
        "last_seen_at": null,
        "email_signature": "This is my signature.",
        "daily_enabled": true,
        "email_quota": 30000,
        "website": null,
        "instagram": null,
        "twitter": null,
        "linkedin": null,
        "youtube": null,
        "facebook": null,
        "designation": null,
        "tiktok": null,
        "mfa_enabled": false,
        "xpressdocs_user_id": null,
        "bio": "This is my bio.",
        "current_time": "7:52 PM - Wednesday Aug 26, 2026",
        "push_allowed": true,
        "agents": [
          {
            "id": "af7b72ea-1272-453e-a368-e2cb3bf0132a",
            "email": "[email protected]",
            "mlsid": "00920130",
            "fax": "(972) 264-4703",
            "full_name": "Gholi Sweet",
            "first_name": "Gholi",
            "last_name": "Sweet",
            "middle_name": null,
            "phone_number": "+19722644703",
            "nar_number": "797500044",
            "office_mui": "15512742",
            "status": "Active",
            "office_mlsid": "RCHT01X",
            "work_phone": "+14693588080",
            "generational_name": null,
            "matrix_unique_id": "1057650583",
            "updated_at": 1787791937.539447,
            "deleted_at": null,
            "created_at": 1787791937.539447,
            "mls": "NTREIS",
            "license_number": null,
            "designation": null,
            "nrds": "01053140",
            "type": "agent",
            "office_id": null,
            "secret_questions": [
              "(972) XXX-XX03",
              "jewellxxxxxxxxxxxxxal.net",
              "+1XXXXXXXX80"
            ]
          }
        ],
        "last_seen_type": null,
        "active_brand": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
        "display_name": "John Doe",
        "abbreviated_display_name": "John",
        "online_state": "Offline",
        "has_password": true
      },
      "brands": [
        {
          "id": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
          "created_at": 1787791938.064933,
          "updated_at": 1787791937.421832,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "0aea1816-77bc-4793-96ff-d17d72274ab8",
            "created_at": 1787791937.658095,
            "updated_at": 1787791937.658095,
            "palette": {
              "primary": "red",
              "type": "brand_palette"
            },
            "assets": {
              "type": "brand_assets"
            },
            "messages": {
              "type": "brand_messages"
            },
            "parent": null,
            "name": "Parent Brand",
            "deleted_at": null,
            "training": false,
            "brand_type": "Brokerage",
            "parents": null,
            "type": "brand",
            "hostnames": null,
            "member_count": 1,
            "base_url": "https://irish.rechat.com"
          },
          "name": "Updated Brand",
          "deleted_at": null,
          "training": false,
          "brand_type": "Brokerage",
          "parents": [
            "0aea1816-77bc-4793-96ff-d17d72274ab8"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 8,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
          "role": "8b5377be-fc74-4c15-bc74-ebd0ee8b2782"
        },
        {
          "brand": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
          "role": "ef1bb531-d22e-41ed-89b8-fd0a1ecb94d7"
        }
      ],
      "type": "user_brands"
    }
  ],
  "info": {
    "count": 1,
    "total": 1
  }
}

Add a member with multi roles

Add a member with multi roles
POST/brands/:brand/members

brand (uuid) ID of the brand

email (string) email of user

first_name (string) first name of user

last_name (string) last name of user

avatar (file) file

phone_number (string) phone number

roles (string) it should be stringified of an json array

Example URI

POST /brands/:brand/members
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "type": "user",
      "username": null,
      "first_name": "AAA",
      "last_name": "",
      "email": "[email protected]",
      "phone_number": null,
      "created_at": 1787791938.393173,
      "id": "25160e1b-4d17-4b89-b711-a08b9a5adc03",
      "address_id": null,
      "cover_image_url": null,
      "profile_image_url": null,
      "updated_at": 1787791938.393188,
      "user_status": "Active",
      "profile_image_thumbnail_url": null,
      "cover_image_thumbnail_url": null,
      "email_confirmed": false,
      "timezone": "America/Chicago",
      "user_type": "Client",
      "deleted_at": null,
      "phone_confirmed": false,
      "is_shadow": true,
      "personal_room": "1f12c002-a189-40f2-aa04-96edc27f5395",
      "brand": null,
      "fake_email": false,
      "features": null,
      "last_seen_at": null,
      "email_signature": null,
      "daily_enabled": false,
      "email_quota": 30000,
      "website": null,
      "instagram": null,
      "twitter": null,
      "linkedin": null,
      "youtube": null,
      "facebook": null,
      "designation": null,
      "tiktok": null,
      "mfa_enabled": false,
      "xpressdocs_user_id": null,
      "bio": null,
      "current_time": "7:52 PM - Wednesday Aug 26, 2026",
      "push_allowed": true,
      "agents": null,
      "last_seen_type": null,
      "active_brand": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
      "display_name": "AAA ",
      "abbreviated_display_name": "[email protected]",
      "online_state": "Offline",
      "has_password": false
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

Assets

Get assets of brand

Get assets of brand
GET/brands/:brand/assets

brand (uuid) ID of the brand

mediums (Array) Applicable mediums (optional)

template_types (Array) Applicable template types (optional)

labels (Array) labels template types

Example URI

GET /brands/:brand/assets
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "84ee3c2c-a859-4199-b1b1-bf7e2a2040f9",
      "created_at": 1787791940.993588,
      "updated_at": 1787791937.421832,
      "deleted_at": null,
      "created_by": "4d46e91f-b7fe-4382-ad5e-0eb98541c838",
      "brand": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
      "file": {
        "id": "78120f31-a9b0-40be-8b27-cd9cd369afd6",
        "created_at": 1787791940.988797,
        "updated_at": 1787791940.988797,
        "deleted_at": null,
        "created_by": "4d46e91f-b7fe-4382-ad5e-0eb98541c838",
        "path": "brands/assets/8f40ada0-a1b1-11f1-811e-f93126d9eb55.png",
        "name": "logo.png",
        "public": true,
        "type": "file",
        "url": "https://test.cloudfront.net/brands/assets/8f40ada0-a1b1-11f1-811e-f93126d9eb55.png",
        "preview_url": "https://test.cloudfront.net/brands/assets/8f40ada0-a1b1-11f1-811e-f93126d9eb55.png",
        "mime": "image/png"
      },
      "label": "Renamed Asset Label",
      "template_type": "Christmas",
      "medium": "Email",
      "branch": null,
      "type": "brand_asset"
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

Update brand asset

Update brand asset
PUT/brands/:brand/assets/:asset

brand (uuid) ID of the brand

asset (uuid) ID of the asset

label (string) New asset name

Example URI

PUT /brands/:brand/assets/:asset

Settings

Upload fonts

Upload fonts
POST/brands/:brand/settings/fonts

With this API you can upload multi fonts with format: ttf | otf | woff | woff2 | svg | svgz | eot | otc | ttc

Example URI

POST /brands/:brand/settings/fonts
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "name": "Euclid Circular A",
      "source": "file",
      "variants": [
        {
          "name": "Euclid Circular A Light",
          "font-style": "normal",
          "font-weight": 300,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddab500-a1b1-11f1-811e-f93126d9eb55.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb5140-a1b1-11f1-811e-f93126d9eb55.woff"
            }
          ]
        },
        {
          "name": "Euclid Circular A Medium",
          "font-style": "normal",
          "font-weight": 500,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb7850-a1b1-11f1-811e-f93126d9eb55.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb9f60-a1b1-11f1-811e-f93126d9eb55.woff"
            }
          ]
        },
        {
          "name": "Euclid Circular A Regular",
          "font-style": "normal",
          "font-weight": 400,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbc670-a1b1-11f1-811e-f93126d9eb55.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbc671-a1b1-11f1-811e-f93126d9eb55.woff"
            }
          ]
        },
        {
          "name": "Euclid Circular A SemiBold",
          "font-style": "normal",
          "font-weight": 600,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbed80-a1b1-11f1-811e-f93126d9eb55.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbed81-a1b1-11f1-811e-f93126d9eb55.woff"
            }
          ]
        }
      ]
    },
    {
      "name": "NewsGoth Cn BT",
      "source": "file",
      "variants": [
        {
          "name": "NewsGoth Cn BT Regular",
          "font-style": "normal",
          "font-weight": 400,
          "files": [
            {
              "format": "truetype",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc1490-a1b1-11f1-811e-f93126d9eb55.ttf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc1491-a1b1-11f1-811e-f93126d9eb55.woff"
            }
          ]
        }
      ]
    },
    {
      "name": "Sainte Colombe",
      "source": "file",
      "variants": [
        {
          "name": "Sainte Colombe Light",
          "font-style": "normal",
          "font-weight": 300,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc3ba0-a1b1-11f1-811e-f93126d9eb55.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc3ba1-a1b1-11f1-811e-f93126d9eb55.woff"
            }
          ]
        },
        {
          "name": "Sainte Colombe Regular",
          "font-style": "normal",
          "font-weight": 400,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc62b0-a1b1-11f1-811e-f93126d9eb55.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc62b1-a1b1-11f1-811e-f93126d9eb55.woff"
            }
          ]
        }
      ]
    }
  ]
}

Upload fonts

Upload fonts
PUT/brands/:brand/settings/:key

You can save the setting with this API. here is an example to save a marketingPallete with fonts

Example URI

PUT /brands/:brand/settings/:key
URI Parameters
HideShow
id
string (required) Example: 737bf429-a256-4193-9d9c-9d85dcca2ee2
key
string (required) Example: marketing_palette
Request
HideShow
Body
{
  "value": {
    "body-bg-color": "#eee",
    "fonts": [
      {
        "name": "Euclid Circular A",
        "source": "file",
        "variants": [
          {
            "name": "Euclid Circular A Light",
            "font-style": "normal",
            "font-weight": 300,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddab500-a1b1-11f1-811e-f93126d9eb55.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb5140-a1b1-11f1-811e-f93126d9eb55.woff"
              }
            ]
          },
          {
            "name": "Euclid Circular A Medium",
            "font-style": "normal",
            "font-weight": 500,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb7850-a1b1-11f1-811e-f93126d9eb55.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb9f60-a1b1-11f1-811e-f93126d9eb55.woff"
              }
            ]
          },
          {
            "name": "Euclid Circular A Regular",
            "font-style": "normal",
            "font-weight": 400,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbc670-a1b1-11f1-811e-f93126d9eb55.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbc671-a1b1-11f1-811e-f93126d9eb55.woff"
              }
            ]
          },
          {
            "name": "Euclid Circular A SemiBold",
            "font-style": "normal",
            "font-weight": 600,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbed80-a1b1-11f1-811e-f93126d9eb55.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbed81-a1b1-11f1-811e-f93126d9eb55.woff"
              }
            ]
          }
        ]
      },
      {
        "name": "NewsGoth Cn BT",
        "source": "file",
        "variants": [
          {
            "name": "NewsGoth Cn BT Regular",
            "font-style": "normal",
            "font-weight": 400,
            "files": [
              {
                "format": "truetype",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc1490-a1b1-11f1-811e-f93126d9eb55.ttf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc1491-a1b1-11f1-811e-f93126d9eb55.woff"
              }
            ]
          }
        ]
      },
      {
        "name": "Sainte Colombe",
        "source": "file",
        "variants": [
          {
            "name": "Sainte Colombe Light",
            "font-style": "normal",
            "font-weight": 300,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc3ba0-a1b1-11f1-811e-f93126d9eb55.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc3ba1-a1b1-11f1-811e-f93126d9eb55.woff"
              }
            ]
          },
          {
            "name": "Sainte Colombe Regular",
            "font-style": "normal",
            "font-weight": 400,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc62b0-a1b1-11f1-811e-f93126d9eb55.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc62b1-a1b1-11f1-811e-f93126d9eb55.woff"
              }
            ]
          }
        ]
      }
    ]
  }
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
    "created_at": 1787791937.421832,
    "updated_at": 1787791937.421832,
    "brand": "737bf429-a256-4193-9d9c-9d85dcca2ee2",
    "marketing_palette": {
      "type": "marketing_palette",
      "fonts": [
        {
          "name": "Euclid Circular A",
          "source": "file",
          "variants": [
            {
              "name": "Euclid Circular A Light",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddab500-a1b1-11f1-811e-f93126d9eb55.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb5140-a1b1-11f1-811e-f93126d9eb55.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 300
            },
            {
              "name": "Euclid Circular A Medium",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb7850-a1b1-11f1-811e-f93126d9eb55.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddb9f60-a1b1-11f1-811e-f93126d9eb55.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 500
            },
            {
              "name": "Euclid Circular A Regular",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbc670-a1b1-11f1-811e-f93126d9eb55.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbc671-a1b1-11f1-811e-f93126d9eb55.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 400
            },
            {
              "name": "Euclid Circular A SemiBold",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbed80-a1b1-11f1-811e-f93126d9eb55.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddbed81-a1b1-11f1-811e-f93126d9eb55.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 600
            }
          ]
        },
        {
          "name": "NewsGoth Cn BT",
          "source": "file",
          "variants": [
            {
              "name": "NewsGoth Cn BT Regular",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc1490-a1b1-11f1-811e-f93126d9eb55.ttf",
                  "format": "truetype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc1491-a1b1-11f1-811e-f93126d9eb55.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 400
            }
          ]
        },
        {
          "name": "Sainte Colombe",
          "source": "file",
          "variants": [
            {
              "name": "Sainte Colombe Light",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc3ba0-a1b1-11f1-811e-f93126d9eb55.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc3ba1-a1b1-11f1-811e-f93126d9eb55.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 300
            },
            {
              "name": "Sainte Colombe Regular",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc62b0-a1b1-11f1-811e-f93126d9eb55.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/737bf429-a256-4193-9d9c-9d85dcca2ee2/assets/fonts/8ddc62b1-a1b1-11f1-811e-f93126d9eb55.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 400
            }
          ]
        }
      ],
      "body-bg-color": "#eee"
    },
    "theme": {
      "type": "theme",
      "navbar": {
        "logo": {},
        "button": {},
        "background": {}
      },
      "palette": {
        "info": {},
        "text": {},
        "error": {},
        "common": {},
        "primary": {},
        "success": {},
        "warning": {},
        "secondary": {},
        "background": {}
      }
    },
    "help_center": null,
    "type": "brand_settings"
  }
}

Generated by aglio on 27 Aug 2026