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": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
        }
      ],
      "acl": [
        "Admin",
        "Marketing",
        "Deals",
        "CRM",
        "Showings"
      ]
    }
  ],
  "parent": "c6f162f3-4304-4ad6-bfb7-548607276f0f"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
    "created_at": 1770151071.962827,
    "updated_at": 1770151071.962827,
    "palette": {
      "primary": "red",
      "type": "brand_palette"
    },
    "assets": {
      "type": "brand_assets"
    },
    "messages": {
      "type": "brand_messages"
    },
    "parent": {
      "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
      "created_at": 1770151071.466013,
      "updated_at": 1770151071.466013,
      "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": [
      "c6f162f3-4304-4ad6-bfb7-548607276f0f"
    ],
    "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: baacd481-f397-45c9-9070-e5b48dc2a58d
Request
HideShow
Body
{
  "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
  "created_at": 1770151071.962827,
  "updated_at": 1770151071.962827,
  "palette": {
    "primary": "red",
    "type": "brand_palette"
  },
  "assets": {
    "type": "brand_assets"
  },
  "messages": {
    "type": "brand_messages"
  },
  "parent": {
    "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
    "created_at": 1770151071.466013,
    "updated_at": 1770151071.466013,
    "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": [
    "c6f162f3-4304-4ad6-bfb7-548607276f0f"
  ],
  "type": "brand",
  "hostnames": null,
  "member_count": 1,
  "base_url": "https://irish.rechat.com"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
    "created_at": 1770151071.962827,
    "updated_at": 1770151071.284823,
    "palette": {
      "type": "brand_palette",
      "primary": "red"
    },
    "assets": {
      "type": "brand_assets"
    },
    "messages": {
      "type": "brand_messages"
    },
    "parent": {
      "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
      "created_at": 1770151071.466013,
      "updated_at": 1770151071.466013,
      "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": [
      "c6f162f3-4304-4ad6-bfb7-548607276f0f"
    ],
    "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: baacd481-f397-45c9-9070-e5b48dc2a58d
Response  204

Users

Get agents of a brand

Get agents of a brand
GET/brands/:brand/agents

Example URI

GET /brands/:brand/agents
URI Parameters
HideShow
id
string (required) Example: baacd481-f397-45c9-9070-e5b48dc2a58d
q
string (required) Example: User
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
      "created_at": 1770151071.962827,
      "updated_at": 1770151071.284823,
      "palette": {
        "type": "brand_palette",
        "primary": "red"
      },
      "assets": {
        "type": "brand_assets"
      },
      "messages": {
        "type": "brand_messages"
      },
      "parent": {
        "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
        "created_at": 1770151071.466013,
        "updated_at": 1770151071.466013,
        "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": [
        "c6f162f3-4304-4ad6-bfb7-548607276f0f"
      ],
      "type": "brand",
      "hostnames": null,
      "member_count": 7,
      "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

Example URI

GET /brands/:brand/users
URI Parameters
HideShow
id
string (required) Example: baacd481-f397-45c9-9070-e5b48dc2a58d
q
string (required) Example: User
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "4e20c3a9-cbd1-4383-8586-2892858af84a",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "",
        "last_name": "",
        "email": "[email protected]",
        "phone_number": "+14099990002",
        "created_at": 1770151072.703213,
        "id": "4e20c3a9-cbd1-4383-8586-2892858af84a",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": "https://test.cloudfront.net/4e20c3a9-cbd1-4383-8586-2892858af84a/3666d680-0140-11f1-bb7b-c1ce1696c2c7.jpg",
        "updated_at": 1770151072.753474,
        "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": "bad7da62-96c1-4357-807c-b604264c1a7a",
        "brand": null,
        "fake_email": true,
        "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,
        "current_time": "2:37 PM - Tuesday Feb 03, 2026",
        "push_allowed": true,
        "agents": null,
        "last_seen_type": null,
        "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
        "display_name": "+14099990002",
        "abbreviated_display_name": "+14099990002",
        "online_state": "Offline",
        "has_password": false
      },
      "brands": [
        {
          "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "created_at": 1770151071.962827,
          "updated_at": 1770151071.284823,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
            "created_at": 1770151071.466013,
            "updated_at": 1770151071.466013,
            "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": [
            "c6f162f3-4304-4ad6-bfb7-548607276f0f"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 7,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "c75e6496-80d5-4092-a591-844e10858ec3"
        }
      ],
      "type": "user_brands"
    },
    {
      "id": "a2ba13a7-c0d5-4c89-b0b1-ff528f1b1710",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "",
        "last_name": "BBB",
        "email": "[email protected]",
        "phone_number": "+14099990001",
        "created_at": 1770151072.607176,
        "id": "a2ba13a7-c0d5-4c89-b0b1-ff528f1b1710",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": null,
        "updated_at": 1770151072.60719,
        "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": "ee690b62-f2fe-49b9-a5ec-afe5790d0794",
        "brand": null,
        "fake_email": true,
        "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,
        "current_time": "2:37 PM - Tuesday Feb 03, 2026",
        "push_allowed": true,
        "agents": null,
        "last_seen_type": null,
        "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
        "display_name": " BBB",
        "abbreviated_display_name": "+14099990001",
        "online_state": "Offline",
        "has_password": false
      },
      "brands": [
        {
          "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "created_at": 1770151071.962827,
          "updated_at": 1770151071.284823,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
            "created_at": 1770151071.466013,
            "updated_at": 1770151071.466013,
            "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": [
            "c6f162f3-4304-4ad6-bfb7-548607276f0f"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 7,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "c75e6496-80d5-4092-a591-844e10858ec3"
        }
      ],
      "type": "user_brands"
    },
    {
      "id": "165e390e-acb4-4820-a157-d276a82eee61",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "AAA",
        "last_name": "",
        "email": "[email protected]",
        "phone_number": null,
        "created_at": 1770151072.316344,
        "id": "165e390e-acb4-4820-a157-d276a82eee61",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": null,
        "updated_at": 1770151072.316359,
        "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": "a7062a6d-ca0d-4fe4-8962-bd0fadc8a772",
        "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,
        "current_time": "2:37 PM - Tuesday Feb 03, 2026",
        "push_allowed": true,
        "agents": null,
        "last_seen_type": null,
        "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
        "display_name": "AAA ",
        "abbreviated_display_name": "[email protected]",
        "online_state": "Offline",
        "has_password": false
      },
      "brands": [
        {
          "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "created_at": 1770151071.962827,
          "updated_at": 1770151071.284823,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
            "created_at": 1770151071.466013,
            "updated_at": 1770151071.466013,
            "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": [
            "c6f162f3-4304-4ad6-bfb7-548607276f0f"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 7,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "c75e6496-80d5-4092-a591-844e10858ec3"
        }
      ],
      "type": "user_brands"
    },
    {
      "id": "25f99dca-320e-4b95-b831-7bf5a25020cb",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "AAA",
        "last_name": "",
        "email": "[email protected]",
        "phone_number": null,
        "created_at": 1770151072.22017,
        "id": "25f99dca-320e-4b95-b831-7bf5a25020cb",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": null,
        "updated_at": 1770151072.220185,
        "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": "e744091f-d3e1-4a65-b5b0-045c37c68273",
        "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,
        "current_time": "2:37 PM - Tuesday Feb 03, 2026",
        "push_allowed": true,
        "agents": null,
        "last_seen_type": null,
        "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
        "display_name": "AAA ",
        "abbreviated_display_name": "[email protected]",
        "online_state": "Offline",
        "has_password": false
      },
      "brands": [
        {
          "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "created_at": 1770151071.962827,
          "updated_at": 1770151071.284823,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
            "created_at": 1770151071.466013,
            "updated_at": 1770151071.466013,
            "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": [
            "c6f162f3-4304-4ad6-bfb7-548607276f0f"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 7,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "c75e6496-80d5-4092-a591-844e10858ec3"
        }
      ],
      "type": "user_brands"
    },
    {
      "id": "05fbed77-653a-4dc8-bf06-53a30aa2d0c4",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "DDD",
        "last_name": "EEE",
        "email": "[email protected]",
        "phone_number": "+14099990003",
        "created_at": 1770151072.837005,
        "id": "05fbed77-653a-4dc8-bf06-53a30aa2d0c4",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": null,
        "updated_at": 1770151072.83702,
        "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": "603bb981-00e8-4750-9c17-6480ee89b912",
        "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,
        "current_time": "2:37 PM - Tuesday Feb 03, 2026",
        "push_allowed": true,
        "agents": null,
        "last_seen_type": null,
        "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
        "display_name": "DDD EEE",
        "abbreviated_display_name": "DDD",
        "online_state": "Offline",
        "has_password": false
      },
      "brands": [
        {
          "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "created_at": 1770151071.962827,
          "updated_at": 1770151071.284823,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
            "created_at": 1770151071.466013,
            "updated_at": 1770151071.466013,
            "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": [
            "c6f162f3-4304-4ad6-bfb7-548607276f0f"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 7,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "c75e6496-80d5-4092-a591-844e10858ec3"
        }
      ],
      "type": "user_brands"
    },
    {
      "id": "699f910e-ed4a-47f5-aea0-7e02acd15a2f",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "FFF",
        "last_name": "GGG",
        "email": "[email protected]",
        "phone_number": "+14099990004",
        "created_at": 1770151072.940766,
        "id": "699f910e-ed4a-47f5-aea0-7e02acd15a2f",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": null,
        "updated_at": 1770151072.94078,
        "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": "f2378d48-c514-48f4-a16c-01eb8bdd2ef4",
        "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,
        "current_time": "2:37 PM - Tuesday Feb 03, 2026",
        "push_allowed": true,
        "agents": null,
        "last_seen_type": null,
        "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
        "display_name": "FFF GGG",
        "abbreviated_display_name": "FFF",
        "online_state": "Offline",
        "has_password": false
      },
      "brands": [
        {
          "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "created_at": 1770151071.962827,
          "updated_at": 1770151071.284823,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
            "created_at": 1770151071.466013,
            "updated_at": 1770151071.466013,
            "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": [
            "c6f162f3-4304-4ad6-bfb7-548607276f0f"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 7,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "c75e6496-80d5-4092-a591-844e10858ec3"
        }
      ],
      "type": "user_brands"
    },
    {
      "id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "user": {
        "type": "user",
        "username": null,
        "first_name": "Unit",
        "last_name": "Test",
        "email": "[email protected]",
        "phone_number": "+4368120265807",
        "created_at": 1493115498.770362,
        "id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "address_id": null,
        "cover_image_url": null,
        "profile_image_url": null,
        "updated_at": 1770151071.284823,
        "user_status": "Active",
        "profile_image_thumbnail_url": null,
        "cover_image_thumbnail_url": null,
        "email_confirmed": true,
        "timezone": "America/Chicago",
        "user_type": "Agent",
        "deleted_at": null,
        "phone_confirmed": false,
        "is_shadow": false,
        "personal_room": null,
        "brand": null,
        "fake_email": false,
        "features": [
          "Deals"
        ],
        "last_seen_at": null,
        "email_signature": null,
        "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": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "current_time": "2:37 PM - Tuesday Feb 03, 2026",
        "push_allowed": true,
        "agents": [
          {
            "id": "0c1e0dd2-3ad2-41c9-b57d-91bcaaaaed99",
            "email": "[email protected]",
            "mlsid": "00920130",
            "fax": "(972) 264-4703",
            "full_name": "Gholi Sweet",
            "first_name": "Gholi",
            "last_name": "Sweet",
            "middle_name": null,
            "phone_number": "(972) 264-4703",
            "nar_number": "797500044",
            "office_mui": "15512742",
            "status": "Active",
            "office_mlsid": "RCHT01X",
            "work_phone": "(469) 358-8080",
            "generational_name": null,
            "matrix_unique_id": "155155530",
            "updated_at": 1770151071.355901,
            "deleted_at": null,
            "created_at": 1770151071.355901,
            "mls": "NTREIS",
            "license_number": null,
            "designation": null,
            "nrds": "01053140",
            "type": "agent",
            "office_id": null,
            "secret_questions": [
              "(972) XXX-XX03",
              "jewellxxxxxxxxxxxxxal.net",
              "(469) XXX-XX80"
            ]
          }
        ],
        "last_seen_type": null,
        "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
        "display_name": "Unit Test",
        "abbreviated_display_name": "Unit",
        "online_state": "Offline",
        "has_password": true
      },
      "brands": [
        {
          "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "created_at": 1770151071.962827,
          "updated_at": 1770151071.284823,
          "palette": {
            "type": "brand_palette",
            "primary": "red"
          },
          "assets": {
            "type": "brand_assets"
          },
          "messages": {
            "type": "brand_messages"
          },
          "parent": {
            "id": "c6f162f3-4304-4ad6-bfb7-548607276f0f",
            "created_at": 1770151071.466013,
            "updated_at": 1770151071.466013,
            "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": [
            "c6f162f3-4304-4ad6-bfb7-548607276f0f"
          ],
          "type": "brand",
          "hostnames": null,
          "member_count": 7,
          "base_url": "https://irish.rechat.com"
        }
      ],
      "brand_roles": [
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "c75e6496-80d5-4092-a591-844e10858ec3"
        },
        {
          "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
          "role": "f730bc7f-999f-44fc-8157-5e2690d032cc"
        }
      ],
      "type": "user_brands"
    }
  ],
  "info": {
    "count": 7,
    "total": 0
  }
}

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: baacd481-f397-45c9-9070-e5b48dc2a58d
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "type": "user",
      "username": null,
      "first_name": "AAA",
      "last_name": "",
      "email": "[email protected]",
      "phone_number": null,
      "created_at": 1770151072.22017,
      "id": "25f99dca-320e-4b95-b831-7bf5a25020cb",
      "address_id": null,
      "cover_image_url": null,
      "profile_image_url": null,
      "updated_at": 1770151072.220185,
      "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": "e744091f-d3e1-4a65-b5b0-045c37c68273",
      "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,
      "current_time": "2:37 PM - Tuesday Feb 03, 2026",
      "push_allowed": true,
      "agents": null,
      "last_seen_type": null,
      "active_brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
      "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: baacd481-f397-45c9-9070-e5b48dc2a58d
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "424edbef-6fe3-43f8-bfff-0254e3f50f80",
      "created_at": 1770151074.837153,
      "updated_at": null,
      "deleted_at": null,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
      "file": {
        "id": "a533e528-cd3f-4022-a89b-60a91bd0e397",
        "created_at": 1770151074.832507,
        "updated_at": 1770151074.832507,
        "deleted_at": null,
        "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
        "path": "brands/assets/37a486a0-0140-11f1-bb7b-c1ce1696c2c7.png",
        "name": "logo.png",
        "public": true,
        "type": "file",
        "url": "https://test.cloudfront.net/brands/assets/37a486a0-0140-11f1-bb7b-c1ce1696c2c7.png",
        "preview_url": "https://test.cloudfront.net/brands/assets/37a486a0-0140-11f1-bb7b-c1ce1696c2c7.png",
        "mime": "image/png"
      },
      "label": "Asset Label",
      "template_type": "Christmas",
      "medium": "Email",
      "branch": null,
      "type": "brand_asset"
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

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: baacd481-f397-45c9-9070-e5b48dc2a58d
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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3641e960-0140-11f1-bb7b-c1ce1696c2c7.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36421070-0140-11f1-bb7b-c1ce1696c2c7.woff"
            }
          ]
        },
        {
          "name": "Euclid Circular A Medium",
          "font-style": "normal",
          "font-weight": 500,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36421071-0140-11f1-bb7b-c1ce1696c2c7.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36423780-0140-11f1-bb7b-c1ce1696c2c7.woff"
            }
          ]
        },
        {
          "name": "Euclid Circular A Regular",
          "font-style": "normal",
          "font-weight": 400,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36423781-0140-11f1-bb7b-c1ce1696c2c7.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36425e90-0140-11f1-bb7b-c1ce1696c2c7.woff"
            }
          ]
        },
        {
          "name": "Euclid Circular A SemiBold",
          "font-style": "normal",
          "font-weight": 600,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36425e91-0140-11f1-bb7b-c1ce1696c2c7.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/364285a0-0140-11f1-bb7b-c1ce1696c2c7.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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/364285a1-0140-11f1-bb7b-c1ce1696c2c7.ttf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642acb0-0140-11f1-bb7b-c1ce1696c2c7.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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642acb1-0140-11f1-bb7b-c1ce1696c2c7.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642d3c0-0140-11f1-bb7b-c1ce1696c2c7.woff"
            }
          ]
        },
        {
          "name": "Sainte Colombe Regular",
          "font-style": "normal",
          "font-weight": 400,
          "files": [
            {
              "format": "opentype",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642d3c1-0140-11f1-bb7b-c1ce1696c2c7.otf"
            },
            {
              "format": "woff",
              "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642fad0-0140-11f1-bb7b-c1ce1696c2c7.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: baacd481-f397-45c9-9070-e5b48dc2a58d
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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3641e960-0140-11f1-bb7b-c1ce1696c2c7.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36421070-0140-11f1-bb7b-c1ce1696c2c7.woff"
              }
            ]
          },
          {
            "name": "Euclid Circular A Medium",
            "font-style": "normal",
            "font-weight": 500,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36421071-0140-11f1-bb7b-c1ce1696c2c7.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36423780-0140-11f1-bb7b-c1ce1696c2c7.woff"
              }
            ]
          },
          {
            "name": "Euclid Circular A Regular",
            "font-style": "normal",
            "font-weight": 400,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36423781-0140-11f1-bb7b-c1ce1696c2c7.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36425e90-0140-11f1-bb7b-c1ce1696c2c7.woff"
              }
            ]
          },
          {
            "name": "Euclid Circular A SemiBold",
            "font-style": "normal",
            "font-weight": 600,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36425e91-0140-11f1-bb7b-c1ce1696c2c7.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/364285a0-0140-11f1-bb7b-c1ce1696c2c7.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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/364285a1-0140-11f1-bb7b-c1ce1696c2c7.ttf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642acb0-0140-11f1-bb7b-c1ce1696c2c7.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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642acb1-0140-11f1-bb7b-c1ce1696c2c7.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642d3c0-0140-11f1-bb7b-c1ce1696c2c7.woff"
              }
            ]
          },
          {
            "name": "Sainte Colombe Regular",
            "font-style": "normal",
            "font-weight": 400,
            "files": [
              {
                "format": "opentype",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642d3c1-0140-11f1-bb7b-c1ce1696c2c7.otf"
              },
              {
                "format": "woff",
                "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642fad0-0140-11f1-bb7b-c1ce1696c2c7.woff"
              }
            ]
          }
        ]
      }
    ]
  }
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "baacd481-f397-45c9-9070-e5b48dc2a58d",
    "created_at": 1770151071.284823,
    "updated_at": 1770151071.284823,
    "brand": "baacd481-f397-45c9-9070-e5b48dc2a58d",
    "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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3641e960-0140-11f1-bb7b-c1ce1696c2c7.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36421070-0140-11f1-bb7b-c1ce1696c2c7.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 300
            },
            {
              "name": "Euclid Circular A Medium",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36421071-0140-11f1-bb7b-c1ce1696c2c7.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36423780-0140-11f1-bb7b-c1ce1696c2c7.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 500
            },
            {
              "name": "Euclid Circular A Regular",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36423781-0140-11f1-bb7b-c1ce1696c2c7.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36425e90-0140-11f1-bb7b-c1ce1696c2c7.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 400
            },
            {
              "name": "Euclid Circular A SemiBold",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/36425e91-0140-11f1-bb7b-c1ce1696c2c7.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/364285a0-0140-11f1-bb7b-c1ce1696c2c7.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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/364285a1-0140-11f1-bb7b-c1ce1696c2c7.ttf",
                  "format": "truetype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642acb0-0140-11f1-bb7b-c1ce1696c2c7.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/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642acb1-0140-11f1-bb7b-c1ce1696c2c7.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642d3c0-0140-11f1-bb7b-c1ce1696c2c7.woff",
                  "format": "woff"
                }
              ],
              "font-style": "normal",
              "font-weight": 300
            },
            {
              "name": "Sainte Colombe Regular",
              "files": [
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642d3c1-0140-11f1-bb7b-c1ce1696c2c7.otf",
                  "format": "opentype"
                },
                {
                  "url": "https://test.cloudfront.net/brands/baacd481-f397-45c9-9070-e5b48dc2a58d/assets/fonts/3642fad0-0140-11f1-bb7b-c1ce1696c2c7.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": {}
      }
    },
    "websites_root_domain": null,
    "help_center": null,
    "type": "brand_settings"
  }
}

Generated by aglio on 03 Feb 2026