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": "5691bd85-ccb5-4df4-bb07-ec593b096592"
}Response
200Body
{
"code": "OK",
"data": {
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.877184,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"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: 8929cf8b-6bcc-484a-a7a6-242eaf70cb7a
Request
Body
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.877184,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
}Response
200Body
{
"code": "OK",
"data": {
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"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: 8929cf8b-6bcc-484a-a7a6-242eaf70cb7a- q
string(required) Example: User
Response
200Body
{
"code": "OK",
"data": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"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: 8929cf8b-6bcc-484a-a7a6-242eaf70cb7a- q
string(required) Example: User
Response
200Body
{
"code": "OK",
"data": [
{
"id": "b5b58b80-90e1-41e5-8fcb-b30a66dd7e87",
"user": {
"type": "user",
"username": null,
"first_name": "",
"last_name": "",
"email": "[email protected]",
"phone_number": "+14099990002",
"created_at": 1774173330.900821,
"id": "b5b58b80-90e1-41e5-8fcb-b30a66dd7e87",
"address_id": null,
"cover_image_url": null,
"profile_image_url": "https://test.cloudfront.net/b5b58b80-90e1-41e5-8fcb-b30a66dd7e87/4320a270-25d5-11f1-83ca-c9fd0d26db3c.jpg",
"updated_at": 1774173330.981731,
"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": "e521aced-0246-46e1-901f-10db7bbe5895",
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": null,
"last_seen_type": null,
"active_brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"display_name": "+14099990002",
"abbreviated_display_name": "+14099990002",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "3702d61b-7de3-4497-ac3f-c1d8bd38ef06"
}
],
"type": "user_brands"
},
{
"id": "e5c6e63f-fff2-48ad-b83e-050082adbf3b",
"user": {
"type": "user",
"username": null,
"first_name": "",
"last_name": "BBB",
"email": "[email protected]",
"phone_number": "+14099990001",
"created_at": 1774173330.769508,
"id": "e5c6e63f-fff2-48ad-b83e-050082adbf3b",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1774173330.769526,
"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": "15f961a6-87ca-4b1f-8d55-c123df893177",
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": null,
"last_seen_type": null,
"active_brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"display_name": " BBB",
"abbreviated_display_name": "+14099990001",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "3702d61b-7de3-4497-ac3f-c1d8bd38ef06"
}
],
"type": "user_brands"
},
{
"id": "a4299ec6-6b72-4498-ad56-830831831fb9",
"user": {
"type": "user",
"username": null,
"first_name": "AAA",
"last_name": "",
"email": "[email protected]",
"phone_number": null,
"created_at": 1774173330.255488,
"id": "a4299ec6-6b72-4498-ad56-830831831fb9",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1774173330.255505,
"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": "2d387f3f-0688-4f1d-a2eb-69facbd5c0d9",
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": null,
"last_seen_type": null,
"active_brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"display_name": "AAA ",
"abbreviated_display_name": "[email protected]",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "3702d61b-7de3-4497-ac3f-c1d8bd38ef06"
}
],
"type": "user_brands"
},
{
"id": "48657875-465e-404e-b1f9-cda6532827c4",
"user": {
"type": "user",
"username": null,
"first_name": "AAA",
"last_name": "",
"email": "[email protected]",
"phone_number": null,
"created_at": 1774173330.384668,
"id": "48657875-465e-404e-b1f9-cda6532827c4",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1774173330.384686,
"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": "1053ed64-9b06-4ab4-b17e-474614bd3fce",
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": null,
"last_seen_type": null,
"active_brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"display_name": "AAA ",
"abbreviated_display_name": "[email protected]",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "3702d61b-7de3-4497-ac3f-c1d8bd38ef06"
}
],
"type": "user_brands"
},
{
"id": "a3c68b7a-2112-4582-8dee-6c1803acbd05",
"user": {
"type": "user",
"username": null,
"first_name": "DDD",
"last_name": "EEE",
"email": "[email protected]",
"phone_number": "+14099990003",
"created_at": 1774173331.09453,
"id": "a3c68b7a-2112-4582-8dee-6c1803acbd05",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1774173331.094563,
"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": "bd323827-0583-4804-ad67-5757f28d40b0",
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": null,
"last_seen_type": null,
"active_brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"display_name": "DDD EEE",
"abbreviated_display_name": "DDD",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "3702d61b-7de3-4497-ac3f-c1d8bd38ef06"
}
],
"type": "user_brands"
},
{
"id": "559aa63a-e50f-46ec-8e64-c3194525cf7a",
"user": {
"type": "user",
"username": null,
"first_name": "FFF",
"last_name": "GGG",
"email": "[email protected]",
"phone_number": "+14099990004",
"created_at": 1774173331.23083,
"id": "559aa63a-e50f-46ec-8e64-c3194525cf7a",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1774173331.230854,
"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": "5f0c5d89-e187-4605-992a-d5af27898dc9",
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": null,
"last_seen_type": null,
"active_brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"display_name": "FFF GGG",
"abbreviated_display_name": "FFF",
"online_state": "Offline",
"has_password": false
},
"brands": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "3702d61b-7de3-4497-ac3f-c1d8bd38ef06"
}
],
"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": 1774173329.009632,
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ac7f3efd-bff6-445f-9e65-6ab9810a5c28",
"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": 1774173329.103472,
"deleted_at": null,
"created_at": 1774173329.103472,
"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": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brands": [
{
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.877184,
"updated_at": 1774173329.009632,
"palette": {
"type": "brand_palette",
"primary": "red"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "5691bd85-ccb5-4df4-bb07-ec593b096592",
"created_at": 1774173329.272496,
"updated_at": 1774173329.272496,
"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": [
"5691bd85-ccb5-4df4-bb07-ec593b096592"
],
"type": "brand",
"hostnames": null,
"member_count": 7,
"base_url": "https://irish.rechat.com"
}
],
"brand_roles": [
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "a8a7e199-8c8d-46b6-9862-506f7f216670"
},
{
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"role": "3702d61b-7de3-4497-ac3f-c1d8bd38ef06"
}
],
"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: 8929cf8b-6bcc-484a-a7a6-242eaf70cb7a
Response
200Body
{
"code": "OK",
"data": [
{
"type": "user",
"username": null,
"first_name": "AAA",
"last_name": "",
"email": "[email protected]",
"phone_number": null,
"created_at": 1774173330.255488,
"id": "a4299ec6-6b72-4498-ad56-830831831fb9",
"address_id": null,
"cover_image_url": null,
"profile_image_url": null,
"updated_at": 1774173330.255505,
"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": "2d387f3f-0688-4f1d-a2eb-69facbd5c0d9",
"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": "4:55 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": null,
"last_seen_type": null,
"active_brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"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: 8929cf8b-6bcc-484a-a7a6-242eaf70cb7a
Response
200Body
{
"code": "OK",
"data": [
{
"id": "66739d30-0706-48ef-8240-827492bb19c9",
"created_at": 1774173334.060167,
"updated_at": null,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"file": {
"id": "412e8ddd-c789-4543-95f4-c4b0042364da",
"created_at": 1774173334.053699,
"updated_at": 1774173334.053699,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "brands/assets/44f71020-25d5-11f1-83ca-c9fd0d26db3c.png",
"name": "logo.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/brands/assets/44f71020-25d5-11f1-83ca-c9fd0d26db3c.png",
"preview_url": "https://test.cloudfront.net/brands/assets/44f71020-25d5-11f1-83ca-c9fd0d26db3c.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: 8929cf8b-6bcc-484a-a7a6-242eaf70cb7a
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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ea2920-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ea9e50-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Euclid Circular A Medium",
"font-style": "normal",
"font-weight": 500,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eac560-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eaec70-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Euclid Circular A Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eaec71-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb1380-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Euclid Circular A SemiBold",
"font-style": "normal",
"font-weight": 600,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb3a90-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb3a91-25d5-11f1-83ca-c9fd0d26db3c.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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb61a0-25d5-11f1-83ca-c9fd0d26db3c.ttf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb88b0-25d5-11f1-83ca-c9fd0d26db3c.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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb88b1-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebafc0-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Sainte Colombe Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebd6d0-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebd6d1-25d5-11f1-83ca-c9fd0d26db3c.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: 8929cf8b-6bcc-484a-a7a6-242eaf70cb7a- 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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ea2920-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ea9e50-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Euclid Circular A Medium",
"font-style": "normal",
"font-weight": 500,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eac560-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eaec70-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Euclid Circular A Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eaec71-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb1380-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Euclid Circular A SemiBold",
"font-style": "normal",
"font-weight": 600,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb3a90-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb3a91-25d5-11f1-83ca-c9fd0d26db3c.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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb61a0-25d5-11f1-83ca-c9fd0d26db3c.ttf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb88b0-25d5-11f1-83ca-c9fd0d26db3c.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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb88b1-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebafc0-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
},
{
"name": "Sainte Colombe Regular",
"font-style": "normal",
"font-weight": 400,
"files": [
{
"format": "opentype",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebd6d0-25d5-11f1-83ca-c9fd0d26db3c.otf"
},
{
"format": "woff",
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebd6d1-25d5-11f1-83ca-c9fd0d26db3c.woff"
}
]
}
]
}
]
}
}Response
200Body
{
"code": "OK",
"data": {
"id": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"created_at": 1774173329.009632,
"updated_at": 1774173329.009632,
"brand": "8929cf8b-6bcc-484a-a7a6-242eaf70cb7a",
"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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ea2920-25d5-11f1-83ca-c9fd0d26db3c.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ea9e50-25d5-11f1-83ca-c9fd0d26db3c.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 300
},
{
"name": "Euclid Circular A Medium",
"files": [
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eac560-25d5-11f1-83ca-c9fd0d26db3c.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eaec70-25d5-11f1-83ca-c9fd0d26db3c.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 500
},
{
"name": "Euclid Circular A Regular",
"files": [
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eaec71-25d5-11f1-83ca-c9fd0d26db3c.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb1380-25d5-11f1-83ca-c9fd0d26db3c.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 400
},
{
"name": "Euclid Circular A SemiBold",
"files": [
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb3a90-25d5-11f1-83ca-c9fd0d26db3c.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb3a91-25d5-11f1-83ca-c9fd0d26db3c.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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb61a0-25d5-11f1-83ca-c9fd0d26db3c.ttf",
"format": "truetype"
},
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb88b0-25d5-11f1-83ca-c9fd0d26db3c.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/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42eb88b1-25d5-11f1-83ca-c9fd0d26db3c.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebafc0-25d5-11f1-83ca-c9fd0d26db3c.woff",
"format": "woff"
}
],
"font-style": "normal",
"font-weight": 300
},
{
"name": "Sainte Colombe Regular",
"files": [
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebd6d0-25d5-11f1-83ca-c9fd0d26db3c.otf",
"format": "opentype"
},
{
"url": "https://test.cloudfront.net/brands/8929cf8b-6bcc-484a-a7a6-242eaf70cb7a/assets/fonts/42ebd6d1-25d5-11f1-83ca-c9fd0d26db3c.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"
}
}