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": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}
],
"acl": [
"Admin",
"Marketing",
"Deals",
"CRM",
"Showings"
]
}
],
"parent": "0ab45f8a-5183-4002-a00d-817387097d63"
}Response
200Body
{
"code": "OK",
"data": {
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"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: ddad192c-981e-48cf-9ef4-d4dbd91af1c7
Request
Body
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
}Response
200Body
{
"code": "OK",
"data": {
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"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
Example URI
GET /brands/:brand/agents
URI Parameters
- id
string(required) Example: ddad192c-981e-48cf-9ef4-d4dbd91af1c7- q
string(required) Example: User
Response
200Body
{
"code": "OK",
"data": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"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 brandGET/brands/:brand/users
Example URI
GET /brands/:brand/users
URI Parameters
- id
string(required) Example: ddad192c-981e-48cf-9ef4-d4dbd91af1c7- q
string(required) Example: User
Response
200Body
{
"code": "OK",
"data": [
{
"id": "66a11783-f066-4804-9567-916a69a0b69b",
"user": {
"type": "user",
"username": null,
"first_name": "",
"last_name": "",
"email": "[email protected]",
"phone_number": "+14099990002",
"created_at": 1769132441.947205,
"id": "66a11783-f066-4804-9567-916a69a0b69b",
"address_id": null,
"cover_image_url": null,
"profile_image_url": "https://test.cloudfront.net/66a11783-f066-4804-9567-916a69a0b69b/8729fae0-f7fc-11f0-8c7d-09c4c6e349ce.jpg",
"updated_at": 1769132442.009449,
"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": "970e20d9-88e8-45f2-9ee6-8b8302f6f19b",
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"display_name": "+14099990002",
"abbreviated_display_name": "+14099990002",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "0c7f5632-c799-423d-94ba-d017ca6bf8cb"
}
],
"type": "user_brands"
},
{
"id": "8d13298b-9ed6-4a1b-bdb9-1ee167b504b3",
"user": {
"type": "user",
"username": null,
"first_name": "",
"last_name": "BBB",
"email": "[email protected]",
"phone_number": "+14099990001",
"created_at": 1769132441.837901,
"id": "8d13298b-9ed6-4a1b-bdb9-1ee167b504b3",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1769132441.837921,
"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": "fa87575a-7be0-4e2e-a97f-c428f067e19b",
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"display_name": " BBB",
"abbreviated_display_name": "+14099990001",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "0c7f5632-c799-423d-94ba-d017ca6bf8cb"
}
],
"type": "user_brands"
},
{
"id": "5f7e8e9d-1752-4748-b8f0-734d3d56b785",
"user": {
"type": "user",
"username": null,
"first_name": "AAA",
"last_name": "",
"email": "[email protected]",
"phone_number": null,
"created_at": 1769132441.464571,
"id": "5f7e8e9d-1752-4748-b8f0-734d3d56b785",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1769132441.464589,
"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": "a660c72b-60e0-418f-a9eb-e80ba32f8aec",
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"display_name": "AAA ",
"abbreviated_display_name": "[email protected]",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "0c7f5632-c799-423d-94ba-d017ca6bf8cb"
}
],
"type": "user_brands"
},
{
"id": "c9371d0d-ab43-466a-931e-8134f886e0d2",
"user": {
"type": "user",
"username": null,
"first_name": "AAA",
"last_name": "",
"email": "[email protected]",
"phone_number": null,
"created_at": 1769132441.544054,
"id": "c9371d0d-ab43-466a-931e-8134f886e0d2",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1769132441.544074,
"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": "0c4d01ca-22bb-40fa-bac0-b7cd8c071510",
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"display_name": "AAA ",
"abbreviated_display_name": "[email protected]",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "0c7f5632-c799-423d-94ba-d017ca6bf8cb"
}
],
"type": "user_brands"
},
{
"id": "a7889e80-1d82-4440-a9ce-679828ea44b2",
"user": {
"type": "user",
"username": null,
"first_name": "DDD",
"last_name": "EEE",
"email": "[email protected]",
"phone_number": "+14099990003",
"created_at": 1769132442.094692,
"id": "a7889e80-1d82-4440-a9ce-679828ea44b2",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1769132442.094712,
"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": "a8d1e2ac-99d7-4e0e-8298-7b76b89381ea",
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"display_name": "DDD EEE",
"abbreviated_display_name": "DDD",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "0c7f5632-c799-423d-94ba-d017ca6bf8cb"
}
],
"type": "user_brands"
},
{
"id": "909c4a3e-ce7d-499f-aabd-8b4e5472d8ae",
"user": {
"type": "user",
"username": null,
"first_name": "FFF",
"last_name": "GGG",
"email": "[email protected]",
"phone_number": "+14099990004",
"created_at": 1769132442.189921,
"id": "909c4a3e-ce7d-499f-aabd-8b4e5472d8ae",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1769132442.189932,
"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": "5a1ce726-2574-4591-aa59-0f08700a853d",
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"display_name": "FFF GGG",
"abbreviated_display_name": "FFF",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "0c7f5632-c799-423d-94ba-d017ca6bf8cb"
}
],
"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": 1769132440.527361,
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": [
{
"id": "4b363b35-0391-4ad6-b275-5c3b6a13a9e7",
"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": 1769132440.607314,
"deleted_at": null,
"created_at": 1769132440.607314,
"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": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brands": [
{
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132441.203127,
"updated_at": 1769132441.203127,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "0ab45f8a-5183-4002-a00d-817387097d63",
"created_at": 1769132440.725948,
"updated_at": 1769132440.725948,
"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": [
"0ab45f8a-5183-4002-a00d-817387097d63"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "18ee9d2d-b45b-47b7-a112-903ef30578e5"
},
{
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"role": "0c7f5632-c799-423d-94ba-d017ca6bf8cb"
}
],
"type": "user_brands"
}
],
"info": {
"count": 7,
"total": 0
}
}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: ddad192c-981e-48cf-9ef4-d4dbd91af1c7
Response
200Body
{
"code": "OK",
"data": [
{
"type": "user",
"username": null,
"first_name": "AAA",
"last_name": "",
"email": "[email protected]",
"phone_number": null,
"created_at": 1769132441.464571,
"id": "5f7e8e9d-1752-4748-b8f0-734d3d56b785",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1769132441.464589,
"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": "a660c72b-60e0-418f-a9eb-e80ba32f8aec",
"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": "7:40 PM - Thursday Jan 22, 2026",
"push_allowed": true,
"agents": null,
"last_seen_type": null,
"active_brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"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: ddad192c-981e-48cf-9ef4-d4dbd91af1c7
Response
200Body
{
"code": "OK",
"data": [
{
"id": "5ff0039f-12df-4aba-9ced-0873ead36f7e",
"created_at": 1769132444.190507,
"updated_at": null,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"file": {
"id": "c880f3cd-38ce-4d6c-bd96-bcc41c2d5a68",
"created_at": 1769132444.185756,
"updated_at": 1769132444.185756,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "brands/assets/88776270-f7fc-11f0-8c7d-09c4c6e349ce.png",
"name": "logo.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/brands/assets/88776270-f7fc-11f0-8c7d-09c4c6e349ce.png",
"preview_url": "https://test.cloudfront.net/brands/assets/88776270-f7fc-11f0-8c7d-09c4c6e349ce.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 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: ddad192c-981e-48cf-9ef4-d4dbd91af1c7
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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/86ffb690-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/86ffdda0-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Euclid Circular A Medium",
"font-style": "normal",
"font-weight": 500,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870004b0-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870004b1-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Euclid Circular A Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/87002bc0-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/87002bc1-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Euclid Circular A SemiBold",
"font-style": "normal",
"font-weight": 600,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870052d0-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870052d1-f7fc-11f0-8c7d-09c4c6e349ce.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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870079e0-f7fc-11f0-8c7d-09c4c6e349ce.ttf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700a0f0-f7fc-11f0-8c7d-09c4c6e349ce.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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700a0f1-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700c800-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Sainte Colombe Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700c801-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700ef10-f7fc-11f0-8c7d-09c4c6e349ce.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: ddad192c-981e-48cf-9ef4-d4dbd91af1c7- 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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/86ffb690-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/86ffdda0-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Euclid Circular A Medium",
"font-style": "normal",
"font-weight": 500,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870004b0-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870004b1-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Euclid Circular A Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/87002bc0-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/87002bc1-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Euclid Circular A SemiBold",
"font-style": "normal",
"font-weight": 600,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870052d0-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870052d1-f7fc-11f0-8c7d-09c4c6e349ce.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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870079e0-f7fc-11f0-8c7d-09c4c6e349ce.ttf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700a0f0-f7fc-11f0-8c7d-09c4c6e349ce.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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700a0f1-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700c800-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
},
{
"name": "Sainte Colombe Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700c801-f7fc-11f0-8c7d-09c4c6e349ce.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700ef10-f7fc-11f0-8c7d-09c4c6e349ce.woff"
}
]
}
]
}
]
}
}Response
200Body
{
"code": "OK",
"data": {
"id": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"created_at": 1769132440.527361,
"updated_at": 1769132440.527361,
"brand": "ddad192c-981e-48cf-9ef4-d4dbd91af1c7",
"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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/86ffb690-f7fc-11f0-8c7d-09c4c6e349ce.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/86ffdda0-f7fc-11f0-8c7d-09c4c6e349ce.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 300
},
{
"name": "Euclid Circular A Medium",
"files": [
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870004b0-f7fc-11f0-8c7d-09c4c6e349ce.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870004b1-f7fc-11f0-8c7d-09c4c6e349ce.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 500
},
{
"name": "Euclid Circular A Regular",
"files": [
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/87002bc0-f7fc-11f0-8c7d-09c4c6e349ce.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/87002bc1-f7fc-11f0-8c7d-09c4c6e349ce.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 400
},
{
"name": "Euclid Circular A SemiBold",
"files": [
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870052d0-f7fc-11f0-8c7d-09c4c6e349ce.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870052d1-f7fc-11f0-8c7d-09c4c6e349ce.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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/870079e0-f7fc-11f0-8c7d-09c4c6e349ce.ttf",
"format": "truetype"
},
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700a0f0-f7fc-11f0-8c7d-09c4c6e349ce.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/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700a0f1-f7fc-11f0-8c7d-09c4c6e349ce.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700c800-f7fc-11f0-8c7d-09c4c6e349ce.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 300
},
{
"name": "Sainte Colombe Regular",
"files": [
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700c801-f7fc-11f0-8c7d-09c4c6e349ce.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/ddad192c-981e-48cf-9ef4-d4dbd91af1c7/assets/fonts/8700ef10-f7fc-11f0-8c7d-09c4c6e349ce.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"
}
}