API Documentation
Envelope ¶
Overview
All the above helps us to generate a PDF File. But the PDF files are legal documents. And therefore, must be signed. Rechat helps brokers to collect necessary signatures for a generated PDF File.
In order to do this, Rechat connects to a third party service called Docusign.
Docusign is a well-known service that allows anyone to collect signatures for legal documents. Most brokers already have Docusign accounts.
Therefore, in order for Rechat to be able to do anything in this section, the user would have to authenticate with his Docusign credentials.
An Envelope is a collection of PDF Files which have been sent to be signed.
So an envelope has the following attributes:
-
title(String) The title of the envelope which will appear in recipients’ email subject -
status(Enum) Which can be:Sent,Delivered,Completed,Declined,Voided -
recipients(Array) An array ofEnvelopeRecipient, each one including information about a recipient and his signature -
documents(Array) An array ofEnvelopeDocument, each one including information about a document that we’ve tried to collect signatures fo
Authentication
Any of the endpoints in below might return HTTP 412. That would mean we do not have authentication for this user
on Docusign or the Tokens we have for this user have been expired.
As a result of this, the authentication process described below must be restarted. If successful, the original action must be tried again.
The process of authenticating a user is as follows:
-
User’s browser will be opened to
/users/self/docusign/auth -
User’s browser will be redirected to Docusign
-
User logs in and authorizes Rechat
-
User’s browser will be redirected back to Rechat
-
Control is given back to client (either using Browser’s
postMessagemechanism or redirecting him torechat://on phones) -
Client tries again the initial action
Create a new Envelope without authentication ¶
Create a new Envelope without authenticationPOST/envelopes
In this example user has no Docusign authentication. Therefore will receicve a 412 error.
Example URI
Body
{
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"title": "This envelope is sent automatically from our test suite",
"documents": [
{
"revision": null,
"task": "35b0f8c1-ba56-413d-8aa7-e7c606775e6e"
}
],
"recipients": [
{
"role": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"envelope_recipient_type": "Signer"
},
{
"role": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"envelope_recipient_type": "CarbonCopy"
}
],
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}412Body
{
"trace": true,
"http": 412,
"message": "Invalid docusign authorization",
"code": "DocusignAuthenticationRequired",
"slack": false
}Start authentication ¶
Create Envelope ¶
Create EnvelopePOST/envelopes
Example URI
Body
{
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"title": "This envelope is sent automatically from our test suite",
"documents": [
{
"revision": null,
"task": "35b0f8c1-ba56-413d-8aa7-e7c606775e6e"
}
],
"recipients": [
{
"role": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"envelope_recipient_type": "Signer"
},
{
"role": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"envelope_recipient_type": "CarbonCopy"
},
{
"role": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"envelope_recipient_type": "Signer"
},
{
"role": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"envelope_recipient_type": "CarbonCopy"
}
],
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}200Body
{
"code": "OK",
"data": {
"id": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"created_at": 1774173450.22409,
"updated_at": 1774173451.470113,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
"status": "Sent",
"title": "This envelope is sent automatically from our test suite",
"webhook_token": "8a35d55e-25d5-11f1-93fb-7201c7f492dc",
"auto_notify": true,
"owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"type": "envelope",
"recipients": [
{
"id": "66547be0-af81-423f-9f94-45570b51fd31",
"created_at": 1774173450.23431,
"updated_at": 1774173450.23431,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
},
{
"id": "767ac03d-9aed-4f0f-8f65-23e32862b774",
"created_at": 1774173450.235569,
"updated_at": 1774173450.235569,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "12372d22-0be3-4465-a8cd-999c3fa702f1",
"created_at": 1774173450.236242,
"updated_at": 1774173450.236242,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "d369226b-47a2-4e21-b6e8-671e3864f745",
"created_at": 1774173450.236998,
"updated_at": 1774173450.236998,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
}
],
"documents": [
{
"id": "d7709b6e-1977-40eb-a1dc-088d53f71a5e",
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"title": "Addendum for Back-Up Contract.pdf",
"document_id": 1,
"submission_revision": "fbfeabe4-b6c8-44b4-b36a-2536f5ef70b5",
"file": null,
"task": "35b0f8c1-ba56-413d-8aa7-e7c606775e6e",
"submission": "66e1e342-19a6-4e2a-b0a9-a2d2b7f20374",
"type": "envelope_document",
"pdf": {
"id": "aca1e01f-d8a6-4459-9978-942d6709e8ed",
"created_at": 1774173451.504047,
"updated_at": 1774173451.504047,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf",
"name": "Addendum for Back-Up Contract.pdf.pdf",
"public": false,
"type": "file",
"url": "https://private-cdn.irish.rechat.com/a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf?Expires=1774259851508&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=KeBWEHeMlko6QOqGtC-wR5E4VsWFeMmoZ8O5nIta8lcHs7s5vANUTVPJV9KAQBJBSRet7nNdgHqP5z~BGSP98wHBFYXv5AKERTxMQuzVfSkqjw6VBU-1PweaGOaTkFK0u4DQbqTqSVom3St64m2azHiUoiCgUOrYX-NzM2I1IsTdH6AQmNMXpy8ckKpGdENivFNSKhapuX1NFw51-qodUV2LsF6g9PjYVCCN~an8GHf8wQ9HRzI9xSnD1QFSMY2ns3X3abavqAnYampAzCPgTxN3~QFLFY9NbgIiJe4f0W9M4SBW10Yd9g6WSKD-ozCG4SaUmv2dEUz-7NClZdzyIA__",
"preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
"mime": "application/pdf"
}
}
]
}
}Get Envelope ¶
Get EnvelopeGET/envelopes/:id
Example URI
- id
string(required) Example: abbc391e-b8a0-4a83-af13-8d261f3f907b
200Body
{
"code": "OK",
"data": {
"id": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"created_at": 1774173450.22409,
"updated_at": 1774173451.470113,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
"status": "Sent",
"title": "This envelope is sent automatically from our test suite",
"webhook_token": "8a35d55e-25d5-11f1-93fb-7201c7f492dc",
"auto_notify": true,
"owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"type": "envelope",
"recipients": [
{
"id": "66547be0-af81-423f-9f94-45570b51fd31",
"created_at": 1774173450.23431,
"updated_at": 1774173450.23431,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
},
{
"id": "767ac03d-9aed-4f0f-8f65-23e32862b774",
"created_at": 1774173450.235569,
"updated_at": 1774173450.235569,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "12372d22-0be3-4465-a8cd-999c3fa702f1",
"created_at": 1774173450.236242,
"updated_at": 1774173450.236242,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "d369226b-47a2-4e21-b6e8-671e3864f745",
"created_at": 1774173450.236998,
"updated_at": 1774173450.236998,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
}
],
"documents": [
{
"id": "d7709b6e-1977-40eb-a1dc-088d53f71a5e",
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"title": "Addendum for Back-Up Contract.pdf",
"document_id": 1,
"submission_revision": "fbfeabe4-b6c8-44b4-b36a-2536f5ef70b5",
"file": null,
"task": "35b0f8c1-ba56-413d-8aa7-e7c606775e6e",
"submission": "66e1e342-19a6-4e2a-b0a9-a2d2b7f20374",
"type": "envelope_document",
"pdf": {
"id": "aca1e01f-d8a6-4459-9978-942d6709e8ed",
"created_at": 1774173451.504047,
"updated_at": 1774173451.504047,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf",
"name": "Addendum for Back-Up Contract.pdf.pdf",
"public": false,
"type": "file",
"url": "https://private-cdn.irish.rechat.com/a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf?Expires=1774259851508&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=KeBWEHeMlko6QOqGtC-wR5E4VsWFeMmoZ8O5nIta8lcHs7s5vANUTVPJV9KAQBJBSRet7nNdgHqP5z~BGSP98wHBFYXv5AKERTxMQuzVfSkqjw6VBU-1PweaGOaTkFK0u4DQbqTqSVom3St64m2azHiUoiCgUOrYX-NzM2I1IsTdH6AQmNMXpy8ckKpGdENivFNSKhapuX1NFw51-qodUV2LsF6g9PjYVCCN~an8GHf8wQ9HRzI9xSnD1QFSMY2ns3X3abavqAnYampAzCPgTxN3~QFLFY9NbgIiJe4f0W9M4SBW10Yd9g6WSKD-ozCG4SaUmv2dEUz-7NClZdzyIA__",
"preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
"mime": "application/pdf"
}
}
]
}
}Get Envelopes of a deal ¶
Get Envelopes of a dealGET/deals/:deal/envelopes
Example URI
- deal
string(required) Example: a9f01de5-3374-4b65-b7dd-dc912631a541
200Body
{
"code": "OK",
"data": [
{
"id": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"created_at": 1774173450.22409,
"updated_at": 1774173451.470113,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
"status": "Sent",
"title": "This envelope is sent automatically from our test suite",
"webhook_token": "8a35d55e-25d5-11f1-93fb-7201c7f492dc",
"auto_notify": true,
"owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"type": "envelope",
"recipients": [
{
"id": "66547be0-af81-423f-9f94-45570b51fd31",
"created_at": 1774173450.23431,
"updated_at": 1774173450.23431,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
},
{
"id": "767ac03d-9aed-4f0f-8f65-23e32862b774",
"created_at": 1774173450.235569,
"updated_at": 1774173450.235569,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "12372d22-0be3-4465-a8cd-999c3fa702f1",
"created_at": 1774173450.236242,
"updated_at": 1774173450.236242,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "d369226b-47a2-4e21-b6e8-671e3864f745",
"created_at": 1774173450.236998,
"updated_at": 1774173450.236998,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
}
],
"documents": [
{
"id": "d7709b6e-1977-40eb-a1dc-088d53f71a5e",
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"title": "Addendum for Back-Up Contract.pdf",
"document_id": 1,
"submission_revision": "fbfeabe4-b6c8-44b4-b36a-2536f5ef70b5",
"file": null,
"task": "35b0f8c1-ba56-413d-8aa7-e7c606775e6e",
"submission": "66e1e342-19a6-4e2a-b0a9-a2d2b7f20374",
"type": "envelope_document",
"pdf": {
"id": "aca1e01f-d8a6-4459-9978-942d6709e8ed",
"created_at": 1774173451.504047,
"updated_at": 1774173451.504047,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf",
"name": "Addendum for Back-Up Contract.pdf.pdf",
"public": false,
"type": "file",
"url": "https://private-cdn.irish.rechat.com/a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf?Expires=1774259851508&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=KeBWEHeMlko6QOqGtC-wR5E4VsWFeMmoZ8O5nIta8lcHs7s5vANUTVPJV9KAQBJBSRet7nNdgHqP5z~BGSP98wHBFYXv5AKERTxMQuzVfSkqjw6VBU-1PweaGOaTkFK0u4DQbqTqSVom3St64m2azHiUoiCgUOrYX-NzM2I1IsTdH6AQmNMXpy8ckKpGdENivFNSKhapuX1NFw51-qodUV2LsF6g9PjYVCCN~an8GHf8wQ9HRzI9xSnD1QFSMY2ns3X3abavqAnYampAzCPgTxN3~QFLFY9NbgIiJe4f0W9M4SBW10Yd9g6WSKD-ozCG4SaUmv2dEUz-7NClZdzyIA__",
"preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
"mime": "application/pdf"
}
}
]
}
],
"info": {
"count": 1,
"total": 0
}
}Sign an Envelope ¶
Sign an EnvelopeGET/envelopes/:id:/sign/:recipient
If the current user is among envelope.recipients, it means he should be able to sign it as well.
The process of signing is as follows:
-
User’s browser will be opened to
/envelopes/:id/sign/:recipient -
User’s browser will be redirected to a page on Docusign where he can sign the document
-
User’s browser will be sent back to Rechat
-
Rechat updates the Envelope information
-
Control is given back to client (either using Browser’s
postMessagemechanism or redirecting him torechat://on phones) -
Client updates the envelope information
Example URI
Void an Envelope ¶
Void an EnvelopePATCH/envelopes/:id:/status
If for any reason (for example presence of an error in the legal documents) the agent decides that the envelope must not be legally binded, he can Void (Cancel) it.
If any of the recipients Voids the contract, that means he refuses to sign it. The envelope in question and all of its documents will not be legally binded and nobody can sign it anymore.
Example URI
- id
string(required) Example: abbc391e-b8a0-4a83-af13-8d261f3f907b
Body
{
"status": "Voided"
}200Body
{
"code": "OK",
"data": {
"id": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"created_at": 1774173450.22409,
"updated_at": 1774173452.151364,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
"status": "Voided",
"title": "This envelope is sent automatically from our test suite",
"webhook_token": "8a35d55e-25d5-11f1-93fb-7201c7f492dc",
"auto_notify": true,
"owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"type": "envelope",
"recipients": [
{
"id": "66547be0-af81-423f-9f94-45570b51fd31",
"created_at": 1774173450.23431,
"updated_at": 1774173450.23431,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
},
{
"id": "767ac03d-9aed-4f0f-8f65-23e32862b774",
"created_at": 1774173450.235569,
"updated_at": 1774173450.235569,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "12372d22-0be3-4465-a8cd-999c3fa702f1",
"created_at": 1774173450.236242,
"updated_at": 1774173450.236242,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "8e043f6f-caa5-4841-9aa3-dd807400f1dd",
"created_at": 1774173449.659792,
"updated_at": 1774173449.659792,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "BuyerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": null,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Wile",
"legal_middle_name": "E.",
"legal_last_name": "Coyote",
"company_title": "ACME",
"commission_percentage": 3,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": {
"city": "Los Angeles",
"full": "11687 Bellagio Rd, Los Angeles CA 90049",
"name": "Bellagio",
"type": "stdaddr",
"line1": "11687 Bellagio Rd",
"line2": "Los Angeles CA 90049",
"state": "CA",
"country": "USA",
"suftype": "Rd",
"postcode": "90049",
"house_num": "11687"
},
"searchable": "'acm':1 'coyot':4 'e':3 '[email protected]':5 'wile':2",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Wile E. Coyote"
},
"order": 1,
"envelope_recipient_type": "Signer",
"type": "envelope_recipient"
},
{
"id": "d369226b-47a2-4e21-b6e8-671e3864f745",
"created_at": 1774173450.236998,
"updated_at": 1774173450.236998,
"signed_at": null,
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"status": "Created",
"role": {
"id": "01621e0e-c3e0-4271-8ffc-6efd421f60d2",
"created_at": 1774173449.66221,
"updated_at": 1774173449.66221,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"role": "SellerAgent",
"deal": "a9f01de5-3374-4b65-b7dd-dc912631a541",
"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": 1774173447.99686,
"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:57 AM - Sunday Mar 22, 2026",
"push_allowed": false,
"agents": [
{
"id": "ef9e703e-ccf9-49f4-b1ef-fb45b8733cd0",
"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": 1774173448.133704,
"deleted_at": null,
"created_at": 1774173448.133704,
"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": "397c5d42-21a5-428f-b15a-c1831f438b5d",
"display_name": "Unit Test",
"abbreviated_display_name": "Unit",
"online_state": "Offline",
"has_password": true
},
"commission_dollar": 20000,
"brokerwolf_id": null,
"brokerwolf_row_version": null,
"legal_prefix": null,
"legal_first_name": "Imaginary",
"legal_middle_name": null,
"legal_last_name": "Agent",
"company_title": null,
"commission_percentage": null,
"email": "[email protected]",
"phone_number": null,
"checklist": null,
"role_type": "Person",
"agent": null,
"old_current_address": null,
"old_future_address": null,
"office_name": null,
"office_email": null,
"office_phone": null,
"office_fax": null,
"office_license_number": null,
"office_mls_id": null,
"office_address": null,
"searchable": "'agent':2 'imaginari':1 '[email protected]':3",
"current_address": null,
"future_address": null,
"type": "deal_role",
"mlsid": null,
"legal_full_name": "Imaginary Agent"
},
"order": 1,
"envelope_recipient_type": "CarbonCopy",
"type": "envelope_recipient"
}
],
"documents": [
{
"id": "d7709b6e-1977-40eb-a1dc-088d53f71a5e",
"envelope": "abbc391e-b8a0-4a83-af13-8d261f3f907b",
"title": "Addendum for Back-Up Contract.pdf",
"document_id": 1,
"submission_revision": "fbfeabe4-b6c8-44b4-b36a-2536f5ef70b5",
"file": null,
"task": "35b0f8c1-ba56-413d-8aa7-e7c606775e6e",
"submission": "66e1e342-19a6-4e2a-b0a9-a2d2b7f20374",
"type": "envelope_document",
"pdf": {
"id": "aca1e01f-d8a6-4459-9978-942d6709e8ed",
"created_at": 1774173451.504047,
"updated_at": 1774173451.504047,
"deleted_at": null,
"created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
"path": "a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf",
"name": "Addendum for Back-Up Contract.pdf.pdf",
"public": false,
"type": "file",
"url": "https://private-cdn.irish.rechat.com/a9f01de5-3374-4b65-b7dd-dc912631a541/8af85bb0-25d5-11f1-83ca-c9fd0d26db3c.pdf?Expires=1774259851508&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=KeBWEHeMlko6QOqGtC-wR5E4VsWFeMmoZ8O5nIta8lcHs7s5vANUTVPJV9KAQBJBSRet7nNdgHqP5z~BGSP98wHBFYXv5AKERTxMQuzVfSkqjw6VBU-1PweaGOaTkFK0u4DQbqTqSVom3St64m2azHiUoiCgUOrYX-NzM2I1IsTdH6AQmNMXpy8ckKpGdENivFNSKhapuX1NFw51-qodUV2LsF6g9PjYVCCN~an8GHf8wQ9HRzI9xSnD1QFSMY2ns3X3abavqAnYampAzCPgTxN3~QFLFY9NbgIiJe4f0W9M4SBW10Yd9g6WSKD-ozCG4SaUmv2dEUz-7NClZdzyIA__",
"preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
"mime": "application/pdf"
}
}
]
}
}