API Documentation
Website ¶
Overview
Website endpoints are responsible for manipulating the data for our website builder.
Create a website ¶
Create a websitePOST/websites
Example URI
POST /websites
Request
Body
{
"template": "light",
"title": "Website Title",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"template_instance": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"brand": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}Response
200Body
{
"code": "OK",
"data": {
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872354.685652,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"title": "Website Title",
"template_instance": {
"id": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"created_at": 1778872352.563415,
"html": "SOME HTML",
"file": {
"id": "5ac738b0-67b9-4b83-8bad-5a4426f0800d",
"created_at": 1778872354.615991,
"updated_at": 1778872354.615991,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"name": "image.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"preview_url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"mime": "image/png"
},
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"branch": "http://mock-branch-url",
"updated_at": 1778872352.563415,
"deleted_at": null,
"type": "template_instance"
},
"hostnames": [
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
}Get a website ¶
Get a websiteGET/websites/:id
Example URI
GET /websites/:id
URI Parameters
- id
string(required) Example: 5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1
Response
200Body
{
"code": "OK",
"data": {
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872354.685652,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"title": "Website Title",
"template_instance": {
"id": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"created_at": 1778872352.563415,
"html": "SOME HTML",
"file": {
"id": "5ac738b0-67b9-4b83-8bad-5a4426f0800d",
"created_at": 1778872354.615991,
"updated_at": 1778872354.615991,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"name": "image.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"preview_url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"mime": "image/png"
},
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"branch": "http://mock-branch-url",
"updated_at": 1778872352.563415,
"deleted_at": null,
"type": "template_instance"
},
"hostnames": [
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
}Update a website ¶
Update a websitePUT/websites/:id
Example URI
PUT /websites/:id
URI Parameters
- id
string(required) Example: 5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1
Request
Body
{
"template": "light2",
"title": "Website Title",
"attributes": {
"biography": "Foo bar",
"facebook_url": "https://updated_facebook_url",
"new_attribute": "value"
},
"user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}Response
200Body
{
"code": "OK",
"data": {
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872355.072325,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light2",
"attributes": {
"biography": "Foo bar",
"facebook_url": "https://updated_facebook_url",
"new_attribute": "value"
},
"title": "Website Title",
"template_instance": null,
"hostnames": [
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
}Get all user's websites ¶
Get all user's websitesGET/websites
Example URI
GET /websites
Response
200Body
{
"code": "OK",
"data": [
{
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872354.685652,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"title": "Website Title",
"template_instance": {
"id": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"created_at": 1778872352.563415,
"html": "SOME HTML",
"file": {
"id": "5ac738b0-67b9-4b83-8bad-5a4426f0800d",
"created_at": 1778872354.615991,
"updated_at": 1778872354.615991,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"name": "image.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"preview_url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"mime": "image/png"
},
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"branch": "http://mock-branch-url",
"updated_at": 1778872352.563415,
"deleted_at": null,
"type": "template_instance"
},
"hostnames": [
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
],
"info": {
"count": 1,
"total": 0
}
}Get all brand's websites ¶
Get all brand's websitesGET/brand/:brand/websites
Example URI
GET /brand/:brand/websites
URI Parameters
- brand
string(required) Example: 86fccf14-1e2f-4e85-8c86-d1ad123bef1d
Response
200Body
{
"code": "OK",
"data": [
{
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872354.685652,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"title": "Website Title",
"template_instance": {
"id": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"created_at": 1778872352.563415,
"html": "SOME HTML",
"file": {
"id": "5ac738b0-67b9-4b83-8bad-5a4426f0800d",
"created_at": 1778872354.615991,
"updated_at": 1778872354.615991,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"name": "image.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"preview_url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"mime": "image/png"
},
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"branch": "http://mock-branch-url",
"updated_at": 1778872352.563415,
"deleted_at": null,
"type": "template_instance"
},
"hostnames": [
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
],
"info": {
"count": 1,
"total": 1
}
}Add hostname to a website ¶
Add hostname to a websitePOST/websites/:id/hostnames
Example URI
POST /websites/:id/hostnames
URI Parameters
- id
string(required) Example: 5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1
Request
Body
{
"hostname": "localsite",
"is_default": true,
"website": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1"
}Response
200Body
{
"code": "OK",
"data": {
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872354.685652,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"title": "Website Title",
"template_instance": {
"id": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"created_at": 1778872352.563415,
"html": "SOME HTML",
"file": {
"id": "5ac738b0-67b9-4b83-8bad-5a4426f0800d",
"created_at": 1778872354.615991,
"updated_at": 1778872354.615991,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"name": "image.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"preview_url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"mime": "image/png"
},
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"branch": "http://mock-branch-url",
"updated_at": 1778872352.563415,
"deleted_at": null,
"type": "template_instance"
},
"hostnames": [
"localsite",
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
}Delete hostname from a website ¶
Delete hostname from a websiteDELETE/websites/:id/hostnames?hostname=:hostname
Example URI
DELETE /websites/:id/hostnames?hostname=:hostname
URI Parameters
- id
string(required) Example: 5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1- hostname
string(required) Example: localsite
Response
200Body
{
"code": "OK",
"data": {
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872354.685652,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"title": "Website Title",
"template_instance": {
"id": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"created_at": 1778872352.563415,
"html": "SOME HTML",
"file": {
"id": "5ac738b0-67b9-4b83-8bad-5a4426f0800d",
"created_at": 1778872354.615991,
"updated_at": 1778872354.615991,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"name": "image.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"preview_url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"mime": "image/png"
},
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"branch": "http://mock-branch-url",
"updated_at": 1778872352.563415,
"deleted_at": null,
"type": "template_instance"
},
"hostnames": [
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
}Delete a website ¶
Delete a websiteDELETE/websites/:id
Example URI
DELETE /websites/:id
URI Parameters
- id
string(required) Example: 5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1
Request
Body
{
"user": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}Response
204Find a website by its hostname ¶
Find a website by its hostnameGET/websites/search?hostname=:hostname
Example URI
GET /websites/search?hostname=:hostname
URI Parameters
- hostname
string(required) Example: localsite
Response
200Body
{
"code": "OK",
"data": {
"id": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"type": "website",
"created_at": 1778872354.685214,
"updated_at": 1778872354.685652,
"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": 1778872352.563415,
"user_status": "Active",
"profile_image_thumbnail_url": null,
"cover_image_thumbnail_url": null,
"email_confirmed": true,
"timezone": "America/Chicago",
"user_type": "Agent",
"deleted_at": null,
"phone_confirmed": false,
"is_shadow": false,
"personal_room": null,
"brand": null,
"fake_email": false,
"features": [
"Deals"
],
"last_seen_at": null,
"email_signature": null,
"daily_enabled": true,
"email_quota": 30000,
"website": null,
"instagram": null,
"twitter": null,
"linkedin": null,
"youtube": null,
"facebook": null,
"designation": null,
"tiktok": null,
"mfa_enabled": false,
"xpressdocs_user_id": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"current_time": "2:12 PM - Friday May 15, 2026",
"push_allowed": true,
"agents": [
{
"id": "8581fd04-4ea8-4f80-8b43-36c849cfa69f",
"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": 1778872352.652386,
"deleted_at": null,
"created_at": 1778872352.652386,
"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": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"brand": {
"id": "86fccf14-1e2f-4e85-8c86-d1ad123bef1d",
"created_at": 1778872353.497776,
"updated_at": 1778872353.497776,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"created_at": 1778872353.450491,
"updated_at": 1778872353.450491,
"palette": {
"primary": "red",
"type": "brand_palette"
},
"assets": {
"type": "brand_assets"
},
"messages": {
"type": "brand_messages"
},
"parent": {
"id": "a19f1a55-d07a-4e37-9654-01b9d60c9e7c",
"created_at": 1778872352.809613,
"updated_at": 1778872352.809613,
"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": "Parent Brand",
"deleted_at": null,
"training": false,
"brand_type": "Brokerage",
"parents": [
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"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": [
"1a1f9a6f-72fa-4c6b-88e4-93c85d158799",
"a19f1a55-d07a-4e37-9654-01b9d60c9e7c"
],
"type": "brand",
"hostnames": null,
"member_count": 1,
"base_url": "https://irish.rechat.com"
},
"template": "light",
"attributes": {
"biography": "Foo bar",
"facebook_url": "http://facebook.com/foo"
},
"title": "Website Title",
"template_instance": {
"id": "b101bb37-48e2-4c2a-8cf8-b75ab5751f3f",
"created_at": 1778872352.563415,
"html": "SOME HTML",
"file": {
"id": "5ac738b0-67b9-4b83-8bad-5a4426f0800d",
"created_at": 1778872354.615991,
"updated_at": 1778872354.615991,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"name": "image.png",
"public": true,
"type": "file",
"url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"preview_url": "https://test.cloudfront.net/templates/instances/077aed60-5092-11f1-8248-cf8ab660e2ca.png",
"mime": "image/png"
},
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"branch": "http://mock-branch-url",
"updated_at": 1778872352.563415,
"deleted_at": null,
"type": "template_instance"
},
"hostnames": [
"localsite",
"upbeat-wozniak.rechat.site"
],
"wid": "5dbf94de-b8cd-4e31-93ad-27ed6a9be5a1",
"ord": "1"
}
}