{"info":{"_postman_id":"1772e0d7-7671-41e3-8630-182ee41f4d6b","name":"Skyline Lien API V2 Documentation","description":"<html><head></head><body><p>Welcome to the Skyline Lien Search public API documentation. Our goal is to provide you with easy-to-use tools for placing and managing property searches.</p>\n<h1 id=\"overview\">Overview</h1>\n<p>This is a RESTful API that accepts JSON objects.</p>\n<p>There are two levels of integration that you can accomplish with our API:</p>\n<h2 id=\"1-placing-and-managing-orders\">1. Placing and Managing Orders</h2>\n<p>This feature is available by default for all users registered on our platform and it requires a <code>user_key</code>.</p>\n<h2 id=\"2-creating-companies-and-users\">2. Creating Companies and Users</h2>\n<p>To prevent fraudulent accounts, we require verification for third-party developers that need to create companies or users on our platform. Please contact us and we will be happy to assist you. Once the verification process is completed you will receive a <code>partner_key</code>.</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>Token based authentication is used to provide stateless access to resources. <strong>A token must be provided on each request</strong>. You may navigate to the user settings page and get the <code>user_key</code>. This will allow you to create, list and manage your orders form the API.</p>\n<p><strong>Retrieving the User Key</strong></p>\n<ol>\n<li>Create an Account in the <a href=\"https://dev.skylinelien.com\">Development</a> or <a href=\"https://skylinelien.com\">Production</a> environment</li>\n<li>Go to <code>My Account</code></li>\n<li>Go to <code>Edit</code></li>\n<li>Find the <code>user_key</code> at the bottonm.</li>\n</ol>\n<p>There are two ways in which you can send the token in a request:</p>\n<h2 id=\"in-the-http-header\">In the HTTP Header</h2>\n<p>If you prefer to add the token in the HTTP Header, you may use the OAuth2.0 specification for Bearer tokens:</p>\n<p><code>Authorization: Bearer YOUR_KEY</code></p>\n<p>Please, note that the string <code>Bearer</code> must precede the token string. Do not insert quotes or other symbols.</p>\n<h2 id=\"in-the-query-string\">In the Query String</h2>\n<p>You may add the token as as part of the query string (GET parameter).</p>\n<p><code>/api/orders?key=YOUR_KEY</code></p>\n<p>There are 2 types of tokens available:</p>\n<ul>\n<li><code>user_key</code> Used to place, list and manage orders of a user (shown on the user settings page).</li>\n<li><code>partner_key</code> Used to create companies and users (provided after verification).</li>\n</ul>\n<h1 id=\"webhooks\">Webhooks</h1>\n<p>Skyline can notify your system in real-time when certain events are triggered (such as a change in order status). POST requests with the order details can be sent a callback URL provided by you. Read more in Webhooks section.</p>\n<h1 id=\"headers\">Headers</h1>\n<p>The request headers must contain <code>Accept: application/json</code> when retrieving data and <code>Content-Type: application/json</code> when posting data.</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>Standard HTTP error codes are used. For example, 200 for OK, 401 for Unauthorized and 404 for Not Found.</p>\n<h1 id=\"enviroments\">Enviroments</h1>\n<p>You may use a sandbox environment while testing your API client implementation. Once you are ready to move to production, all you need to do is switch the domain name and API key.</p>\n<ul>\n<li>Production Domain: <code>https://skylinelien.com</code></li>\n<li>Sandbox Domain: <code>https://dev.skylinelien.com</code></li>\n</ul>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>There is a maximum of 60 requests per second to ensure maximum performance.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Webhooks","slug":"webhooks"},{"content":"Headers","slug":"headers"},{"content":"Error Codes","slug":"error-codes"},{"content":"Enviroments","slug":"enviroments"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"30888282","collectionId":"1772e0d7-7671-41e3-8630-182ee41f4d6b","publishedId":"2s9YkocLjJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-05-03T20:55:29.000Z"},"item":[{"name":"Orders","item":[{"name":"Create Order","id":"dc66d8a7-e677-4f78-9323-407478c01396","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"user-agent":true},"followRedirects":false},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_key}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"closing\": {\n        \"file_number\": \"FILE-1234\",\n        \"requested_by\": \"John Smith\",\n        \"closing_date\": \"2023-05-05\",\n        \"needed_date\": \"2023-04-05\",\n        \"seller_name\": \"Maria Gomez\",\n        \"buyer_name\": \"Nick Bowman\",\n        \"confidential_record\": true,\n        \"refinance\": true\n    },\n    \"property\": {\n        \"property_type\": \"residential\",\n        \"address\": {\n            \"line_1\": \"1593 Elkview Drive\",\n            \"line_2\": \"Unit 100\",\n            \"city\": \"Vero Beach\",\n            \"state\": \"FL\",\n            \"zip_code\": \"32960\",\n            \"county\": \"Miami-Dade\"\n        },\n        \"folios\": [\"123-345-789\"],\n        \"legal_description\": \"Some legal description about the property.\",\n        \"vacant_lot\": true\n    },\n        \"requests\": {\n        \"lien-search\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\n                \"taxes\",\n                \"waste\",\n                \"utilities\",\n                \"work\",\n                \"code\",\n                \"letter\",\n                \"permit\"   \n                ]\n        }\n    },\n    \"special_instructions\": \"Special instructions go here.\",\n    \"external_context\": {\n        \"custom_key\": \"custom_value\",\n        \"some_external_id\": \"987654321\"\n    }\n}"},"url":"{{domain}}/api/v2/orders","description":"<p>You may place one or multiple order types for the same property. Simply add the corresponding order attributes to the <code>requests</code> object. To find out more about the order types, supported fields, and more, go to the Order Metadata endpoint.</p>\n<p>To place a new order the <code>user_key</code> is required. You can obtain the user key after creating a new user from the API. You may also, obtain the user key from the user settings page on the Skyline Lien website.</p>\n<ul>\n<li>You may include or exclude attributes according to your needs. Only a few basic attributes are required.</li>\n<li>When setting the <code>requested</code> field to <code>false</code>, that order type will not be created, even if the request is present in the payload.</li>\n<li>The <code>folios</code> fiel must be an array, and if multple folios are sent, an order will be created for each one of them.</li>\n</ul>\n<blockquote>\n<p>Please note that <code>is_rush</code> is optional. Setting it to <code>true</code> will expedite the order, but extra fees may apply.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","orders"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"288a912e-fd70-45d2-b8d9-9cabc1fe691f","name":"Create Order - Simple Example","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{user_key}}","type":"text"},{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"closing\": {\n        \"file_number\": \"FILE-1234\",\n        \"requested_by\": \"John Smith\",\n        \"closing_date\": \"2023-05-05\",\n        \"needed_date\": \"2023-04-05\",\n        \"seller_name\": \"Maria Gomez\",\n        \"buyer_name\": \"Nick Bowman\",\n        \"confidential_record\": true,\n        \"refinance\": true\n    },\n    \"property\": {\n        \"property_type\": \"residential\",\n        \"address\": {\n            \"line_1\": \"1593 Elkview Drive\",\n            \"line_2\": \"Unit 100\",\n            \"city\": \"Vero Beach\",\n            \"state\": \"FL\",\n            \"zip_code\": \"32960\",\n            \"county\": \"Miami-Dade\"\n        },\n        \"folios\": [\"123-345-789\"],\n        \"legal_description\": \"Some legal description about the property.\",\n        \"vacant_lot\": true\n    },\n        \"requests\": {\n        \"lien-search\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\n                \"taxes\",\n                \"waste\",\n                \"utilities\",\n                \"work\",\n                \"code\",\n                \"letter\",\n                \"permit\"   \n                ]\n        }\n    },\n    \"special_instructions\": \"Special instructions go here.\",\n    \"external_context\": {\n        \"custom_key\": \"custom_value\",\n        \"some_external_id\": \"987654321\"\n    }\n}"},"url":"{{domain}}/api/v2/orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Feb 2019 18:01:14 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.1.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": 1137609,\n            \"order\": {\n                \"status\": \"new\",\n                \"status_display\": \"New\",\n                \"created_date\": \"2023-12-19\",\n                \"estimated_date\": null,\n                \"completed_date\": null,\n                \"notes\": null,\n                \"is_order_update\": false,\n                \"main_order_id\": null\n            },\n            \"closing\": {\n                \"file_number\": \"FILE-1234\",\n                \"requested_by\": \"John Smith\",\n                \"closing_date\": \"2023-05-05\",\n                \"needed_date\": \"2023-04-05\",\n                \"seller_name\": \"Maria Gomez\",\n                \"buyer_name\": \"Nick Bowman\",\n                \"confidential_record\": true,\n                \"refinance\": true\n            },\n            \"property\": {\n                \"property_type\": \"residential\",\n                \"address\": {\n                    \"line_1\": \"1593 Elkview Drive\",\n                    \"line_2\": \"Unit 100\",\n                    \"city\": \"Vero Beach\",\n                    \"state\": \"FL\",\n                    \"zip_code\": \"32960\",\n                    \"county\": \"Miami-Dade\",\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\n                },\n                \"folios\": [\n                    \"123-345-789\"\n                ],\n                \"legal_description\": \"Some legal description about the property.\",\n                \"vacant_lot\": true\n            },\n            \"request\": {\n                \"type\": \"lien-search\",\n                \"type_display\": \"Lien Search\",\n                \"rush\": true,\n                \"notification_emails\": [\n                    \"user@domain.com\"\n                ],\n                \"services\": [\n                    \"taxes\",\n                    \"waste\",\n                    \"utilities\",\n                    \"work\",\n                    \"code\",\n                    \"letter\",\n                    \"permit\"\n                ]\n            },\n            \"special_instructions\": \"Special instructions go here.\",\n            \"pricing\": {\n                \"fees\": {\n                    \"service\": \"0.00\",\n                    \"rush\": \"35.00\",\n                    \"expenses\": \"0.00\"\n                },\n                \"total\": \"35.00\",\n                \"paid\": false\n            },\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137609/share/67e208cd-002c-48ec-aef9-d68f9e0f2992\",\n            \"attachments\": [],\n            \"external_context\": {\n                \"custom_key\": \"custom_value\",\n                \"some_external_id\": \"987654321\"\n            }\n        }\n    ]\n}"},{"id":"f19c1032-d9bf-4458-817b-47bf42a6e699","name":"Create Order - Complete Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"},{"key":"User-Agent","value":"\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Cypress/13.2.0 Chrome/114.0.5735.289 Electron/25.8.0 Safari/537.36\"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"closing\": {\n        \"file_number\": \"FILE-1234\",\n        \"requested_by\": \"John Smith\",\n        \"closing_date\": \"2023-05-05\",\n        \"needed_date\": \"2023-04-05\",\n        \"seller_name\": \"Maria Gomez\",\n        \"buyer_name\": \"Nick Bowman\",\n        \"confidential_record\": true,\n        \"refinance\": true\n    },\n    \"property\": {\n        \"property_type\": \"residential\",\n        \"address\": {\n            \"line_1\": \"1593 Elkview Drive\",\n            \"line_2\": \"Unit 100\",\n            \"city\": \"Vero Beach\",\n            \"state\": \"FL\",\n            \"zip_code\": \"32960\",\n            \"county\": \"Miami-Dade\"\n        },\n        \"folios\": [\"123-345-789\"],\n        \"legal_description\": \"Some legal description about the property.\",\n        \"vacant_lot\": true\n    },\n        \"requests\": {\n        \"lien-search\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\n                \"taxes\",\n                \"waste\",\n                \"utilities\",\n                \"work\",\n                \"code\",\n                \"letter\",\n                \"permit\"   \n                ]\n        },\n        \"association-estoppel\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"associations\": [\n                {\n                    \"name\": \"Home Owner Association A\",\n                    \"phone\": \"(999) 888-7766\",\n                    \"email\": \"association@domain.com\"\n                }\n            ],\n            \"listing-agent\": {\n                \"name\": \"Jonh Doe\",\n                \"phone\": \"(999) 888-7766\",\n                \"email\": \"user@domain.com\"\n            },\n            \"buyer_approved\": true,\n            \"in_collections\": true,\n            \"additional_information\": \"Additional information goes here.\"\n        },\n        \"association-identification\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"additional_information\": \"Additional information goes here.\"\n        },\n        \"tax-certificate\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\"waste\", \"utilities\"]\n        },\n        \"title-search\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"service\": \"current-owner\",\n            \"request_backup\": true\n        },\n        \"zoning-letter\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ]\n        },\n        \"ucc-search\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\"ucc-search\", \"judgement\"],\n            \"businesses\": [\n                {\n                    \"name\": \"Business Name\",\n                    \"state\": \"FL\",\n                    \"county\": \"County Name\"\n                }\n            ]\n        },\n        \"mortgage-payoff-letter\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"borrower\": {\n                \"name\": \"Name\",\n                \"phone\": \"(999) 888-7766\",\n                \"last_4_ssn\": \"1234\"\n            },\n            \"lender\": {\n                \"name\": \"John Doe\",\n                \"phone\": \"(999) 888-7766\",\n                \"email\": \"user@domain.com\",\n                \"loan_account\": \"12345\"\n            },\n            \"heloc\": true,\n            \"letter_good_thru_date\": \"2023-01-01\"\n        },\n        \"survey\": {\n            \"requested\": true,\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"service\": \"land\",\n            \"purpose\": \"purchase\",\n            \"mortgage_type\": \"conventional\",\n            \"lender\": \"Lender Name\",\n            \"underwriter\": \"Underwriter Name\",\n            \"additional_certifications\": \"txt\",\n            \"property_access_contacts\": [\n                {\n                    \"type\": \"listing-agent\",\n                    \"name\": \"John Doe\",\n                    \"phone\": \"(999) 888-7766\",\n                    \"email\": \"user@domain.com\"\n                }\n            ],\n            \"request_printed_copies\": true\n        }\n    },\n    \"special_instructions\": \"Special instructions go here.\",\n    \"external_context\": {\n        \"custom_key\": \"custom_value\",\n        \"some_external_id\": \"987654321\"\n    }\n}"},"url":"{{domain}}/api/v2/orders"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"order_id\": 1137601,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"lien-search\",\r\n                \"type_display\": \"Lien Search\",\r\n                \"rush\": true,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ],\r\n                \"services\": [\r\n                    \"taxes\",\r\n                    \"waste\",\r\n                    \"utilities\",\r\n                    \"work\",\r\n                    \"code\",\r\n                    \"letter\",\r\n                    \"permit\"\r\n                ]\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"35.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"35.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137601/share/55e86a89-6f98-4e12-9803-d3d73b7d0125\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        },\r\n        {\r\n            \"order_id\": 1137602,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"association-estoppel\",\r\n                \"type_display\": \"HOA Estoppel Letter\",\r\n                \"rush\": true,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ],\r\n                \"associations\": [\r\n                    {\r\n                        \"name\": \"Home Owner Association A\",\r\n                        \"phone\": \"(999) 888-7766\",\r\n                        \"email\": \"association@domain.com\"\r\n                    }\r\n                ],\r\n                \"listing-agent\": {\r\n                    \"name\": \"Jonh Doe\",\r\n                    \"phone\": \"(999) 888-7766\",\r\n                    \"email\": \"user@domain.com\"\r\n                },\r\n                \"buyer_approved\": true,\r\n                \"in_collections\": true,\r\n                \"additional_information\": \"extra information\"\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"35.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"35.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137602/share/c5348736-677b-41f3-a020-f4b4a72dd747\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        },\r\n        {\r\n            \"order_id\": 1137603,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"tax-certificate\",\r\n                \"type_display\": \"Tax Certificate\",\r\n                \"rush\": true,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ],\r\n                \"services\": [\r\n                    \"waste\",\r\n                    \"utilities\"\r\n                ]\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"35.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"35.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137603/share/8e1484cd-7ed3-4a64-bfff-0d881e6f8a70\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        },\r\n        {\r\n            \"order_id\": 1137604,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"title-search\",\r\n                \"type_display\": \"Title Search\",\r\n                \"rush\": true,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ],\r\n                \"service\": \"current-owner\",\r\n                \"request_backup\": true\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"35.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"35.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137604/share/da4ec875-f6f1-416d-a165-934967267550\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        },\r\n        {\r\n            \"order_id\": 1137605,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"zoning-letter\",\r\n                \"type_display\": \"Zoning Letter\",\r\n                \"rush\": false,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ]\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"0.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"0.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137605/share/6c9af3c7-a87a-488a-8feb-248ca0b1eff5\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        },\r\n        {\r\n            \"order_id\": 1137606,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"mortgage-payoff-letter\",\r\n                \"type_display\": \"Mortgage Payoff Letter\",\r\n                \"rush\": true,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ],\r\n                \"borrower\": {\r\n                    \"name\": \"Name\",\r\n                    \"phone\": \"(999) 888-7766\",\r\n                    \"last_4_ssn\": \"1234\"\r\n                },\r\n                \"lender\": {\r\n                    \"name\": \"John Doe\",\r\n                    \"phone\": \"(999) 888-7766\",\r\n                    \"email\": \"user@domain.com\",\r\n                    \"loan_account\": \"12345\"\r\n                },\r\n                \"heloc\": true,\r\n                \"letter_good_thru_date\": \"2023-01-01\"\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"35.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"35.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137606/share/c8dbc66d-2e6f-4c85-8f4e-e39c74e11c42\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        },\r\n        {\r\n            \"order_id\": 1137607,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"hoa-identification\",\r\n                \"type_display\": \"HOA Identification\",\r\n                \"rush\": true,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ],\r\n                \"additional_information\": \"extra information\"\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"35.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"35.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137607/share/154a6483-0897-40e9-af4f-e50a9b05c6a1\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        },\r\n        {\r\n            \"order_id\": 1137608,\r\n            \"order\": {\r\n                \"status\": \"new\",\r\n                \"status_display\": \"New\",\r\n                \"created_date\": \"2023-12-19\",\r\n                \"estimated_date\": null,\r\n                \"completed_date\": null,\r\n                \"notes\": null,\r\n                \"is_order_update\": false,\r\n                \"main_order_id\": null\r\n            },\r\n            \"closing\": {\r\n                \"file_number\": \"FILE-1234\",\r\n                \"requested_by\": \"John Smith\",\r\n                \"closing_date\": \"2023-05-05\",\r\n                \"needed_date\": \"2023-04-05\",\r\n                \"seller_name\": \"Maria Gomez\",\r\n                \"buyer_name\": \"Nick Bowman\",\r\n                \"confidential_record\": true,\r\n                \"refinance\": true\r\n            },\r\n            \"property\": {\r\n                \"property_type\": \"residential\",\r\n                \"address\": {\r\n                    \"line_1\": \"1593 Elkview Drive\",\r\n                    \"line_2\": \"Unit 100\",\r\n                    \"city\": \"Vero Beach\",\r\n                    \"state\": \"FL\",\r\n                    \"zip_code\": \"32960\",\r\n                    \"county\": \"Miami-Dade\",\r\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\r\n                },\r\n                \"folios\": [\r\n                    \"123-345-789\"\r\n                ],\r\n                \"legal_description\": \"Some legal description about the property.\",\r\n                \"vacant_lot\": true\r\n            },\r\n            \"request\": {\r\n                \"type\": \"survey\",\r\n                \"type_display\": \"Survey\",\r\n                \"rush\": true,\r\n                \"notification_emails\": [\r\n                    \"user@domain.com\"\r\n                ],\r\n                \"service\": \"land\",\r\n                \"purpose\": \"purchase\",\r\n                \"mortgage_type\": \"conventional\",\r\n                \"lender\": \"Lender Name\",\r\n                \"underwriter\": \"Underwriter Name\",\r\n                \"additional_certifications\": \"txt\",\r\n                \"request_hard_copies\": true,\r\n                \"property_access_contacts\": {\r\n                    \"type\": \"listing-agent\",\r\n                    \"name\": \"John Doe\",\r\n                    \"phone\": \"(999) 888-7766\",\r\n                    \"email\": \"user@domain.com\"\r\n                }\r\n            },\r\n            \"special_instructions\": \"Special instructions go here.\",\r\n            \"pricing\": {\r\n                \"fees\": {\r\n                    \"service\": \"0.00\",\r\n                    \"rush\": \"35.00\",\r\n                    \"expenses\": \"0.00\"\r\n                },\r\n                \"total\": \"35.00\",\r\n                \"paid\": false\r\n            },\r\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137608/share/4f6c96f5-0ee1-480c-8184-bb97c03c6b43\",\r\n            \"attachments\": [],\r\n            \"external_context\": {\r\n                \"custom_key\": \"custom_value\",\r\n                \"some_external_id\": \"987654321\"\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"dc66d8a7-e677-4f78-9323-407478c01396"},{"name":"Create Order Update","id":"c5a1d81b-a4d0-4436-86c5-34fd56b586fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_key}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n        \"requested_by\": \"John Smith\",\n        \"closing_date\": \"2023-09-12\",\n        \"needed_date\": \"2023-09-12\",\n        \"rush\": false,\n        \"special_instructions\": \"My instructions here\"\n}"},"url":"{{domain}}/api/v2/orders/{{order_id}}/updates","description":"<p>After an Order is completed, you may request multiple Order Updates to keep the information about a property up to date by using the original order ID.</p>\n<blockquote>\n<p>When requesting an Order Update, you do not need to provide the property information or the services requested as they will be copied from the original Order.  </p>\n</blockquote>\n<p>The only required field is the <code>needed_date</code><br />field. Find out more about the optional fields available from the response of the Orders Metadata endpoint, in the <code>order_update_fields</code>object.</p>\n","urlObject":{"path":["api","v2","orders","{{order_id}}","updates"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"58df656d-eb73-4777-b7ed-e529fe91f891","name":"Create Order Update","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{user_key}}","type":"text"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"requested_by\": \"John Smith\",\n    \"closing_date\": \"2023-09-12\",\n    \"needed_date\": \"2023-09-12\",\n    \"rush\": false,\n    \"special_instructions\": \"Instructions go here.\"\n}"},"url":"{{domain}}/api/v2/orders/{{order_id}}/updates"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Feb 2019 18:21:40 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.1.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order_id\": 1137612,\n        \"order\": {\n            \"status\": \"new\",\n            \"status_display\": \"New\",\n            \"created_date\": \"2023-12-19\",\n            \"estimated_date\": null,\n            \"completed_date\": null,\n            \"notes\": null,\n            \"is_order_update\": true,\n            \"main_order_id\": 1137609\n        },\n        \"closing\": {\n            \"file_number\": \"FILE-1234\",\n            \"requested_by\": \"John Smith\",\n            \"closing_date\": \"2023-09-12\",\n            \"needed_date\": \"2023-09-12\",\n            \"seller_name\": \"Maria Gomez\",\n            \"buyer_name\": \"Nick Bowman\",\n            \"confidential_record\": true,\n            \"refinance\": true\n        },\n        \"property\": {\n            \"property_type\": \"residential\",\n            \"address\": {\n                \"line_1\": \"1593 Elkview Drive\",\n                \"line_2\": \"Unit 100\",\n                \"city\": \"Vero Beach\",\n                \"state\": \"FL\",\n                \"zip_code\": \"32960\",\n                \"county\": \"Miami-Dade\",\n                \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\n            },\n            \"folios\": [\n                \"123-345-789\"\n            ],\n            \"legal_description\": \"Some legal description about the property.\",\n            \"vacant_lot\": true\n        },\n        \"request\": {\n            \"type\": \"lien-search\",\n            \"type_display\": \"Lien Search\",\n            \"rush\": false,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\n                \"taxes\",\n                \"waste\",\n                \"utilities\",\n                \"work\",\n                \"code\",\n                \"letter\",\n                \"permit\"\n            ]\n        },\n        \"special_instructions\": \"Instructions go here.\",\n        \"pricing\": {\n            \"fees\": {\n                \"service\": \"0.00\",\n                \"rush\": \"0.00\",\n                \"expenses\": \"0.00\"\n            },\n            \"total\": \"0.00\",\n            \"paid\": false\n        },\n        \"share_url\": \"https://dev.skylinelien.com/orders/1137612/share/5d178073-a3d4-4da4-a95f-aa3bbf412080\",\n        \"attachments\": [],\n        \"external_context\": null\n    }\n}"}],"_postman_id":"c5a1d81b-a4d0-4436-86c5-34fd56b586fa"},{"name":"Order Metadata","id":"b801f3b8-7e12-4b65-9a99-b4896005f20e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{domain}}/api/v2/orders/meta","description":"<p>This endpoint returns the details of every form field used to create crders. With this information you may build UI form elements based what's supported by the API. You may use it dynamically to automatically have your UI adapt to new features and changes of the API, or if you intend to build the UI statically, then feel free to use it as a guideline for developers.</p>\n<img src=\"https://content.pstmn.io/dea5293f-1c4a-49d9-b399-808d9b4d8de3/QVBJIFYyIFVJLUZsb3cuanBn\" />\n\n<blockquote>\n<p>For improved performance, consider caching the results (1 hour recommended). New fields added will always be backwards compatible, and no braking changes should be introduced. </p>\n</blockquote>\n<p>UI Element Reference:</p>\n<img src=\"https://content.pstmn.io/066da122-395a-4736-af05-da6047fc07bb/QVBJIFYyIFVJLmpwZw==\" />","urlObject":{"path":["api","v2","orders","meta"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"d78d064d-246d-4722-a867-4fdde223e1c8","name":"Order Metadata","originalRequest":{"method":"GET","header":[],"url":"{{domain}}/api/v2/orders/meta"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Dec 2023 02:59:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"order_fields\": {\n        \"closing\": {\n            \"type\": \"section\",\n            \"display\": \"Closing Information\",\n            \"children\": {\n                \"file_number\": {\n                    \"type\": \"field\",\n                    \"display\": \"File Number\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"input\",\n                    \"required\": true\n                },\n                \"requested_by\": {\n                    \"type\": \"field\",\n                    \"display\": \"Requested By\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"input\",\n                    \"required\": false\n                },\n                \"closing_date\": {\n                    \"type\": \"field\",\n                    \"display\": \"Closing Date\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"date\",\n                    \"required\": false\n                },\n                \"needed_date\": {\n                    \"type\": \"field\",\n                    \"display\": \"Needed Date\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"date\",\n                    \"required\": true\n                },\n                \"seller_name\": {\n                    \"type\": \"field\",\n                    \"display\": \"Seller Name\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"input\",\n                    \"required\": false\n                },\n                \"buyer_name\": {\n                    \"type\": \"field\",\n                    \"display\": \"Buyer Name\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"input\",\n                    \"required\": false\n                },\n                \"confidential_record\": {\n                    \"type\": \"field\",\n                    \"display\": \"Confidential Record\",\n                    \"json_type\": \"boolean\",\n                    \"interface\": \"checkbox\",\n                    \"required\": false\n                },\n                \"refinance\": {\n                    \"type\": \"field\",\n                    \"display\": \"Refinance\",\n                    \"json_type\": \"boolean\",\n                    \"interface\": \"checkbox\",\n                    \"required\": false\n                }\n            }\n        },\n        \"property\": {\n            \"type\": \"section\",\n            \"display\": \"Property Information\",\n            \"children\": {\n                \"property_type\": {\n                    \"type\": \"field\",\n                    \"display\": \"Property Type\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"select\",\n                    \"required\": true,\n                    \"options\": [\n                        {\n                            \"value\": \"residential\",\n                            \"display\": \"Residential\"\n                        },\n                        {\n                            \"value\": \"commercial\",\n                            \"display\": \"Commercial\"\n                        }\n                    ]\n                },\n                \"address\": {\n                    \"type\": \"section\",\n                    \"display\": \"Address\",\n                    \"children\": {\n                        \"line_1\": {\n                            \"type\": \"field\",\n                            \"display\": \"Line 1\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": true\n                        },\n                        \"line_2\": {\n                            \"type\": \"field\",\n                            \"display\": \"Line 2\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false\n                        },\n                        \"city\": {\n                            \"type\": \"field\",\n                            \"display\": \"City\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": true\n                        },\n                        \"state\": {\n                            \"type\": \"field\",\n                            \"display\": \"State\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"select\",\n                            \"required\": true,\n                            \"options\": [\n                                {\n                                    \"value\": \"FL\",\n                                    \"display\": \"FL\"\n                                }\n                            ]\n                        },\n                        \"zip_code\": {\n                            \"type\": \"field\",\n                            \"display\": \"Zip Code\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": true\n                        },\n                        \"county\": {\n                            \"type\": \"field\",\n                            \"display\": \"County\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": true\n                        }\n                    }\n                },\n                \"folios\": {\n                    \"type\": \"field\",\n                    \"display\": \"Folios\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"input\",\n                    \"required\": true,\n                    \"multiple\": true\n                },\n                \"legal_description\": {\n                    \"type\": \"field\",\n                    \"display\": \"Legal Description\",\n                    \"json_type\": \"string\",\n                    \"interface\": \"textarea\",\n                    \"required\": false\n                },\n                \"vacant_lot\": {\n                    \"type\": \"field\",\n                    \"display\": \"Vacant Lot\",\n                    \"json_type\": \"boolean\",\n                    \"interface\": \"checkbox\",\n                    \"required\": false\n                }\n            }\n        },\n        \"requests\": {\n            \"type\": \"section\",\n            \"display\": \"Service Selection\",\n            \"children\": {\n                \"lien-search\": {\n                    \"type\": \"section\",\n                    \"display\": \"Lien Search\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Lien Search\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"services\": {\n                            \"type\": \"field\",\n                            \"display\": \"Services\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false,\n                            \"multiple\": true,\n                            \"options\": [\n                                {\n                                    \"value\": \"taxes\",\n                                    \"display\": \"Taxes\"\n                                },\n                                {\n                                    \"value\": \"waste\",\n                                    \"display\": \"Waste\"\n                                },\n                                {\n                                    \"value\": \"utilities\",\n                                    \"display\": \"Utilities\"\n                                },\n                                {\n                                    \"value\": \"work\",\n                                    \"display\": \"Public Work\"\n                                },\n                                {\n                                    \"value\": \"code\",\n                                    \"display\": \"Code Enforcement\"\n                                },\n                                {\n                                    \"value\": \"letter\",\n                                    \"display\": \"Municipal Lien Letter\"\n                                },\n                                {\n                                    \"value\": \"permit\",\n                                    \"display\": \"Open/Expired Permits\"\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"association-estoppel\": {\n                    \"type\": \"section\",\n                    \"display\": \"Association Estoppel\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Association Estoppel\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"associations\": {\n                            \"type\": \"section\",\n                            \"display\": \"Associations\",\n                            \"multiple\": true,\n                            \"children\": {\n                                \"name\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Name\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                },\n                                \"phone\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Phone\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                },\n                                \"email\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Email\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                }\n                            }\n                        },\n                        \"listing-agent\": {\n                            \"type\": \"section\",\n                            \"display\": \"Listing Agent\",\n                            \"children\": {\n                                \"name\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Name\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                },\n                                \"phone\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Phone\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                },\n                                \"email\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Email\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                }\n                            }\n                        },\n                        \"buyer_approved\": {\n                            \"type\": \"field\",\n                            \"display\": \"Buyer Approved\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"in_collections\": {\n                            \"type\": \"field\",\n                            \"display\": \"Property in collections?\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"additional_information\": {\n                            \"type\": \"field\",\n                            \"display\": \"Additional Information\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false\n                        }\n                    }\n                },\n                \"association-identification\": {\n                    \"type\": \"section\",\n                    \"display\": \"Association Identification\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Association Identification\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"additional_information\": {\n                            \"type\": \"field\",\n                            \"display\": \"Additional Information\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false\n                        }\n                    }\n                },\n                \"tax-certificate\": {\n                    \"type\": \"section\",\n                    \"display\": \"Tax Certificate\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Tax Certificate\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"services\": {\n                            \"type\": \"field\",\n                            \"display\": \"Services\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false,\n                            \"multiple\": true,\n                            \"options\": [\n                                {\n                                    \"value\": \"waste\",\n                                    \"display\": \"Waste\"\n                                },\n                                {\n                                    \"value\": \"utilities\",\n                                    \"display\": \"Utilities\"\n                                }\n                            ]\n                        }\n                    }\n                },\n                \"title-search\": {\n                    \"type\": \"section\",\n                    \"display\": \"Title Search\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Title Search\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"service\": {\n                            \"type\": \"field\",\n                            \"display\": \"Service\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false,\n                            \"options\": [\n                                {\n                                    \"value\": \"current-owner\",\n                                    \"display\": \"Current Owner\"\n                                },\n                                {\n                                    \"value\": \"two-owner\",\n                                    \"display\": \"Two Owner\"\n                                },\n                                {\n                                    \"value\": \"full\",\n                                    \"display\": \"Full\"\n                                }\n                            ]\n                        },\n                        \"request_backup\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Backup\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        }\n                    }\n                },\n                \"zoning-letter\": {\n                    \"type\": \"section\",\n                    \"display\": \"Zoning Letter\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Zoning Letter\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        }\n                    }\n                },\n                \"ucc-search\": {\n                    \"type\": \"section\",\n                    \"display\": \"UCC Search\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request UCC Search\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"services\": {\n                            \"type\": \"field\",\n                            \"display\": \"Services\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false,\n                            \"multiple\": true,\n                            \"options\": [\n                                {\n                                    \"value\": \"ucc-search\",\n                                    \"display\": \"UCC Search\"\n                                },\n                                {\n                                    \"value\": \"judgement\",\n                                    \"display\": \"Judgement\"\n                                },\n                                {\n                                    \"value\": \"state-tax-lien\",\n                                    \"display\": \"State Tax Lien\"\n                                },\n                                {\n                                    \"value\": \"federal-tax-lien\",\n                                    \"display\": \"Federal Tax Lien\"\n                                },\n                                {\n                                    \"value\": \"bankruptcy\",\n                                    \"display\": \"Bankruptcy\"\n                                }\n                            ]\n                        },\n                        \"businesses\": {\n                            \"type\": \"section\",\n                            \"display\": \"Businesses\",\n                            \"multiple\": true,\n                            \"children\": {\n                                \"name\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Entity Name\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"state\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"State\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"select\",\n                                    \"required\": true,\n                                    \"options\": [\n                                        {\n                                            \"value\": \"FL\",\n                                            \"display\": \"FL\"\n                                        }\n                                    ]\n                                },\n                                \"county\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"County\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                }\n                            }\n                        }\n                    }\n                },\n                \"mortgage-payoff-letter\": {\n                    \"type\": \"section\",\n                    \"display\": \"Mortgage Payoff Letter\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Mortgage Payoff Letter\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"borrower\": {\n                            \"type\": \"section\",\n                            \"display\": \"Borrower\",\n                            \"children\": {\n                                \"name\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Name\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"phone\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Phone\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"last_4_ssn\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Last 4 of SSN\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                }\n                            }\n                        },\n                        \"lender\": {\n                            \"type\": \"section\",\n                            \"display\": \"Lender\",\n                            \"children\": {\n                                \"name\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Name\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"phone\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Phone\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"email\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Email\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"loan_account\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Loan/Account Number\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                }\n                            }\n                        },\n                        \"heloc\": {\n                            \"type\": \"field\",\n                            \"display\": \"HELOC\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"letter_good_thru_date\": {\n                            \"type\": \"field\",\n                            \"display\": \"Letter Good Through\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        }\n                    }\n                },\n                \"survey\": {\n                    \"type\": \"section\",\n                    \"display\": \"Survey\",\n                    \"children\": {\n                        \"request\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Survey\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"rush\": {\n                            \"type\": \"field\",\n                            \"display\": \"Rush\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        },\n                        \"notification_emails\": {\n                            \"type\": \"field\",\n                            \"display\": \"Notification Emails\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false,\n                            \"multiple\": true\n                        },\n                        \"service\": {\n                            \"type\": \"field\",\n                            \"display\": \"Service\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"select\",\n                            \"required\": false,\n                            \"options\": [\n                                {\n                                    \"value\": \"land\",\n                                    \"display\": \"Land (Elevation in Flooding Zone)\"\n                                },\n                                {\n                                    \"value\": \"elevation\",\n                                    \"display\": \"Elevation Certificate Only\"\n                                },\n                                {\n                                    \"value\": \"alta-asmc\",\n                                    \"display\": \"ALTA/ASMC (Title Commitment required)\"\n                                }\n                            ]\n                        },\n                        \"purpose\": {\n                            \"type\": \"field\",\n                            \"display\": \"Purpose\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"select\",\n                            \"required\": false,\n                            \"options\": [\n                                {\n                                    \"value\": \"purchase\",\n                                    \"display\": \"Purchase\"\n                                },\n                                {\n                                    \"value\": \"sale\",\n                                    \"display\": \"Sale\"\n                                },\n                                {\n                                    \"value\": \"refinance\",\n                                    \"display\": \"Refinance\"\n                                },\n                                {\n                                    \"value\": \"new-construction\",\n                                    \"display\": \"New Construction\"\n                                }\n                            ]\n                        },\n                        \"mortgage_type\": {\n                            \"type\": \"field\",\n                            \"display\": \"Mortgage Type\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"select\",\n                            \"required\": false,\n                            \"options\": [\n                                {\n                                    \"value\": \"conventional\",\n                                    \"display\": \"Conventional\"\n                                },\n                                {\n                                    \"value\": \"fha\",\n                                    \"display\": \"FHA\"\n                                },\n                                {\n                                    \"value\": \"veteran\",\n                                    \"display\": \"VA (Veteran Affairs)\"\n                                },\n                                {\n                                    \"value\": \"no-mortgage\",\n                                    \"display\": \"No Mortgage\"\n                                },\n                                {\n                                    \"value\": \"other\",\n                                    \"display\": \"Other\"\n                                }\n                            ]\n                        },\n                        \"lender\": {\n                            \"type\": \"field\",\n                            \"display\": \"Lender\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": true\n                        },\n                        \"underwriter\": {\n                            \"type\": \"field\",\n                            \"display\": \"Underwriter\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": true\n                        },\n                        \"additional_certifications\": {\n                            \"type\": \"field\",\n                            \"display\": \"Additional Certifications\",\n                            \"json_type\": \"string\",\n                            \"interface\": \"input\",\n                            \"required\": false\n                        },\n                        \"property_access_contacts\": {\n                            \"type\": \"section\",\n                            \"display\": \"Property Access Contacts\",\n                            \"multiple\": true,\n                            \"children\": {\n                                \"type\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Type\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"select\",\n                                    \"required\": true,\n                                    \"options\": [\n                                        {\n                                            \"value\": \"buyers-agent\",\n                                            \"display\": \"Buyer's Agent\"\n                                        },\n                                        {\n                                            \"value\": \"listing-agent\",\n                                            \"display\": \"Listing Agent\"\n                                        },\n                                        {\n                                            \"value\": \"buyer\",\n                                            \"display\": \"Buyer\"\n                                        },\n                                        {\n                                            \"value\": \"seller\",\n                                            \"display\": \"Seller\"\n                                        },\n                                        {\n                                            \"value\": \"contractor\",\n                                            \"display\": \"Contractor\"\n                                        },\n                                        {\n                                            \"value\": \"engineer\",\n                                            \"display\": \"Engineer\"\n                                        },\n                                        {\n                                            \"value\": \"other\",\n                                            \"display\": \"Other\"\n                                        }\n                                    ]\n                                },\n                                \"name\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Name\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"email\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Email\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": true\n                                },\n                                \"phone\": {\n                                    \"type\": \"field\",\n                                    \"display\": \"Phone\",\n                                    \"json_type\": \"string\",\n                                    \"interface\": \"input\",\n                                    \"required\": false\n                                }\n                            }\n                        },\n                        \"request_printed_copies\": {\n                            \"type\": \"field\",\n                            \"display\": \"Request Printed Copies\",\n                            \"json_type\": \"boolean\",\n                            \"interface\": \"checkbox\",\n                            \"required\": false\n                        }\n                    }\n                }\n            }\n        },\n        \"special_instructions\": {\n            \"type\": \"field\",\n            \"display\": \"Special Instructions\",\n            \"json_type\": \"string\",\n            \"interface\": \"textarea\",\n            \"required\": false\n        },\n        \"external_context\": {\n            \"type\": \"field\",\n            \"display\": \"External Context\",\n            \"json_type\": \"string\",\n            \"interface\": \"textarea\",\n            \"required\": false\n        }\n    },\n    \"order_update_fields\": {\n        \"requested_by\": {\n            \"type\": \"field\",\n            \"display\": \"Requested By\",\n            \"json_type\": \"string\",\n            \"interface\": \"input\",\n            \"required\": false\n        },\n        \"closing_date\": {\n            \"type\": \"field\",\n            \"display\": \"Closing Date\",\n            \"json_type\": \"string\",\n            \"interface\": \"date\",\n            \"required\": false\n        },\n        \"needed_date\": {\n            \"type\": \"field\",\n            \"display\": \"Needed Date\",\n            \"json_type\": \"string\",\n            \"interface\": \"date\",\n            \"required\": true\n        },\n        \"rush\": {\n            \"type\": \"field\",\n            \"display\": \"Rush\",\n            \"json_type\": \"boolean\",\n            \"interface\": \"checkbox\",\n            \"required\": false\n        },\n        \"special_instructions\": {\n            \"type\": \"field\",\n            \"display\": \"Special Instructions\",\n            \"json_type\": \"string\",\n            \"interface\": \"textarea\",\n            \"required\": false\n        }\n    }\n}"}],"_postman_id":"b801f3b8-7e12-4b65-9a99-b4896005f20e"},{"name":"Order Details","id":"44545925-77be-4dd9-9364-b9936c78d3c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{domain}}/api/v2/orders/{{order_id}}","description":"<p>Returns an object with all the details of an order and links to download the PDF attachments. </p>\n<blockquote>\n<p>The <code>share_url</code> provides public access to a web page that displays the order details, status and allows downloading the final documents. You may use this link if you don't need a custom user interface for the order details.</p>\n</blockquote>\n<blockquote>\n<p>Please, note that for security reasons download links expire after 1 week. You may download and store the documents during this timeframe, or use this endpoint again to regenerate the links.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","orders","{{order_id}}"],"host":["{{domain}}"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"1e477bf4-ecf1-440e-b4a5-190216c339a5","name":"Order Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{user_key}}","type":"text"}],"url":"{{domain}}/api/v2/orders/{{order_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 03 Feb 2019 18:36:05 GMT"},{"key":"Server","value":"Apache"},{"key":"X-Powered-By","value":"PHP/7.1.6"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"30"},{"key":"X-RateLimit-Remaining","value":"29"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order_id\": 1137609,\n        \"order\": {\n            \"status\": \"new\",\n            \"status_display\": \"New\",\n            \"created_date\": \"2023-12-19\",\n            \"estimated_date\": null,\n            \"completed_date\": null,\n            \"notes\": null,\n            \"is_order_update\": false,\n            \"main_order_id\": null\n        },\n        \"closing\": {\n            \"file_number\": \"FILE-1234\",\n            \"requested_by\": \"John Smith\",\n            \"closing_date\": \"2023-05-05\",\n            \"needed_date\": \"2023-04-05\",\n            \"seller_name\": \"Maria Gomez\",\n            \"buyer_name\": \"Nick Bowman\",\n            \"confidential_record\": true,\n            \"refinance\": true\n        },\n        \"property\": {\n            \"property_type\": \"residential\",\n            \"address\": {\n                \"line_1\": \"1593 Elkview Drive\",\n                \"line_2\": \"Unit 100\",\n                \"city\": \"Vero Beach\",\n                \"state\": \"FL\",\n                \"zip_code\": \"32960\",\n                \"county\": \"Miami-Dade\",\n                \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\n            },\n            \"folios\": [\n                \"123-345-789\"\n            ],\n            \"legal_description\": \"Some legal description about the property.\",\n            \"vacant_lot\": true\n        },\n        \"request\": {\n            \"type\": \"lien-search\",\n            \"type_display\": \"Lien Search\",\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\n                \"taxes\",\n                \"waste\",\n                \"utilities\",\n                \"work\",\n                \"code\",\n                \"letter\",\n                \"permit\"\n            ]\n        },\n        \"special_instructions\": \"Special instructions go here.\",\n        \"pricing\": {\n            \"fees\": {\n                \"service\": \"0.00\",\n                \"rush\": \"35.00\",\n                \"expenses\": \"0.00\"\n            },\n            \"total\": \"35.00\",\n            \"paid\": false\n        },\n        \"share_url\": \"https://dev.skylinelien.com/orders/1137609/share/67e208cd-002c-48ec-aef9-d68f9e0f2992\",\n        \"attachments\": [],\n        \"external_context\": {\n            \"custom_key\": \"custom_value\",\n            \"some_external_id\": \"987654321\"\n        }\n    }\n}"}],"_postman_id":"44545925-77be-4dd9-9364-b9936c78d3c8"},{"name":"List Orders of a User","id":"6351e5f5-31d6-46da-897a-241b9804ebdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{domain}}/api/v2/orders?type=association_estoppel&status=new&start=2023-11-01&end=2023-11-15","description":"<p>Returns a list of orders placed by the user. You may filter orders by <code>type</code>, <code>status</code> and <code>created_date</code>. If no filter is provided, all orders will be returned.</p>\n<p><strong>Order types and corresponding value:</strong></p>\n<ol>\n<li>Lien Search - <code>lien_search</code></li>\n<li>Association Estoppel - <code>association_estoppel</code></li>\n<li>Association Identification - <code>hoa_identification</code></li>\n<li>Tax Certificate - <code>tax_certificate</code></li>\n<li>Title Search - <code>title_search</code></li>\n<li>UCC Search - <code>ucc_search</code></li>\n<li>Zoning Letter - <code>zoning_letter</code></li>\n<li>Mortgage Payoff Letter - <code>mortgage_payoff_letter</code></li>\n<li>Survey - <code>survey</code></li>\n</ol>\n<p><strong>Order statuses and the corresponding value:</strong></p>\n<ol>\n<li>New - <code>new</code></li>\n<li>Processing - <code>processing</code></li>\n<li>Ready - <code>ready</code></li>\n<li>On Hold - <code>on_hold</code></li>\n<li>Cancelled - <code>cancelled</code></li>\n</ol>\n<p>The <code>start</code> and <code>end</code> parameters can be used to filter based on the creation date of the order.</p>\n<blockquote>\n<p>The <code>share_url</code> provides public access to a web page that displays the order details, status and allows downloading the final documents. You may use this link if you don't need a custom user interface for the order details.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","orders"],"host":["{{domain}}"],"query":[{"key":"type","value":"association_estoppel"},{"key":"status","value":"new"},{"key":"start","value":"2023-11-01"},{"key":"end","value":"2023-11-15"}],"variable":[]}},"response":[{"id":"2d239a0a-5895-49ca-87ca-37d0658fabd6","name":"List Orders of a User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{user_key}}","type":"text"}],"url":{"raw":"{{domain}}/api/v2/orders?type=association_estoppel&status=new&start=2023-11-01&end=2023-11-15","host":["{{domain}}"],"path":["api","v2","orders"],"query":[{"key":"type","value":"association_estoppel","description":"Type of the order"},{"key":"status","value":"new","description":"Status of the order"},{"key":"start","value":"2023-11-01","description":"Orders created after this date (yyyy-mm-dd)"},{"key":"end","value":"2023-11-15","description":"Orders created before this date (yyyy-mm-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 14:58:14 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": 1137557,\n            \"order\": {\n                \"status\": \"new\",\n                \"status_display\": \"New\",\n                \"created_date\": \"2023-11-15\",\n                \"estimated_date\": null,\n                \"completed_date\": null,\n                \"is_order_update\": false,\n                \"main_order_id\": null\n            },\n            \"closing\": {\n                \"file_number\": \"FILE-1234\",\n                \"requested_by\": \" \",\n                \"closing_date\": null,\n                \"needed_date\": null,\n                \"seller_name\": null,\n                \"buyer_name\": null\n            },\n            \"property\": {\n                \"property_type\": null,\n                \"address\": {\n                    \"line_1\": \"1593 Elkview Drive\",\n                    \"line_2\": \"Unit 100\",\n                    \"city\": \"Vero Beach\",\n                    \"state\": \"FL\",\n                    \"zip_code\": \"32960\",\n                    \"county\": \"Miami-Dade\",\n                    \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\n                },\n                \"folios\": [\n                    \"12345-67-8910\"\n                ]\n            },\n            \"request\": {\n                \"type\": \"association-estoppel\",\n                \"type_display\": \"HOA Estoppel Letter\",\n                \"rush\": true\n            },\n            \"special_instructions\": null,\n            \"pricing\": {\n                \"fees\": {\n                    \"service\": null,\n                    \"rush\": null,\n                    \"expenses\": null\n                },\n                \"total\": null,\n                \"paid\": false\n            },\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137557/share/2f902d77-0340-47dc-89ec-4c0d08fbd569\",\n            \"external_context\": null\n        },\n        {\n            \"order_id\": 1137554,\n            \"order\": {\n                \"status\": \"new\",\n                \"status_display\": \"New\",\n                \"created_date\": \"2023-11-15\",\n                \"estimated_date\": null,\n                \"completed_date\": null,\n                \"is_order_update\": true,\n                \"main_order_id\": 1137533\n            },\n            \"closing\": {\n                \"file_number\": \"987654321\",\n                \"requested_by\": \" \",\n                \"closing_date\": null,\n                \"needed_date\": null,\n                \"seller_name\": null,\n                \"buyer_name\": null\n            },\n            \"property\": {\n                \"property_type\": null,\n                \"address\": {\n                    \"line_1\": \"9090 SW 87th Ave\",\n                    \"line_2\": \"9090 SW 87th Ave - Line 2\",\n                    \"city\": \"Miami, FL 33176\",\n                    \"state\": \"FL\",\n                    \"zip_code\": \"33176\",\n                    \"county\": \"Miami-Dade County\",\n                    \"inline\": \"9090 SW 87th Ave 9090 SW 87th Ave - Line 2 Miami, FL 33176, FL 33176\"\n                },\n                \"folios\": [\n                    \"123456\"\n                ]\n            },\n            \"request\": {\n                \"type\": \"association-estoppel\",\n                \"type_display\": \"HOA Estoppel Letter\",\n                \"rush\": true\n            },\n            \"special_instructions\": null,\n            \"pricing\": {\n                \"fees\": {\n                    \"service\": null,\n                    \"rush\": null,\n                    \"expenses\": null\n                },\n                \"total\": null,\n                \"paid\": false\n            },\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137554/share/fa695dc2-7880-4f89-9a86-01dca33f594c\",\n            \"external_context\": null\n        },\n        {\n            \"order_id\": 1137545,\n            \"order\": {\n                \"status\": \"new\",\n                \"status_display\": \"New\",\n                \"created_date\": \"2023-11-15\",\n                \"estimated_date\": null,\n                \"completed_date\": null,\n                \"is_order_update\": true,\n                \"main_order_id\": 1137533\n            },\n            \"closing\": {\n                \"file_number\": \"987654321\",\n                \"requested_by\": \" \",\n                \"closing_date\": null,\n                \"needed_date\": null,\n                \"seller_name\": null,\n                \"buyer_name\": null\n            },\n            \"property\": {\n                \"property_type\": null,\n                \"address\": {\n                    \"line_1\": \"9090 SW 87th Ave\",\n                    \"line_2\": \"9090 SW 87th Ave - Line 2\",\n                    \"city\": \"Miami, FL 33176\",\n                    \"state\": \"FL\",\n                    \"zip_code\": \"33176\",\n                    \"county\": \"Miami-Dade County\",\n                    \"inline\": \"9090 SW 87th Ave 9090 SW 87th Ave - Line 2 Miami, FL 33176, FL 33176\"\n                },\n                \"folios\": [\n                    \"123456\"\n                ]\n            },\n            \"request\": {\n                \"type\": \"association-estoppel\",\n                \"type_display\": \"HOA Estoppel Letter\",\n                \"rush\": true\n            },\n            \"special_instructions\": null,\n            \"pricing\": {\n                \"fees\": {\n                    \"service\": null,\n                    \"rush\": null,\n                    \"expenses\": null\n                },\n                \"total\": null,\n                \"paid\": false\n            },\n            \"share_url\": \"https://dev.skylinelien.com/orders/1137545/share/aebc5529-8eef-48b5-9edf-b05369577daf\",\n            \"external_context\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://dev.skylinelien.com/api/v2/orders?page=1\",\n        \"last\": \"https://dev.skylinelien.com/api/v2/orders?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://dev.skylinelien.com/api/v2/orders?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://dev.skylinelien.com/api/v2/orders\",\n        \"per_page\": 100,\n        \"to\": 3,\n        \"total\": 3\n    }\n}"}],"_postman_id":"6351e5f5-31d6-46da-897a-241b9804ebdd"},{"name":"List Orders of a Company","id":"baee87f4-a07e-4a25-b3b4-42b97681ef80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_key}}"}]},"isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{user_key}}","type":"text"}],"url":"{{domain}}/api/v2/companies/{{company_id}}/orders?type=tax_certificate&status=cancelled&start=2019-04-01&end=2023-08-30","description":"<p>Returns a list of orders of a company. The <code>partner_key</code> is required to grant access at the company level. You may filter orders by <code>type</code>, <code>status</code> and <code>created_date</code> just like in the order list of the users. If no filter is provided, all orders will be returned.</p>\n<p><strong>Order types and corresponding value:</strong></p>\n<ol>\n<li>Lien Search - <code>lien_search</code></li>\n<li>Association Estoppel - <code>association_estoppel</code></li>\n<li>Association Identification - <code>hoa_identification</code></li>\n<li>Tax Certificate - <code>tax_certificate</code></li>\n<li>Title Search - <code>title_search</code></li>\n<li>UCC Search - <code>ucc_search</code></li>\n<li>Zoning Letter - <code>zoning_letter</code></li>\n<li>Mortgage Payoff Letter - <code>mortgage_payoff_letter</code></li>\n<li>Survey - <code>survey</code></li>\n</ol>\n<p><strong>Order statuses and the corresponding value:</strong></p>\n<ol>\n<li>New - <code>new</code></li>\n<li>Processing - <code>processing</code></li>\n<li>Ready - <code>ready</code></li>\n<li>On Hold - <code>on_hold</code></li>\n<li>Cancelled - <code>cancelled</code></li>\n</ol>\n<p>The <code>start</code> and <code>end</code> parameters can be used to filter based on the creation date of the order.</p>\n<blockquote>\n<p>Note that you may also call this endpoint with the <code>user_key</code> of a user with role <code>Company Manager</code>. </p>\n</blockquote>\n<p>The user that first created the company is a <code>Company Manager</code> by default, but there can be multiple managers. Contact Skyline Lien to request configuring another user as a <code>Company Manager</code>.</p>\n<blockquote>\n<p>The <code>share_url</code> provides public access to a web page that displays the order details, status and allows downloading the final documents. You may use this link if you don't need a custom user interface for the order details.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","companies","{{company_id}}","orders"],"host":["{{domain}}"],"query":[{"key":"type","value":"tax_certificate"},{"key":"status","value":"cancelled"},{"key":"start","value":"2019-04-01"},{"key":"end","value":"2023-08-30"}],"variable":[]}},"response":[{"id":"ebbb13a8-c642-44a7-ab13-db44e03ea9d3","name":"List Orders of a Company","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{user_key}}","type":"text"}],"url":{"raw":"{{domain}}/api/v2/companies/{{company_id}}/orders?type=tax_certificate&status=cancelled&start=2019-04-01&end=2023-08-30","host":["{{domain}}"],"path":["api","v2","companies","{{company_id}}","orders"],"query":[{"key":"type","value":"tax_certificate","description":"Type of the order"},{"key":"status","value":"cancelled","description":"Status of the order"},{"key":"start","value":"2019-04-01","description":"Orders created after this date (yyyy-mm-dd)"},{"key":"end","value":"2023-08-30","description":"Orders created before this date (yyyy-mm-dd)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 14:59:28 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"order_id\": 1129838,\n            \"order\": {\n                \"status\": \"cancelled\",\n                \"status_display\": \"Cancelled\",\n                \"created_date\": \"2023-08-01\",\n                \"estimated_date\": null,\n                \"completed_date\": null,\n                \"is_order_update\": false,\n                \"main_order_id\": null\n            },\n            \"closing\": {\n                \"file_number\": \"Test_Order_Number_90\",\n                \"requested_by\": \" \",\n                \"closing_date\": null,\n                \"needed_date\": null,\n                \"seller_name\": null,\n                \"buyer_name\": null\n            },\n            \"property\": {\n                \"property_type\": null,\n                \"address\": {\n                    \"line_1\": \"200 SW\",\n                    \"line_2\": \"apt. 300\",\n                    \"city\": \"Miami\",\n                    \"state\": \"FL\",\n                    \"zip_code\": \"33789\",\n                    \"county\": \"Miami Dade\",\n                    \"inline\": \"200 SW apt. 300 Miami, FL 33789\"\n                },\n                \"folios\": [\n                    \"Test_Order_Folio_4444\"\n                ]\n            },\n            \"request\": {\n                \"type\": \"tax-certificate\",\n                \"type_display\": \"Tax Certificate\",\n                \"rush\": true\n            },\n            \"special_instructions\": null,\n            \"pricing\": {\n                \"fees\": {\n                    \"service\": null,\n                    \"rush\": null,\n                    \"expenses\": null\n                },\n                \"total\": null,\n                \"paid\": false\n            },\n            \"share_url\": \"https://dev.skylinelien.com/orders/1129838/share/f1679e4a-d3bb-4159-abc2-96c9a8c75285\",\n            \"external_context\": null\n        },\n        {\n            \"order_id\": 1129828,\n            \"order\": {\n                \"status\": \"cancelled\",\n                \"status_display\": \"Cancelled\",\n                \"created_date\": \"2023-08-01\",\n                \"estimated_date\": null,\n                \"completed_date\": null,\n                \"is_order_update\": false,\n                \"main_order_id\": null\n            },\n            \"closing\": {\n                \"file_number\": \"Test_Order_file_12344\",\n                \"requested_by\": \" \",\n                \"closing_date\": null,\n                \"needed_date\": null,\n                \"seller_name\": null,\n                \"buyer_name\": null\n            },\n            \"property\": {\n                \"property_type\": null,\n                \"address\": {\n                    \"line_1\": \"123 NW\",\n                    \"line_2\": \"Apt. 3000\",\n                    \"city\": \"Miami\",\n                    \"state\": \"FL\",\n                    \"zip_code\": \"33456\",\n                    \"county\": \"Miami\",\n                    \"inline\": \"123 NW Apt. 3000 Miami, FL 33456\"\n                },\n                \"folios\": [\n                    \"Test_Order_folio_2323\"\n                ]\n            },\n            \"request\": {\n                \"type\": \"tax-certificate\",\n                \"type_display\": \"Tax Certificate\",\n                \"rush\": true\n            },\n            \"special_instructions\": null,\n            \"pricing\": {\n                \"fees\": {\n                    \"service\": null,\n                    \"rush\": null,\n                    \"expenses\": null\n                },\n                \"total\": null,\n                \"paid\": false\n            },\n            \"share_url\": \"https://dev.skylinelien.com/orders/1129828/share/9d9db88f-1013-48cc-916f-27464874c05b\",\n            \"external_context\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"https://dev.skylinelien.com/api/v2/companies/466/orders?page=1\",\n        \"last\": \"https://dev.skylinelien.com/api/v2/companies/466/orders?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"links\": [\n            {\n                \"url\": null,\n                \"label\": \"&laquo; Previous\",\n                \"active\": false\n            },\n            {\n                \"url\": \"https://dev.skylinelien.com/api/v2/companies/466/orders?page=1\",\n                \"label\": \"1\",\n                \"active\": true\n            },\n            {\n                \"url\": null,\n                \"label\": \"Next &raquo;\",\n                \"active\": false\n            }\n        ],\n        \"path\": \"https://dev.skylinelien.com/api/v2/companies/466/orders\",\n        \"per_page\": 100,\n        \"to\": 2,\n        \"total\": 2\n    }\n}"}],"_postman_id":"baee87f4-a07e-4a25-b3b4-42b97681ef80"}],"id":"bde98cd7-bc60-4cbd-ba9b-be74a1839117","description":"<p>An order is a request for searching information about a real estate property. Given a physical address and folios, Skyline Lien will conduct an investigation and produce a PDF report according to the services requested. There are nine types of orders and each one has different services available:</p>\n<ul>\n<li><p>Lien Searches</p>\n</li>\n<li><p>Association Estoppels</p>\n</li>\n<li><p>Association Identifications</p>\n</li>\n<li><p>Tax Certificates</p>\n</li>\n<li><p>Title Searches</p>\n</li>\n<li><p>Zoning Letters</p>\n</li>\n<li><p>UCC Searches</p>\n</li>\n<li><p>Mortgage Payoff Letter Searches</p>\n</li>\n<li><p>Surveys</p>\n</li>\n</ul>\n<p>Once an order is completed, an email will be sent to the user that placed it. The email contains a link to download the final report and the billing information for that order.</p>\n","event":[{"listen":"prerequest","script":{"id":"c63d1ac8-0d26-4d69-ac8c-4a0792652cc5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7b3e4ce6-3b74-4bfa-8181-d295918dcf95","type":"text/javascript","exec":[""]}}],"_postman_id":"bde98cd7-bc60-4cbd-ba9b-be74a1839117"},{"name":"Users","item":[{"name":"Create User","id":"b90a5618-da25-43e1-b40b-61ad81768831","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{partner_key}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Alicia\",\n    \"last_name\": \"Gonzalez\",\n    \"email\": \"agonzalez@exampletitle.com\",\n    \"password\": \"MyStrongPassword123\",\n    \"phone\": \"555-666-7788\"\n}"},"url":"{{domain}}/api/v2/companies/{{company_id}}/users","description":"<p>To create a new user in a company you will need the <code>partner_key</code> and the <code>company_id</code>. You can obtain the company id after creating a new company from the API. Also, if the company already exists, you can get its id from the company settings page on the Skyline Lien website.</p>\n<blockquote>\n<p>Note that you may also call this endpoint with the <code>user_key</code> of a user with role <code>Company Manager</code>. The user that first created the company is a <code>Company Manager</code> by default, but there can be multiple managers. Contact Skyline Lien to request configuring another user as a <code>Company Manager</code>.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","companies","{{company_id}}","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"19e8d540-75c9-4b1b-84f7-08e0567be8d4","name":"Create User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer {{partner_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"first_name\": \"Alicia\",\n    \"last_name\": \"Gonzalez\",\n    \"email\": \"agonzalez@email.com\",\n    \"password\": \"MyStrongPassword123\",\n    \"phone\": \"555-666-7788\"\n}"},"url":"{{domain}}/api/v2/companies/{{company_id}}/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"The mime type of this content","type":"text"},{"key":"Date","value":"Thu, 17 May 2018 14:49:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": 3732,\n        \"first_name\": \"Alicia\",\n        \"last_name\": \"Gonzalez\",\n        \"email\": \"agonzalez@email.com\",\n        \"phone\": \"555-666-7788\",\n        \"role_name\": \"Client\",\n        \"created_at\": \"2023-12-20 07:14:23\",\n        \"user_keys\": [\n            {\n                \"user_key\": \"58ce705c69e4bb38905b2c8fc3fdb20edfac8468\",\n                \"created_at\": \"2023-12-20 07:14:23\",\n                \"last_used_at\": \"2023-12-20 07:14:23\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b90a5618-da25-43e1-b40b-61ad81768831"},{"name":"Get User","id":"074940ff-e03c-4bfa-88f3-db1d150fd106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{user_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{domain}}/api/v2/users/{{user_id}}","description":"<p>Finds a user by the <code>user_id</code>, and returns the user information including the <code>user_key</code> which can be used to make request on behalf of the user.</p>\n<blockquote>\n<p>Note that you may also call this endpoint with the <code>user_key</code> of a user with role <code>Company Manager</code>. The user that first created the company is a <code>Company Manager</code> by default, but there can be multiple managers. Contact Skyline Lien to request configuring another user as a <code>Company Manager</code>.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","users","{{user_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"812cb516-03cb-4f21-bd21-158c523304b5","name":"User Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{user_key}}","type":"text"}],"url":"{{domain}}/api/v2/users/{{user_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 14:52:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"user_id\": 3732,\r\n        \"first_name\": \"Alicia\",\r\n        \"last_name\": \"Gonzalez\",\r\n        \"email\": \"agonzalez@email.com\",\r\n        \"phone\": \"555-666-7788\",\r\n        \"role_name\": \"Client\",\r\n        \"created_at\": \"2023-12-20 07:14:23\",\r\n        \"user_keys\": [\r\n            {\r\n                \"user_key\": \"58ce705c69e4bb38905b2c8fc3fdb20edfac8468\",\r\n                \"created_at\": \"2023-12-20 07:14:23\",\r\n                \"last_used_at\": \"2023-12-20 07:14:23\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"074940ff-e03c-4bfa-88f3-db1d150fd106"},{"name":"Authenticate User","id":"14ef0eaa-9380-4863-afc5-9c1ec1865270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{partner_key}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"test@example.com\",\n\t\"password\": \"mySecurePassword\"\n}"},"url":"{{domain}}/api/v2/users/authenticate","description":"<p>Finds a user by the <code>email</code> and <code>password</code>, and returns the user information including the <code>user_key</code> which can be used to make request on behalf of the user.</p>\n<p>If you don't have an option to add a body to the HTTP GET request, you may pass the email and password as part of the query string (<strong>make sure to URL encode these parameters</strong>):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>?email=test%40example.com&amp;password=mySecurePassword\n</code></pre><blockquote>\n<p>This endpoint works out-of-the-box for companies created via the API because the access is granted to the partner creating it. For companies created manually on the website please contact Skyline Lien to get access to it.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","users","authenticate"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"8d5f3328-d065-42a7-9c88-971f80b8b6e6","name":"Authenticate User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{partner_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"agonzalez@email.com\",\n\t\"password\": \"MyStrongPassword123\"\n}"},"url":"{{domain}}/api/v2/users/authenticate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 14:52:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"user_id\": 3732,\r\n        \"first_name\": \"Alicia\",\r\n        \"last_name\": \"Gonzalez\",\r\n        \"email\": \"agonzalez@email.com\",\r\n        \"phone\": \"555-666-7788\",\r\n        \"role_name\": \"Client\",\r\n        \"created_at\": \"2023-12-20 07:14:23\",\r\n        \"user_keys\": [\r\n            {\r\n                \"user_key\": \"58ce705c69e4bb38905b2c8fc3fdb20edfac8468\",\r\n                \"created_at\": \"2023-12-20 07:14:23\",\r\n                \"last_used_at\": \"2023-12-20 07:14:23\"\r\n            }\r\n        ]\r\n    }\r\n}"}],"_postman_id":"14ef0eaa-9380-4863-afc5-9c1ec1865270"},{"name":"List Users of a Company","id":"efed743c-ccaf-4521-9e59-4894310341af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{partner_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{domain}}/api/v2/companies/{{company_id}}/users","description":"<p>Returns a list of all users that belong to a company.</p>\n<blockquote>\n<p>Note that you may also call this endpoint with the <code>user_key</code> of a user with role <code>Company Manager</code>. The user that first created the company is a <code>Company Manager</code> by default, but there can be multiple managers. Contact Skyline Lien to request configuring another user as a <code>Company Manager</code>.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","companies","{{company_id}}","users"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"4ff762c8-1d88-4251-be1d-f1a434d35cd4","name":"List Users of a Company","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{partner_key}}","type":"text"}],"url":"{{domain}}/api/v2/companies/{{company_id}}/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 14:51:54 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\r\n    \"data\": [    \r\n        {\r\n            \"user_id\": 3732,\r\n            \"first_name\": \"Alicia\",\r\n            \"last_name\": \"Gonzalez\",\r\n            \"email\": \"agonzalez@email.com\",\r\n            \"phone\": \"555-666-7788\",\r\n            \"role_name\": \"Client\",\r\n            \"created_at\": \"2023-12-20 07:14:23\",\r\n            \"user_keys\": [\r\n                {\r\n                    \"user_key\": \"58ce705c69e4bb38905b2c8fc3fdb20edfac8468\",\r\n                    \"created_at\": \"2023-12-20 07:14:23\",\r\n                    \"last_used_at\": \"2023-12-20 07:14:23\"\r\n                }\r\n            ]\r\n        }\r\n    ],\r\n    \"links\": {\r\n        \"first\": \"https://dev.skylinelien.com/api/v2/companies/466/users?page=1\",\r\n        \"last\": \"https://dev.skylinelien.com/api/v2/companies/466/users?page=1\",\r\n        \"prev\": null,\r\n        \"next\": null\r\n    },\r\n    \"meta\": {\r\n        \"current_page\": 1,\r\n        \"from\": 1,\r\n        \"last_page\": 1,\r\n        \"links\": [\r\n            {\r\n                \"url\": null,\r\n                \"label\": \"&laquo; Previous\",\r\n                \"active\": false\r\n            },\r\n            {\r\n                \"url\": \"https://dev.skylinelien.com/api/v2/companies/466/users?page=1\",\r\n                \"label\": \"1\",\r\n                \"active\": true\r\n            },\r\n            {\r\n                \"url\": null,\r\n                \"label\": \"Next &raquo;\",\r\n                \"active\": false\r\n            }\r\n        ],\r\n        \"path\": \"https://dev.skylinelien.com/api/v2/companies/466/users\",\r\n        \"per_page\": 100,\r\n        \"to\": 1,\r\n        \"total\": 1\r\n    }\r\n}"}],"_postman_id":"efed743c-ccaf-4521-9e59-4894310341af"}],"id":"a0b92ef1-ee80-4a18-a762-7eb13a191f7a","description":"<p>A user may place orders such as lien searches, estoppels and tax certificates. Once the order is completed the user will receive an email with a link to the final report in PDF.</p>\n","_postman_id":"a0b92ef1-ee80-4a18-a762-7eb13a191f7a"},{"name":"Companies","item":[{"name":"Create Company","id":"c09f570e-3111-4f2f-bd84-042ab5eedb01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{partner_key}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Example Title\",\n    \"email\": \"contact@exampletitle.com\",\n    \"phone\": \"888-777-6655\",\n    \"address\": {\n        \"line_1\": \"62 Yukon Street\",\n        \"line_2\": \"Unit 3\",\n        \"city\": \"Neenah\",\n        \"state\": \"WI\",\n        \"zip_code\": \"54956\"\n    }\n}"},"url":"{{domain}}/api/v2/companies","description":"<blockquote>\n<p>To create an account with Skyline Lien all companies and users must read and accept our Terms and Conditions and Privacy Policy. Make sure to display the appropriate links: <a href=\"https://skylinelien.com/terms\">https://skylinelien.com/terms</a> and <a href=\"https://skylinelien.com/privacy-policy\">https://skylinelien.com/privacy-policy</a></p>\n</blockquote>\n","urlObject":{"path":["api","v2","companies"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"45147c60-fc7a-4b80-a92e-4413383c3fa3","name":"Create Company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Authorization","value":"Bearer {{partner_key}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New Company\",\n    \"email\": \"contact@email.com\",\n    \"phone\": \"888-777-6655\",\n    \"address\": {\n        \"line_1\": \"62 Yukon Street\",\n        \"line_2\": \"Unit 3\",\n        \"city\": \"Neenah\",\n        \"state\": \"WI\",\n        \"zip_code\": \"54956\"\n    }\n}"},"url":"{{domain}}/api/v2/companies"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 14:47:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"company_id\": 825,\r\n        \"name\": \"New Company\",\r\n        \"slug\": \"new-company\",\r\n        \"email\": \"contact@email.com\",\r\n        \"phone\": \"888-777-6655\",\r\n        \"address\": {\r\n            \"line_1\": \"62 Yukon Street\",\r\n            \"line_2\": \"Unit 3\",\r\n            \"city\": \"Neenah\",\r\n            \"state\": \"WI\",\r\n            \"zip_code\": \"54956\",\r\n            \"county\": null,\r\n            \"inline\": \"62 Yukon Street Unit 3 Neenah, WI 54956\"\r\n        },\r\n        \"orders_count\": 0,\r\n        \"open_balance\": 0,\r\n        \"users\": []\r\n    }\r\n}"}],"_postman_id":"c09f570e-3111-4f2f-bd84-042ab5eedb01"},{"name":"Company Details","id":"214ca824-5da9-4d92-b83a-1536c397fcee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{partner_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{domain}}/api/v2/companies/{{company_id}}","description":"<p>Returns the details of a company.</p>\n<blockquote>\n<p>Note that you may also call this endpoint with the <code>user_key</code> of a user with role <code>Company Manager</code>. The user that first created the company is a <code>Company Manager</code> by default, but there can be multiple managers. Contact Skyline Lien to request configuring another user as a <code>Company Manager</code>.</p>\n</blockquote>\n","urlObject":{"path":["api","v2","companies","{{company_id}}"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"81785b1d-806f-4656-a69e-05a0d3e2b8fa","name":"Company Details","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{partner_key}}","type":"text"}],"url":"{{domain}}/api/v2/companies/{{company_id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 15:02:36 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\r\n    \"data\": {\r\n        \"company_id\": 825,\r\n        \"name\": \"New Company\",\r\n        \"slug\": \"new-company\",\r\n        \"email\": \"contact@email.com\",\r\n        \"phone\": \"888-777-6655\",\r\n        \"address\": {\r\n            \"line_1\": \"62 Yukon Street\",\r\n            \"line_2\": \"Unit 3\",\r\n            \"city\": \"Neenah\",\r\n            \"state\": \"WI\",\r\n            \"zip_code\": \"54956\",\r\n            \"county\": null,\r\n            \"inline\": \"62 Yukon Street Unit 3 Neenah, WI 54956\"\r\n        },\r\n        \"orders_count\": 0,\r\n        \"open_balance\": 0,\r\n        \"users\": []\r\n    }\r\n}"}],"_postman_id":"214ca824-5da9-4d92-b83a-1536c397fcee"},{"name":"List Companies","id":"1cc28a4c-e5d3-4b42-b393-39c2e49f8f6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{partner_key}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{domain}}/api/v2/companies","description":"<p>Returs a list of all companies created by an API partner.</p>\n","urlObject":{"path":["api","v2","companies"],"host":["{{domain}}"],"query":[],"variable":[]}},"response":[{"id":"003f9ddb-5f2b-4d34-9214-65d6bce17151","name":"List Companies","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{partner_key}}","type":"text"}],"url":"{{domain}}/api/v2/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, private","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 17 May 2018 14:50:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Keep-Alive","value":"timeout=5, max=100","name":"Keep-Alive","description":"Custom header"},{"key":"Server","value":"Apache","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"PHP/7.1.6","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-RateLimit-Limit","value":"30","name":"X-RateLimit-Limit","description":"Custom header"},{"key":"X-RateLimit-Remaining","value":"29","name":"X-RateLimit-Remaining","description":"Custom header"}],"cookie":[{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6IkVlZ3ptVHAwMnJvODZVNWpnTE16aGc9PSIsInZhbHVlIjoiOFpBSDl2MUlPbUlTQlhcL3R0a2hleHlwTVNZcDROT3k1aFY1b3lmM2pJZURWNWkwZ2xoZnBueHR5ZVZcLzdvTTZEK0ZsUzJvNjV6S3lXOEE1TEFZQm9TQT09IiwibWFjIjoiYWYzY2NlODc1ZWVjOWRkMmI0MGY1M2I4ZTIzMDhmZDQ5M2M5YWEzOTQ4ODIzYWM0NWY0M2U0Njg4M2NmNGIxNyJ9","key":"XSRF-TOKEN"},{"expires":"Fri May 18 2018 13:42:09 GMT+0000 (Coordinated Universal Time)","httpOnly":true,"domain":"skyline6","path":"/","secure":false,"value":"eyJpdiI6Ijh3aGQrc0hZSGgxenpmWWVHdXJob0E9PSIsInZhbHVlIjoibUpjT09LV291eHNrYVozK1VYNnpab2lZbjRrdFVOYzBXSnBTZ0NWVG9SV252NmJWSzhsZnB2WnpVb1FJcjVzVjZzTmYzWnl6VzhWY3FVTTMyVjJuYXc9PSIsIm1hYyI6IjkzMzRjNzM2NDk2ZGU1NDkxZDhlMTU2MmRiM2NjZGQ2ZjViNGM2ODAzOWU3YzE5YmU3ZGI1ZGUzMmJkOWRhZDUifQ%3D%3D","key":"laravel_session"}],"responseTime":null,"body":"{\r\n    \"data\": [\r\n        {\r\n            \"company_id\": 825,\r\n            \"name\": \"New Company\",\r\n            \"slug\": \"new-company\",\r\n            \"email\": \"contact@email.com\",\r\n            \"phone\": \"888-777-6655\",\r\n            \"address\": {\r\n                \"line_1\": \"62 Yukon Street\",\r\n                \"line_2\": \"Unit 3\",\r\n                \"city\": \"Neenah\",\r\n                \"state\": \"WI\",\r\n                \"zip_code\": \"54956\",\r\n                \"county\": null,\r\n                \"inline\": \"62 Yukon Street Unit 3 Neenah, WI 54956\"\r\n            }\r\n        }\r\n    ]\r\n}"}],"_postman_id":"1cc28a4c-e5d3-4b42-b393-39c2e49f8f6e"}],"id":"7b40e58f-5d7a-418e-95ee-0d9be63f621a","description":"<p>A company may contain multiple users which in turn may place orders. Skyline Lien will bill companies for all the orders placed by its users. Contact information such as address, email and phone are required for billing purposes.</p>\n","event":[{"listen":"prerequest","script":{"id":"2c13a877-57bc-41ea-9d64-6e0731d5c61b","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d00cd21a-407c-4e87-ab3b-fd55fc6c4b11","type":"text/javascript","exec":[""]}}],"_postman_id":"7b40e58f-5d7a-418e-95ee-0d9be63f621a"},{"name":"Webhooks","item":[{"name":"Order Status Changed","id":"acf00c2b-6104-438e-8e4c-1bfafc4b625c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"data\": {\n        \"order_id\": 1137609,\n        \"order\": {\n            \"status\": \"new\",\n            \"status_display\": \"New\",\n            \"created_date\": \"2023-12-19\",\n            \"estimated_date\": null,\n            \"completed_date\": null,\n            \"notes\": null,\n            \"is_order_update\": false,\n            \"main_order_id\": null\n        },\n        \"closing\": {\n            \"file_number\": \"FILE-1234\",\n            \"requested_by\": \"John Smith\",\n            \"closing_date\": \"2023-05-05\",\n            \"needed_date\": \"2023-04-05\",\n            \"seller_name\": \"Maria Gomez\",\n            \"buyer_name\": \"Nick Bowman\",\n            \"confidential_record\": true,\n            \"refinance\": true\n        },\n        \"property\": {\n            \"property_type\": \"residential\",\n            \"address\": {\n                \"line_1\": \"1593 Elkview Drive\",\n                \"line_2\": \"Unit 100\",\n                \"city\": \"Vero Beach\",\n                \"state\": \"FL\",\n                \"zip_code\": \"32960\",\n                \"county\": \"Miami-Dade\",\n                \"inline\": \"1593 Elkview Drive Unit 100 Vero Beach, FL 32960\"\n            },\n            \"folios\": [\n                \"123-345-789\"\n            ],\n            \"legal_description\": \"Some legal description about the property.\",\n            \"vacant_lot\": true\n        },\n        \"request\": {\n            \"type\": \"lien-search\",\n            \"type_display\": \"Lien Search\",\n            \"rush\": true,\n            \"notification_emails\": [\n                \"user@domain.com\"\n            ],\n            \"services\": [\n                \"taxes\",\n                \"waste\",\n                \"utilities\",\n                \"work\",\n                \"code\",\n                \"letter\",\n                \"permit\"\n            ]\n        },\n        \"special_instructions\": \"Special instructions go here.\",\n        \"pricing\": {\n            \"fees\": {\n                \"service\": \"0.00\",\n                \"rush\": \"35.00\",\n                \"expenses\": \"0.00\"\n            },\n            \"total\": \"35.00\",\n            \"paid\": false\n        },\n        \"share_url\": \"https://dev.skylinelien.com/orders/1137609/share/67e208cd-002c-48ec-aef9-d68f9e0f2992\",\n        \"attachments\": [],\n        \"external_context\": {\n            \"custom_key\": \"custom_value\",\n            \"some_external_id\": \"987654321\"\n        }\n    }\n}"},"url":"https://{{your_webhook_url}}","description":"<p>Sends a POST request to your endpoint with the order details when an order changes status. For example, to notify your users when the order is ready, or if there's an issue with the order when it's on hold.</p>\n<blockquote>\n<p>Note that the order resource schema is the same as in the order details <code>GET /api/orders/{{order_id}}</code> you may reuse the same parser and validator if you like. One difference is that the callback data is in the top level of the JSON object (not inside a <code>data</code> key like in the Order Details endpoint)</p>\n</blockquote>\n","urlObject":{"protocol":"https","host":["{{your_webhook_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"acf00c2b-6104-438e-8e4c-1bfafc4b625c"}],"id":"42f0bf9d-652e-4ffe-9b29-3bda7e86b9b2","description":"<p>Callbacks are HTTP POST requests from Skyline Lien to your platform as soon as certain triggers happen such us a change in order status.</p>\n<p>When setting up the API Partner account with us, you will need to provide a <code>callback_url</code>, the authentication method and credentials for us to be able to send requests to your endpoint. For example,</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Endpoint: https://yourdomain.com/api/skylinelien/callback\nAuth: Bearer Token\nToken: abc123\n\n</code></pre><h3 id=\"callback-authentication\">Callback Authentication</h3>\n<p>We currently support the following authentiation methods:</p>\n<ul>\n<li>Bearer Token authentication passed in the HTTP header</li>\n<li>HTTP Basic Auth with username and password</li>\n</ul>\n<p>If your system requires another form of authentication, please let us know to develop a custom integration.</p>\n<h3 id=\"storing-custom-attributes\">Storing Custom Attributes</h3>\n<p>You may store custom data in the <code>external_context</code> of an order in JSON. When the callback is triggered, that data is sent back to you as part of the payload. This is useful for storing useful information about the order such as external ids, customer ids, tracking ids, etc.</p>\n<blockquote>\n<p>Note that the external context is not designed for storing secrets or sensitive data.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"ea02a564-344b-423e-9e1c-f9622c284874","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"586179d5-222c-4db3-aced-18e49d3183f2","type":"text/javascript","exec":[""]}}],"_postman_id":"42f0bf9d-652e-4ffe-9b29-3bda7e86b9b2"}],"event":[{"listen":"prerequest","script":{"id":"785d7b76-9cb0-48d5-8525-7545aab6d931","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"60c63b03-464b-45f0-b60d-5fc4efe1e842","type":"text/javascript","exec":[""]}}]}