API Documentation
Brands ¶
Create new brand ¶
Create new brandPOST/brands
Example URI
POST /brands
Request
Body
{
"brand_type": "Brokerage",
"palette": {
"primary": "red"
},
"assets": {},
"messages": {},
"name": "Child Brand",
"roles": [
{
"role": "Owner",
"members": [
{
"user": "19844214-3ced-4e2d-ac3c-c47e42bd3e6f"
}
],
"acl": [
"Admin",
"Marketing",
"Deals",
"CRM",
"Showings"
]
}
],
"parent": "35c365b7-029b-45de-b029-26363e3c9afe"
}Response
200Body
{
"code": "OK",
"data": {
"id": "46cde225-bf5c-44f8-8f35-2899965c398f",
"created_at": 1783014723.927817,
"updated_at": 1783014723.927817,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "35c365b7-029b-45de-b029-26363e3c9afe",
"created_at": 1783014723.391215,
"updated_at": 1783014723.391215,
"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": [
"35c365b7-029b-45de-b029-26363e3c9afe"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
}
}Update a brand ¶
Update a brandPUT/brands/:id
Example URI
PUT /brands/:id
URI Parameters
- id
string(required) Example: 46cde225-bf5c-44f8-8f35-2899965c398f
Request
Body
{
"id": "46cde225-bf5c-44f8-8f35-2899965c398f",
"created_at": 1783014723.927817,
"updated_at": 1783014723.927817,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "35c365b7-029b-45de-b029-26363e3c9afe",
"created_at": 1783014723.391215,
"updated_at": 1783014723.391215,
"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": [
"35c365b7-029b-45de-b029-26363e3c9afe"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
}Response
200Body
{
"code": "OK",
"data": {
"id": "46cde225-bf5c-44f8-8f35-2899965c398f",
"created_at": 1783014723.927817,
"updated_at": 1783014723.128508,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "35c365b7-029b-45de-b029-26363e3c9afe",
"created_at": 1783014723.391215,
"updated_at": 1783014723.391215,
"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": [
"35c365b7-029b-45de-b029-26363e3c9afe"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
}
}Users ¶
Get agents of a brand ¶
Get agents of a brandGET/brands/:brand/agents{?query}
Example URI
GET /brands/:brand/agents?query=John
URI Parameters
- id
string(required) Example: 46cde225-bf5c-44f8-8f35-2899965c398f- query
string(required) Example: John
Response
200Body
{
"code": "OK",
"data": [
{
"id": "46cde225-bf5c-44f8-8f35-2899965c398f",
"created_at": 1783014723.927817,
"updated_at": 1783014723.128508,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "35c365b7-029b-45de-b029-26363e3c9afe",
"created_at": 1783014723.391215,
"updated_at": 1783014723.391215,
"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": [
"35c365b7-029b-45de-b029-26363e3c9afe"
],
"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 brandGET/brands/:brand/users{?query}
Example URI
GET /brands/:brand/users?query=John
URI Parameters
- id
string(required) Example: 46cde225-bf5c-44f8-8f35-2899965c398f- query
string(required) Example: John
Response
200Body
{
"code": "OK",
"data": [
{
"id": "19844214-3ced-4e2d-ac3c-c47e42bd3e6f",
"user": {
"type": "user",
"username": null,
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone_number": "+13735489689",
"created_at": 1783014723.145841,
"id": "19844214-3ced-4e2d-ac3c-c47e42bd3e6f",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1783014723.128508,
"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": "c640bd81-325d-420d-b08d-88d17727a460",
"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": "12:52 PM - Thursday Jul 02, 2026",
"push_allowed": true,
"agents": [
{
"id": "6d55e710-1df4-4698-89e1-61172bfd5350",
"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": "163170009",
"updated_at": 1783014723.270465,
"deleted_at": null,
"created_at": 1783014723.270465,
"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": "46cde225-bf5c-44f8-8f35-2899965c398f",
"display_name": "John Doe",
"abbreviated_display_name": "John",
"online_state": "Offline",
"has_password": true
},
"brands": [
{
"id": "46cde225-bf5c-44f8-8f35-2899965c398f",
"created_at": 1783014723.927817,
"updated_at": 1783014723.128508,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "35c365b7-029b-45de-b029-26363e3c9afe",
"created_at": 1783014723.391215,
"updated_at": 1783014723.391215,
"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": [
"35c365b7-029b-45de-b029-26363e3c9afe"
],
"type": "brand",
"hostnames": null,
"member_count": 8,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "46cde225-bf5c-44f8-8f35-2899965c398f",
"role": "54f00318-f1f2-49d2-a5b4-6a43ced7df04"
},
{
"brand": "46cde225-bf5c-44f8-8f35-2899965c398f",
"role": "6a39e9cb-4869-429c-8a18-2b2c9b061466"
}
],
"type": "user_brands"
}
],
"info": {
"count": 1,
"total": 1
}
}Add a member with multi roles ¶
Add a member with multi rolesPOST/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
- id
string(required) Example: 46cde225-bf5c-44f8-8f35-2899965c398f
Response
200Body
{
"code": "OK",
"data": [
{
"type": "user",
"username": null,
"first_name": "AAA",
"last_name": "",
"email": "[email protected]",
"phone_number": null,
"created_at": 1783014724.196631,
"id": "931a1135-ef54-4347-b593-e811155a8815",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1783014724.196641,
"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": "e77f42eb-a993-418f-a04f-b6f0598c470a",
"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": "12:52 PM - Thursday Jul 02, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "46cde225-bf5c-44f8-8f35-2899965c398f",
"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 brandGET/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
- id
string(required) Example: 46cde225-bf5c-44f8-8f35-2899965c398f
Response
200Body
{
"code": "OK",
"data": [
{
"id": "34a93b7c-440b-455d-b531-488215ba73c8",
"created_at": 1783014727.156512,
"updated_at": 1783014723.128508,
"deleted_at": null,
"created_by": "19844214-3ced-4e2d-ac3c-c47e42bd3e6f",
"brand": "46cde225-bf5c-44f8-8f35-2899965c398f",
"file": {
"id": "df517605-6f4b-4330-83c9-6a118703e5ca",
"created_at": 1783014727.15137,
"updated_at": 1783014727.15137,
"deleted_at": null,
"created_by": "19844214-3ced-4e2d-ac3c-c47e42bd3e6f",
"path": "brands/assets/bdea12c0-763e-11f1-94b5-7519f45a456b.png",
"name": "logo.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/brands/assets/bdea12c0-763e-11f1-94b5-7519f45a456b.png",
"preview_url": "https://test.cloudfront.net/brands/assets/bdea12c0-763e-11f1-94b5-7519f45a456b.png",
"mime": "image/png"
},
"label": "Renamed Asset Label",
"template_type": "Christmas",
"medium": "Email",
"branch": null,
"type": "brand_asset"
}
],
"info": {
"count": 1,
"total": 0
}
}Settings ¶
Upload fonts ¶
Upload fontsPOST/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
- id
string(required) Example: 46cde225-bf5c-44f8-8f35-2899965c398f
Response
200Body
{
"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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc434090-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43b5c0-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Euclid Circular A Medium",
"font-style": "normal",
"font-weight": 500,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43dcd0-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43dcd1-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Euclid Circular A Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc4403e0-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc442af0-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Euclid Circular A SemiBold",
"font-style": "normal",
"font-weight": 600,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc442af1-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc445200-763e-11f1-94b5-7519f45a456b.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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc445201-763e-11f1-94b5-7519f45a456b.ttf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc447910-763e-11f1-94b5-7519f45a456b.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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc447911-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a020-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Sainte Colombe Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a021-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a022-763e-11f1-94b5-7519f45a456b.woff"
}
]
}
]
}
]
}Upload fonts ¶
Upload fontsPUT/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
- id
string(required) Example: 46cde225-bf5c-44f8-8f35-2899965c398f- key
string(required) Example: marketing_palette
Request
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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc434090-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43b5c0-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Euclid Circular A Medium",
"font-style": "normal",
"font-weight": 500,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43dcd0-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43dcd1-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Euclid Circular A Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc4403e0-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc442af0-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Euclid Circular A SemiBold",
"font-style": "normal",
"font-weight": 600,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc442af1-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc445200-763e-11f1-94b5-7519f45a456b.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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc445201-763e-11f1-94b5-7519f45a456b.ttf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc447910-763e-11f1-94b5-7519f45a456b.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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc447911-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a020-763e-11f1-94b5-7519f45a456b.woff"
}
]
},
{
"name": "Sainte Colombe Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a021-763e-11f1-94b5-7519f45a456b.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a022-763e-11f1-94b5-7519f45a456b.woff"
}
]
}
]
}
]
}
}Response
200Body
{
"code": "OK",
"data": {
"id": "46cde225-bf5c-44f8-8f35-2899965c398f",
"created_at": 1783014723.128508,
"updated_at": 1783014723.128508,
"brand": "46cde225-bf5c-44f8-8f35-2899965c398f",
"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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc434090-763e-11f1-94b5-7519f45a456b.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43b5c0-763e-11f1-94b5-7519f45a456b.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 300
},
{
"name": "Euclid Circular A Medium",
"files": [
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43dcd0-763e-11f1-94b5-7519f45a456b.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc43dcd1-763e-11f1-94b5-7519f45a456b.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 500
},
{
"name": "Euclid Circular A Regular",
"files": [
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc4403e0-763e-11f1-94b5-7519f45a456b.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc442af0-763e-11f1-94b5-7519f45a456b.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 400
},
{
"name": "Euclid Circular A SemiBold",
"files": [
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc442af1-763e-11f1-94b5-7519f45a456b.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc445200-763e-11f1-94b5-7519f45a456b.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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc445201-763e-11f1-94b5-7519f45a456b.ttf",
"format": "truetype"
},
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc447910-763e-11f1-94b5-7519f45a456b.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/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc447911-763e-11f1-94b5-7519f45a456b.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a020-763e-11f1-94b5-7519f45a456b.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 300
},
{
"name": "Sainte Colombe Regular",
"files": [
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a021-763e-11f1-94b5-7519f45a456b.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/46cde225-bf5c-44f8-8f35-2899965c398f/assets/fonts/bc44a022-763e-11f1-94b5-7519f45a456b.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"
}
}