Back to top

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 of EnvelopeRecipient, each one including information about a recipient and his signature

  • documents (Array) An array of EnvelopeDocument, 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:

  1. User’s browser will be opened to /users/self/docusign/auth

  2. User’s browser will be redirected to Docusign

  3. User logs in and authorizes Rechat

  4. User’s browser will be redirected back to Rechat

  5. Control is given back to client (either using Browser’s postMessage mechanism or redirecting him to rechat:// on phones)

  6. Client tries again the initial action

Create a new Envelope without authentication

Create a new Envelope without authentication
POST/envelopes

In this example user has no Docusign authentication. Therefore will receicve a 412 error.

Example URI

POST /envelopes
Request
HideShow
Body
{
  "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
  "title": "This envelope is sent automatically from our test suite",
  "documents": [
    {
      "revision": null,
      "task": "6e2a8adc-537c-4d34-b330-8503d53797f2"
    }
  ],
  "recipients": [
    {
      "role": "8707ad97-b25b-492e-8edf-a04e4bf62242",
      "envelope_recipient_type": "Signer"
    },
    {
      "role": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
      "envelope_recipient_type": "CarbonCopy"
    }
  ],
  "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
  "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}
Response  412
HideShow
Body
{
  "trace": true,
  "http": 412,
  "message": "Invalid docusign authorization",
  "code": "DocusignAuthenticationRequired",
  "slack": false
}

Start authentication

Start authentication
GET/users/self/docusign/auth

Example URI

GET /users/self/docusign/auth

Create Envelope

Create Envelope
POST/envelopes

Example URI

POST /envelopes
Request
HideShow
Body
{
  "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
  "title": "This envelope is sent automatically from our test suite",
  "documents": [
    {
      "revision": null,
      "task": "6e2a8adc-537c-4d34-b330-8503d53797f2"
    }
  ],
  "recipients": [
    {
      "role": "8707ad97-b25b-492e-8edf-a04e4bf62242",
      "envelope_recipient_type": "Signer"
    },
    {
      "role": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
      "envelope_recipient_type": "CarbonCopy"
    },
    {
      "role": "8707ad97-b25b-492e-8edf-a04e4bf62242",
      "envelope_recipient_type": "Signer"
    },
    {
      "role": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
      "envelope_recipient_type": "CarbonCopy"
    }
  ],
  "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
  "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
    "created_at": 1778872170.22888,
    "updated_at": 1778872171.369058,
    "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
    "docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
    "status": "Sent",
    "title": "This envelope is sent automatically from our test suite",
    "webhook_token": "9994000c-5091-11f1-9f3b-a6e2379790b9",
    "auto_notify": true,
    "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "type": "envelope",
    "recipients": [
      {
        "id": "2a9e5e49-5fe3-4aeb-84ba-d386516d3bd4",
        "created_at": 1778872170.238548,
        "updated_at": 1778872170.238548,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
          "created_at": 1778872169.70044,
          "updated_at": 1778872169.70044,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "BuyerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "a065ca7f-27fe-4913-8eb1-97a77e00b6bc",
        "created_at": 1778872170.240007,
        "updated_at": 1778872170.240007,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
          "created_at": 1778872169.703179,
          "updated_at": 1778872169.703179,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "SellerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "4e74813a-f57d-41eb-9a9b-d5adcaac0702",
        "created_at": 1778872170.240668,
        "updated_at": 1778872170.240668,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
          "created_at": 1778872169.70044,
          "updated_at": 1778872169.70044,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "BuyerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "231b14a8-e028-408b-9174-672346b2c7d1",
        "created_at": 1778872170.241312,
        "updated_at": 1778872170.241312,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
          "created_at": 1778872169.703179,
          "updated_at": 1778872169.703179,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "SellerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "624f0a9c-633c-42d4-b2c0-28f39e34b5ba",
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "title": "Addendum for Back-Up Contract.pdf",
        "document_id": 1,
        "submission_revision": "3c3b596a-f3d3-439d-b0c9-ee9b3e55aa9a",
        "file": null,
        "task": "6e2a8adc-537c-4d34-b330-8503d53797f2",
        "submission": "83d2748c-ad40-4f2f-9c4d-0511a5a18416",
        "type": "envelope_document",
        "pdf": {
          "id": "11c227cc-9209-497b-8a97-a228ba9a6686",
          "created_at": 1778872171.402544,
          "updated_at": 1778872171.402544,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "path": "7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf",
          "name": "Addendum for Back-Up Contract.pdf.pdf",
          "public": false,
          "type": "file",
          "url": "https://private-cdn.irish.rechat.com/7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf?Expires=1778958571406&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=OWMiznI1qMyO8kSximlQrKv0stNICVQE8nTTcbX-MLQC8UAGqdJBN-OZCUlifjb2plAwiGS1iCpMVUxs98bcn7hh7XPJ7G4iQhSe094jj8~p~X0Q2uGSAU1de~LoOMZJ1Sg~6n0e5N0MkeqhTzWXW6wtSwwvl2MQLUisi05obkJakYTP-OkZ7P7R64QNr53X7DyrTJc2asF0Cbye94bhRqr~FKqgjLTwutQ-MelFpphjowHViHPOSMcXIWc2~vMyCQzu7ZMzAPUUzF~~D6ZKA63hVVrDsLJW89H3T1UBEBtToUDlERdj8pvKP-gBCIcjjn16ifQFmPUSf9-GkAz3HQ__",
          "preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
          "mime": "application/pdf"
        }
      }
    ]
  }
}

Get Envelope

Get Envelope
GET/envelopes/:id

Example URI

GET /envelopes/:id
URI Parameters
HideShow
id
string (required) Example: e4303c49-3efc-486f-b40b-b6aa89d6338e
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
    "created_at": 1778872170.22888,
    "updated_at": 1778872171.369058,
    "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
    "docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
    "status": "Sent",
    "title": "This envelope is sent automatically from our test suite",
    "webhook_token": "9994000c-5091-11f1-9f3b-a6e2379790b9",
    "auto_notify": true,
    "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "type": "envelope",
    "recipients": [
      {
        "id": "2a9e5e49-5fe3-4aeb-84ba-d386516d3bd4",
        "created_at": 1778872170.238548,
        "updated_at": 1778872170.238548,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
          "created_at": 1778872169.70044,
          "updated_at": 1778872169.70044,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "BuyerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "a065ca7f-27fe-4913-8eb1-97a77e00b6bc",
        "created_at": 1778872170.240007,
        "updated_at": 1778872170.240007,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
          "created_at": 1778872169.703179,
          "updated_at": 1778872169.703179,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "SellerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "4e74813a-f57d-41eb-9a9b-d5adcaac0702",
        "created_at": 1778872170.240668,
        "updated_at": 1778872170.240668,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
          "created_at": 1778872169.70044,
          "updated_at": 1778872169.70044,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "BuyerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "231b14a8-e028-408b-9174-672346b2c7d1",
        "created_at": 1778872170.241312,
        "updated_at": 1778872170.241312,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
          "created_at": 1778872169.703179,
          "updated_at": 1778872169.703179,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "SellerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "624f0a9c-633c-42d4-b2c0-28f39e34b5ba",
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "title": "Addendum for Back-Up Contract.pdf",
        "document_id": 1,
        "submission_revision": "3c3b596a-f3d3-439d-b0c9-ee9b3e55aa9a",
        "file": null,
        "task": "6e2a8adc-537c-4d34-b330-8503d53797f2",
        "submission": "83d2748c-ad40-4f2f-9c4d-0511a5a18416",
        "type": "envelope_document",
        "pdf": {
          "id": "11c227cc-9209-497b-8a97-a228ba9a6686",
          "created_at": 1778872171.402544,
          "updated_at": 1778872171.402544,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "path": "7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf",
          "name": "Addendum for Back-Up Contract.pdf.pdf",
          "public": false,
          "type": "file",
          "url": "https://private-cdn.irish.rechat.com/7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf?Expires=1778958571406&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=OWMiznI1qMyO8kSximlQrKv0stNICVQE8nTTcbX-MLQC8UAGqdJBN-OZCUlifjb2plAwiGS1iCpMVUxs98bcn7hh7XPJ7G4iQhSe094jj8~p~X0Q2uGSAU1de~LoOMZJ1Sg~6n0e5N0MkeqhTzWXW6wtSwwvl2MQLUisi05obkJakYTP-OkZ7P7R64QNr53X7DyrTJc2asF0Cbye94bhRqr~FKqgjLTwutQ-MelFpphjowHViHPOSMcXIWc2~vMyCQzu7ZMzAPUUzF~~D6ZKA63hVVrDsLJW89H3T1UBEBtToUDlERdj8pvKP-gBCIcjjn16ifQFmPUSf9-GkAz3HQ__",
          "preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
          "mime": "application/pdf"
        }
      }
    ]
  }
}

Get Envelopes of a deal

Get Envelopes of a deal
GET/deals/:deal/envelopes

Example URI

GET /deals/:deal/envelopes
URI Parameters
HideShow
deal
string (required) Example: 7a149c76-64d8-433c-94df-965ef47fd9d6
Response  200
HideShow
Body
{
  "code": "OK",
  "data": [
    {
      "id": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
      "created_at": 1778872170.22888,
      "updated_at": 1778872171.369058,
      "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
      "docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
      "status": "Sent",
      "title": "This envelope is sent automatically from our test suite",
      "webhook_token": "9994000c-5091-11f1-9f3b-a6e2379790b9",
      "auto_notify": true,
      "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
      "type": "envelope",
      "recipients": [
        {
          "id": "2a9e5e49-5fe3-4aeb-84ba-d386516d3bd4",
          "created_at": 1778872170.238548,
          "updated_at": 1778872170.238548,
          "signed_at": null,
          "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
          "status": "Created",
          "role": {
            "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
            "created_at": 1778872169.70044,
            "updated_at": 1778872169.70044,
            "deleted_at": null,
            "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
            "role": "BuyerAgent",
            "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
            "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": 1778872168.095647,
              "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:09 PM - Friday May 15, 2026",
              "push_allowed": true,
              "agents": [
                {
                  "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                  "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": 1778872168.23698,
                  "deleted_at": null,
                  "created_at": 1778872168.236981,
                  "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
              "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": "a065ca7f-27fe-4913-8eb1-97a77e00b6bc",
          "created_at": 1778872170.240007,
          "updated_at": 1778872170.240007,
          "signed_at": null,
          "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
          "status": "Created",
          "role": {
            "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
            "created_at": 1778872169.703179,
            "updated_at": 1778872169.703179,
            "deleted_at": null,
            "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
            "role": "SellerAgent",
            "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
            "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": 1778872168.095647,
              "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:09 PM - Friday May 15, 2026",
              "push_allowed": true,
              "agents": [
                {
                  "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                  "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": 1778872168.23698,
                  "deleted_at": null,
                  "created_at": 1778872168.236981,
                  "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
              "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": "4e74813a-f57d-41eb-9a9b-d5adcaac0702",
          "created_at": 1778872170.240668,
          "updated_at": 1778872170.240668,
          "signed_at": null,
          "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
          "status": "Created",
          "role": {
            "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
            "created_at": 1778872169.70044,
            "updated_at": 1778872169.70044,
            "deleted_at": null,
            "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
            "role": "BuyerAgent",
            "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
            "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": 1778872168.095647,
              "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:09 PM - Friday May 15, 2026",
              "push_allowed": true,
              "agents": [
                {
                  "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                  "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": 1778872168.23698,
                  "deleted_at": null,
                  "created_at": 1778872168.236981,
                  "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
              "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": "231b14a8-e028-408b-9174-672346b2c7d1",
          "created_at": 1778872170.241312,
          "updated_at": 1778872170.241312,
          "signed_at": null,
          "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
          "status": "Created",
          "role": {
            "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
            "created_at": 1778872169.703179,
            "updated_at": 1778872169.703179,
            "deleted_at": null,
            "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
            "role": "SellerAgent",
            "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
            "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": 1778872168.095647,
              "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:09 PM - Friday May 15, 2026",
              "push_allowed": true,
              "agents": [
                {
                  "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                  "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": 1778872168.23698,
                  "deleted_at": null,
                  "created_at": 1778872168.236981,
                  "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
              "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": "624f0a9c-633c-42d4-b2c0-28f39e34b5ba",
          "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
          "title": "Addendum for Back-Up Contract.pdf",
          "document_id": 1,
          "submission_revision": "3c3b596a-f3d3-439d-b0c9-ee9b3e55aa9a",
          "file": null,
          "task": "6e2a8adc-537c-4d34-b330-8503d53797f2",
          "submission": "83d2748c-ad40-4f2f-9c4d-0511a5a18416",
          "type": "envelope_document",
          "pdf": {
            "id": "11c227cc-9209-497b-8a97-a228ba9a6686",
            "created_at": 1778872171.402544,
            "updated_at": 1778872171.402544,
            "deleted_at": null,
            "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
            "path": "7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf",
            "name": "Addendum for Back-Up Contract.pdf.pdf",
            "public": false,
            "type": "file",
            "url": "https://private-cdn.irish.rechat.com/7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf?Expires=1778958571406&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=OWMiznI1qMyO8kSximlQrKv0stNICVQE8nTTcbX-MLQC8UAGqdJBN-OZCUlifjb2plAwiGS1iCpMVUxs98bcn7hh7XPJ7G4iQhSe094jj8~p~X0Q2uGSAU1de~LoOMZJ1Sg~6n0e5N0MkeqhTzWXW6wtSwwvl2MQLUisi05obkJakYTP-OkZ7P7R64QNr53X7DyrTJc2asF0Cbye94bhRqr~FKqgjLTwutQ-MelFpphjowHViHPOSMcXIWc2~vMyCQzu7ZMzAPUUzF~~D6ZKA63hVVrDsLJW89H3T1UBEBtToUDlERdj8pvKP-gBCIcjjn16ifQFmPUSf9-GkAz3HQ__",
            "preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
            "mime": "application/pdf"
          }
        }
      ]
    }
  ],
  "info": {
    "count": 1,
    "total": 0
  }
}

Sign an Envelope

Sign an Envelope
GET/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:

  1. User’s browser will be opened to /envelopes/:id/sign/:recipient

  2. User’s browser will be redirected to a page on Docusign where he can sign the document

  3. User’s browser will be sent back to Rechat

  4. Rechat updates the Envelope information

  5. Control is given back to client (either using Browser’s postMessage mechanism or redirecting him to rechat:// on phones)

  6. Client updates the envelope information

Example URI

GET /envelopes/:id:/sign/:recipient

Void an Envelope

Void an Envelope
PATCH/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

PATCH /envelopes/:id:/status
URI Parameters
HideShow
id
string (required) Example: e4303c49-3efc-486f-b40b-b6aa89d6338e
Request
HideShow
Body
{
  "status": "Voided"
}
Response  200
HideShow
Body
{
  "code": "OK",
  "data": {
    "id": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
    "created_at": 1778872170.22888,
    "updated_at": 1778872172.032053,
    "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
    "docusign_id": "0bd9ee91-0146-4268-8230-f8f4094935b5",
    "status": "Voided",
    "title": "This envelope is sent automatically from our test suite",
    "webhook_token": "9994000c-5091-11f1-9f3b-a6e2379790b9",
    "auto_notify": true,
    "owner": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
    "type": "envelope",
    "recipients": [
      {
        "id": "2a9e5e49-5fe3-4aeb-84ba-d386516d3bd4",
        "created_at": 1778872170.238548,
        "updated_at": 1778872170.238548,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
          "created_at": 1778872169.70044,
          "updated_at": 1778872169.70044,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "BuyerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "a065ca7f-27fe-4913-8eb1-97a77e00b6bc",
        "created_at": 1778872170.240007,
        "updated_at": 1778872170.240007,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
          "created_at": 1778872169.703179,
          "updated_at": 1778872169.703179,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "SellerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "4e74813a-f57d-41eb-9a9b-d5adcaac0702",
        "created_at": 1778872170.240668,
        "updated_at": 1778872170.240668,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "8707ad97-b25b-492e-8edf-a04e4bf62242",
          "created_at": 1778872169.70044,
          "updated_at": 1778872169.70044,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "BuyerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "231b14a8-e028-408b-9174-672346b2c7d1",
        "created_at": 1778872170.241312,
        "updated_at": 1778872170.241312,
        "signed_at": null,
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "status": "Created",
        "role": {
          "id": "e097a323-4ea7-4cb5-9387-ef3ebff6003e",
          "created_at": 1778872169.703179,
          "updated_at": 1778872169.703179,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "role": "SellerAgent",
          "deal": "7a149c76-64d8-433c-94df-965ef47fd9d6",
          "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": 1778872168.095647,
            "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:09 PM - Friday May 15, 2026",
            "push_allowed": true,
            "agents": [
              {
                "id": "3cff0c85-7106-4fd9-bcba-587236885cd3",
                "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": 1778872168.23698,
                "deleted_at": null,
                "created_at": 1778872168.236981,
                "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": "84815ac9-bbb6-440e-89b2-2c9b8f3a1c26",
            "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": "624f0a9c-633c-42d4-b2c0-28f39e34b5ba",
        "envelope": "e4303c49-3efc-486f-b40b-b6aa89d6338e",
        "title": "Addendum for Back-Up Contract.pdf",
        "document_id": 1,
        "submission_revision": "3c3b596a-f3d3-439d-b0c9-ee9b3e55aa9a",
        "file": null,
        "task": "6e2a8adc-537c-4d34-b330-8503d53797f2",
        "submission": "83d2748c-ad40-4f2f-9c4d-0511a5a18416",
        "type": "envelope_document",
        "pdf": {
          "id": "11c227cc-9209-497b-8a97-a228ba9a6686",
          "created_at": 1778872171.402544,
          "updated_at": 1778872171.402544,
          "deleted_at": null,
          "created_by": "80a227b2-29a0-11e7-b636-e4a7a08e15d4",
          "path": "7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf",
          "name": "Addendum for Back-Up Contract.pdf.pdf",
          "public": false,
          "type": "file",
          "url": "https://private-cdn.irish.rechat.com/7a149c76-64d8-433c-94df-965ef47fd9d6/9a468970-5091-11f1-8248-cf8ab660e2ca.pdf?Expires=1778958571406&Key-Pair-Id=APKAIIRG223GKFAC4MHA&Signature=OWMiznI1qMyO8kSximlQrKv0stNICVQE8nTTcbX-MLQC8UAGqdJBN-OZCUlifjb2plAwiGS1iCpMVUxs98bcn7hh7XPJ7G4iQhSe094jj8~p~X0Q2uGSAU1de~LoOMZJ1Sg~6n0e5N0MkeqhTzWXW6wtSwwvl2MQLUisi05obkJakYTP-OkZ7P7R64QNr53X7DyrTJc2asF0Cbye94bhRqr~FKqgjLTwutQ-MelFpphjowHViHPOSMcXIWc2~vMyCQzu7ZMzAPUUzF~~D6ZKA63hVVrDsLJW89H3T1UBEBtToUDlERdj8pvKP-gBCIcjjn16ifQFmPUSf9-GkAz3HQ__",
          "preview_url": "http://assets.rechat.com/mimes/application-pdf.png",
          "mime": "application/pdf"
        }
      }
    ]
  }
}

Generated by aglio on 15 May 2026