{"info":{"_postman_id":"a55ff8c4-2cea-4911-a4d8-d94520531d19","name":"QuoteRUSH Client API","description":"<html><head></head><body><h1 id=\"client-api\">Client API</h1>\n<h2 id=\"quick-start\">Quick start</h2>\n<ol>\n<li><p>Import the collection.</p>\n</li>\n<li><p>Set collection variables (or environment variables): <code>baseUrl</code>, <code>EndpointKey</code>, <code>Agency</code>, <code>WebId</code>, <code>WebIdPassword</code>.</p>\n</li>\n<li><p>Run <code>GetNewLeads</code> to verify auth.</p>\n</li>\n<li><p>Use <code>GetLeadInfo</code> / <code>FindLeads</code> to locate leads and retrieve lead info.</p>\n</li>\n<li><p>Use <code>SubmitQuoteRequest</code> to request quotes, then <code>GetQuotes</code> to retrieve results.</p>\n</li>\n</ol>\n<h2 id=\"authentication-patterns\">Authentication patterns</h2>\n<p>This API uses two credential styles:</p>\n<h3 id=\"a-lead-endpoints-headers\">A) Lead endpoints (headers)</h3>\n<ul>\n<li><p><code>WebId: </code></p>\n</li>\n<li><p><code>WebIdPassword: </code></p>\n</li>\n</ul>\n<h3 id=\"b-quoteestimate-endpoints-json-body\">B) Quote/estimate endpoints (JSON body)</h3>\n<ul>\n<li><p><code>EndpointKey: </code></p>\n</li>\n<li><p><code>Agency: </code></p>\n</li>\n</ul>\n<blockquote>\n<p>Note: <code>FindLeads</code> uses header keys <code>WEBID</code> and <code>WEBIDPASSWORD</code> in this collection. HTTP headers are typically case-insensitive, but some stacks can be picky—use the header names shown on each request if you hit auth issues.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Client API","slug":"client-api"}],"owner":"1536198","collectionId":"a55ff8c4-2cea-4911-a4d8-d94520531d19","publishedId":"2sB3dVNT3K","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"5C86C4"},"publishDate":"2025-12-17T18:11:32.000Z"},"item":[{"name":"Quotes","item":[{"name":"Get Quotes","id":"0afdb389-610e-4b3b-a765-2250621352df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Home\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotes","description":"<h3 id=\"get-quotes\">Get Quotes</h3>\n<p>Retrieve quote results for a specific <code>LeadId</code> and <code>LOB</code>.</p>\n<p><strong>When to use</strong></p>\n<ul>\n<li><p>After submitting a quote request</p>\n</li>\n<li><p>To refresh quote results in your UI</p>\n</li>\n</ul>\n<p><strong>Required JSON fields</strong></p>\n<ul>\n<li><p><code>EndpointKey</code> (collection variable)</p>\n</li>\n<li><p><code>Agency</code> (collection variable)</p>\n</li>\n<li><p><code>LeadId</code> (numeric)</p>\n</li>\n<li><p><code>LOB</code> (example: <code>Home, Auto or Flood</code>)</p>\n</li>\n</ul>\n<p><strong>Returns JSON Array</strong></p>\n","urlObject":{"path":["GetQuotes"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"9dcd0a5b-173c-4ac4-ac4a-2168e8240f03","name":"Get Quotes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Home|Auto|Flood\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"status\": \"No Recent Home|Auto|Flood Quotes\"\r\n}"},{"id":"0a9c986e-57b1-4bf7-a694-c971b69d0807","name":"Get Quotes - Return for Home","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Home\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Quotes\": [\n        {\n            \"SiteName\": \"Carrier 1\",\n            \"Premium\": \"2189.00\",\n            \"QuoteDate\": \"02/11/2026\",\n            \"CoverageA\": \"450000\",\n            \"CoverageB\": \"67500\",\n            \"CoverageC\": \"225000\",\n            \"CoverageD\": \"45000\",\n            \"CoverageE\": \"300000\",\n            \"CoverageF\": \"5000\",\n            \"HurricaneDeductible\": \"2%\",\n            \"WindHailDeductible\": \"Excluded\",\n            \"AOP\": \"$2,500\",\n            \"OptionalPPRC\": 1,\n            \"AdditionalLawOrdinance\": \"0%\",\n            \"QuoteURL\": \"https://mockurl-to-open-quote.com/QuoteID\",\n            \"QuoteMessage\": \"Quote on carriers site may have been created using some defaults.  Verify quote details for accuracy and eligibility.\"\n        },\n        {\n            \"SiteName\": \"Carrier 2\",\n            \"Premium\": \"2627.00\",\n            \"QuoteDate\": \"02/11/2026\",\n            \"CoverageA\": \"450000\",\n            \"CoverageB\": \"9000\",\n            \"CoverageC\": \"225000\",\n            \"CoverageD\": \"45000\",\n            \"CoverageE\": \"300000\",\n            \"CoverageF\": \"2000\",\n            \"HurricaneDeductible\": \"5%\",\n            \"WindHailDeductible\": null,\n            \"AOP\": \"$2,500\",\n            \"OptionalPPRC\": 1,\n            \"AdditionalLawOrdinance\": \"25%\",\n            \"QuoteURL\": null,\n            \"QuoteMessage\": \"Quote on carriers site may have been created using some defaults.  Verify quote details for accuracy and eligibility.\"\n        },\n        {\n            \"SiteName\": \"Carrier 3\",\n            \"Premium\": \"2027.00\",\n            \"QuoteDate\": \"02/11/2026\",\n            \"CoverageA\": \"400000\",\n            \"CoverageB\": \"9000\",\n            \"CoverageC\": \"205000\",\n            \"CoverageD\": \"45000\",\n            \"CoverageE\": \"300000\",\n            \"CoverageF\": \"2000\",\n            \"HurricaneDeductible\": \"5%\",\n            \"WindHailDeductible\": null,\n            \"AOP\": \"$2,500\",\n            \"OptionalPPRC\": 1,\n            \"AdditionalLawOrdinance\": \"25%\",\n            \"QuoteURL\": null,\n            \"QuoteMessage\": \"Quote on carriers site may have been created using some defaults.  Verify quote details for accuracy and eligibility.\"\n        }\n    ],\n    \"LeadName\": \"Testing Test\",\n    \"MailingAddress\": \"1234 Nowhere Blvd PALM HARBOR, FL 34684\",\n    \"Email\": \"test234@testy.com\",\n    \"PropertyAddress\": \"1234 Nowhere Blvd PALM HARBOR, FL 34684\",\n    \"Status\": \"Success\",\n    \"QuoteCounter\": 3\n}"},{"id":"ef7c3467-47c5-48ec-b478-19b60218772b","name":"Get Quotes - Return for Auto","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Auto\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Quotes\": [\n        {\n            \"SiteName\": \"Carrier 1\",\n            \"Premium\": \"4257.00\",\n            \"QuoteDate\": \"02/18/2026\",\n            \"QuoteURL\": \"https://mock-url-to-open-quote.com/QuoteId\",\n            \"QuoteMessage\": \"Quote on carriers site may have been created using some defaults.\"\n        },\n        {\n            \"SiteName\": \"Carrier 2\",\n            \"Premium\": \"3583.32\",\n            \"QuoteDate\": \"02/20/2026\",\n            \"QuoteURL\": null,\n            \"QuoteMessage\": \"Quote on carriers site may have been created using some defaults.\"\n        }\n    ],\n    \"LeadName\": \"Testing Tester\",\n    \"MailingAddress\": \"1234 NOWHERE BLVD PALM HARBOR, FL 34684\",\n    \"Email\": \"test234@testy.com\",\n    \"Drivers\": [\n        {\n            \"Name\": \"Testing Tester\",\n            \"Rated\": \"Rated\"\n        },\n        {\n            \"Name\": \"Tester Spouse\",\n            \"Rated\": \"Rated\"\n        }\n    ],\n    \"Vehicles\": [\n        {\n            \"PrimaryDriver\": \"Testing Tester\",\n            \"Location\": \"Same As The Property Address*1234 NOWHERE BLVD :  : PALM HARBOR : FL : 34684\",\n            \"Year\": 2019,\n            \"Make\": \"Honda\",\n            \"Model\": \"Odyssey\",\n            \"ComprehensiveDeductible\": \"250\",\n            \"CollisionDeductible\": \"1000\",\n            \"EAP\": 0,\n            \"Towing\": \"Unlimited\",\n            \"Rental\": \"40/1200\",\n            \"UseType\": \"To Work\"\n        },\n        {\n            \"PrimaryDriver\": \"Tester Spouse\",\n            \"Location\": \"Same As The Property Address*1234 NOWHERE BLVD :  : PALM HARBOR : FL : 34684\",\n            \"Year\": 2024,\n            \"Make\": \"Hyundai\",\n            \"Model\": \"IONIQ 6\",\n            \"ComprehensiveDeductible\": \"250\",\n            \"CollisionDeductible\": \"100\",\n            \"EAP\": 0,\n            \"Towing\": \"100\",\n            \"Rental\": \"30/900\",\n            \"UseType\": \"Pleasure\"\n        }\n    ],\n    \"Status\": \"Success\",\n    \"QuoteCounter\": 2,\n    \"DriversCounter\": 2,\n    \"VehiclesCounter\": 2\n}"},{"id":"0c645770-de29-4d36-ae9e-9c83315896dc","name":"Get Quotes - Return for Flood","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Flood\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Quotes\": [\n        {\n            \"SiteName\": \"Carrier 1\",\n            \"Premium\": \"851.00\",\n            \"QuoteDate\": \"02/19/2026\",\n            \"CoverageA\": \"250000\",\n            \"CoverageC\": \"100000\",\n            \"FloodDeductible\": \"2000\",\n            \"QuoteURL\": \"https://mock-url-to-open-quote.com/QuoteId\",\n            \"QuoteMessage\": \"Quote on carriers site may have been created using some defaults.  Verify quote details for accuracy and eligibility.\\n\\nVIP Carrier Quote.\\n\\nOriginal Building Coverage (430700) was changed to the NFIP maximum of (250000) so the quote could complete.\"\n        },\n        {\n            \"SiteName\": \"Carrier 2\",\n            \"Premium\": \"788.00\",\n            \"QuoteDate\": \"02/19/2026\",\n            \"CoverageA\": \"250000\",\n            \"CoverageC\": \"100000\",\n            \"FloodDeductible\": \"$1,250\",\n            \"QuoteURL\": null,\n            \"QuoteMessage\": \"Quote on carriers site may have been created using some defaults.  Verify quote details for accuracy and eligibility.\\n\\n\"\n        }\n    ],\n    \"LeadName\": \"Testing Tester\",\n    \"MailingAddress\": \"1234 NOWHERE BLVD PALM HARBOR, FL 34684\",\n    \"Email\": \"test234@testy.com\",\n    \"PropertyAddress\": \"1234 NOWHERE BLVD PALM HARBOR, FL 34684\",\n    \"Status\": \"Success\",\n    \"QuoteCounter\": 2\n}"}],"_postman_id":"0afdb389-610e-4b3b-a765-2250621352df"},{"name":"Submit Quote Request (Premium)","id":"542e8eed-52d7-436a-bbfc-87f263c11e66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"|\",\r\n    \"Agency\": \"|\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Home|Auto|Flood\",\r\n    \"Submitter\": \"EMAILADDRESSFORUSERATAGENCY\",\r\n    \"Carriers\": [\r\n        \"Alert Auto\",\r\n        \"Allstate\",\r\n        \"Auto Owners\",\r\n        \"Bristol West\",\r\n        \"Dairyland\",\r\n        \"Foremost ARS\",\r\n        \"Gainsco\",\r\n        \"Kemper\",\r\n        \"Mercury\",\r\n        \"National General\",\r\n        \"Progressive\",\r\n        \"Safeco\",\r\n        \"Travelers\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"/SubmitQuoteRequest","description":"<h3 id=\"submitquoterequest-premium\">SubmitQuoteRequest (Premium)</h3>\n<p>*Please note, this is a premium request and is charged per request, it also requires a service to be enabled by our Billing team. To have this service enabled please have your QuoteRUSH account admin reach out to <a href=\"https://mailto:billing@quoterush.com\">billing@quoterush.com</a></p>\n<p>They can enable the service and provide pricing.</p>\n<p>Submit a quote request for a lead to one or more carriers.</p>\n<p><strong>Required JSON fields</strong></p>\n<ul>\n<li><p><code>LeadId</code></p>\n</li>\n<li><p><code>LOB</code> (example uses pipe-delimited: <code>Home|Auto|Flood</code>)</p>\n</li>\n<li><p><code>Submitter</code> (agency user email)</p>\n</li>\n<li><p><code>Carriers</code> (array of carrier names)</p>\n</li>\n</ul>\n<p><strong>Optional JSON fields</strong></p>\n<ul>\n<li><p><code>callbackUrl (string)</code></p>\n<ul>\n<li>The URL provided here should be configured to handle receiving the Quote result(s) payloads (see GetQuotes endpoint)</li>\n</ul>\n</li>\n</ul>\n<p><strong>Credential fields</strong><br />This collection shows:</p>\n<ul>\n<li><p><code>EndpointKey</code>: <code> OR </code></p>\n</li>\n<li><p><code>Agency</code>: <code> OR </code></p>\n</li>\n</ul>\n","urlObject":{"path":["SubmitQuoteRequest"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"542e8eed-52d7-436a-bbfc-87f263c11e66"},{"name":"Get Quotable Carriers for Lead","id":"95685948-7149-4a5f-9d32-061aeb8296e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Home|Auto|Flood\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotableSitesForLead","description":"<p>Returns the list of quotable insurance carriers available for a given lead, filtered by line of business (LOB).</p>\n<h2 id=\"request-body\">Request Body</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>EndpointKey</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>API authentication key for the endpoint. Use the <code></code> variable.</td>\n</tr>\n<tr>\n<td><code>Agency</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The agency identifier. Use the <code></code> variable.</td>\n</tr>\n<tr>\n<td><code>LeadId</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>The unique identifier of the lead to look up quotable carriers for.</td>\n</tr>\n<tr>\n<td><code>LOB</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Supported values: <code>Home</code>, <code>Auto</code>, or <code>Flood.</code></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response\">Response</h2>\n<p>Returns a list of carriers that are eligible to be quoted for the specified lead and lines of business. See the saved examples for sample responses per LOB:</p>\n<ul>\n<li><p><strong>Get Quotable Carriers for Lead (Auto)</strong> — carriers available for auto insurance</p>\n</li>\n<li><p><strong>Get Quotable Carriers for Lead (Flood)</strong> — carriers available for flood insurance</p>\n</li>\n<li><p><strong>Get Quotable Carriers for Lead (Home)</strong> — carriers available for home insurance</p>\n</li>\n</ul>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The <code>LOB</code> field supports a single line of business in a request.</p>\n</li>\n<li><p>Authentication is handled via the <code>EndpointKey</code> and <code>Agency</code> fields in the request body.</p>\n</li>\n</ul>\n","urlObject":{"path":["GetQuotableSitesForLead"],"host":[""],"query":[],"variable":[]}},"response":[{"id":"ce4d1f4d-51a6-4119-8f0b-3b2ed2878c39","name":"Get Quotable Carriers for Lead (Home)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Home\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotableSitesForLead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"Sites\": [\n        \"Allstate\",\n        \"American Integrity\",\n        \"American Traditions\",\n        \"Centauri\",\n        \"Citizens Policy Center\",\n        \"Florida Family\",\n        \"Florida Peninsula\",\n        \"Frontline\",\n        \"Monarch\",\n        \"One Alliance North America\",\n        \"Progressive\",\n        \"Safeco\",\n        \"Security First\",\n        \"Southern Oak\",\n        \"Stillwater\",\n        \"Tower Hill\",\n        \"Universal PC\"\n    ],\n    \"QuotableSites\": 17,\n    \"status\": \"Success\"\n}"},{"id":"232418a5-dc1b-4fff-a1f1-b7b9893ece52","name":"Get Quotable Carriers for Lead (Auto)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Auto\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotableSitesForLead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"Sites\": [\r\n        \"AAA\",\r\n        \"Allstate\",\r\n        \"AssuranceAmerica\",\r\n        \"Bristol West\",\r\n        \"Kemper\",\r\n        \"Mercury\",\r\n        \"National General\",\r\n        \"Progressive\",\r\n        \"Root\",\r\n        \"Safeco\",\r\n        \"Sterling MGA\",\r\n        \"The General\",\r\n        \"Travelers\"\r\n    ],\r\n    \"QuotableSites\": 13,\r\n    \"status\": \"Success\"\r\n}"},{"id":"95939232-8e93-4011-a552-9d2fd021572e","name":"Get Quotable Carriers for Lead (Flood)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 101478,\r\n    \"LOB\": \"Flood\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotableSitesForLead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"Sites\": [\n        \"American Strategic\",\n        \"Annex\",\n        \"Bankers (Torrent)\",\n        \"Centauri (Torrent)\",\n        \"Flood Risk Solutions\",\n        \"National General (Torrent)\",\n        \"Neptune\",\n        \"Rocket MGA\",\n        \"Selective Flood (Torrent)\",\n        \"The Hartford (Torrent)\",\n        \"Tower Hill\",\n        \"Wright Flood\",\n        \"Wright Flood (Hiscox)\",\n        \"Wright Flood (NFIP)\"\n    ],\n    \"QuotableSites\": 14,\n    \"status\": \"Success\"\n}"},{"id":"194ebb11-14f4-4468-9476-8cf70cb328b9","name":"Get Quotable Carriers for Lead (Invalid Request)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"LeadId\": 0,\r\n    \"LOB\": \"Homeowners\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetQuotableSitesForLead"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\r\n    \"status\": \"Invalid Request\"\r\n}"}],"_postman_id":"95685948-7149-4a5f-9d32-061aeb8296e2"}],"id":"c26cdbb4-ea80-4c33-8b47-e2be43926ea7","_postman_id":"c26cdbb4-ea80-4c33-8b47-e2be43926ea7","description":""},{"name":"Leads","item":[{"name":"Find Leads - Search","id":"80d7c5f7-68de-47e7-82ef-fce467af77c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WEBID","value":"","description":"<p>Agency WebId.</p>\n","type":"text"},{"key":"WEBIDPASSWORD","value":"","description":"<p>Agency WebIdPassword.</p>\n","type":"text"}],"url":"/FindLeads","description":"<h3 id=\"findleads---search\">FindLeads - Search</h3>\n<p>Search for leads via either:</p>\n<ol>\n<li><code>searchQuery</code> (timestamp-based or FULLTEXT)</li>\n<li>explicit filters (NameFirst, Address, Zip, etc). <strong>All provided filters are AND’ed together.</strong></li>\n</ol>\n<p><strong>Auth (headers)</strong></p>\n<ul>\n<li><code>WEBID</code></li>\n<li><code>WEBIDPASSWORD</code></li>\n</ul>\n<p><strong>Pagination</strong></p>\n<ul>\n<li><code>page</code> (default 1)</li>\n<li><code>limit</code> (default 25, max 25)</li>\n</ul>\n<p>Tip: use <code>help=true</code> to retrieve machine-readable documentation for this endpoint.</p>\n","urlObject":{"path":["FindLeads"],"host":[""],"query":[{"disabled":true,"description":{"content":"<p>If true, endpoint returns documentation payload instead of search results.</p>\n","type":"text/plain"},"key":"help","value":"false"},{"disabled":true,"description":{"content":"<p>Filter by lead first name (LIKE '%value%').</p>\n","type":"text/plain"},"key":"NameFirst","value":""},{"disabled":true,"description":{"content":"<p>Filter by lead last name (LIKE '%value%').</p>\n","type":"text/plain"},"key":"NameLast","value":""},{"disabled":true,"description":{"content":"<p>Filter by address (matches both l.Address and p.Address via LIKE '%value%').</p>\n","type":"text/plain"},"key":"Address","value":""},{"disabled":true,"description":{"content":"<p>Filter by city (matches both l.City and p.City).</p>\n","type":"text/plain"},"key":"City","value":""},{"disabled":true,"description":{"content":"<p>Filter by state (matches both l.State and p.State).</p>\n","type":"text/plain"},"key":"State","value":""},{"disabled":true,"description":{"content":"<p>Filter by ZIP/postal code (matches both l.Zip and p.Zip).</p>\n","type":"text/plain"},"key":"Zip","value":""},{"disabled":true,"description":{"content":"<p>Filter by co-applicant first name.</p>\n","type":"text/plain"},"key":"CoApplicantNameFirst","value":""},{"disabled":true,"description":{"content":"<p>Filter by co-applicant last name.</p>\n","type":"text/plain"},"key":"CoApplicantNameLast","value":""},{"disabled":true,"description":{"content":"<p>Filter by daytime phone.</p>\n","type":"text/plain"},"key":"PhoneDay","value":""},{"disabled":true,"description":{"content":"<p>Filter by evening phone.</p>\n","type":"text/plain"},"key":"PhoneEvening","value":""},{"disabled":true,"description":{"content":"<p>Filter by cell phone.</p>\n","type":"text/plain"},"key":"PhoneCell","value":""},{"disabled":true,"description":{"content":"<p>Filter by primary phone.</p>\n","type":"text/plain"},"key":"PhonePrimary","value":""},{"disabled":true,"description":{"content":"<p>Filter by secondary phone.</p>\n","type":"text/plain"},"key":"PhoneSecondary","value":""},{"disabled":true,"description":{"content":"<p>Filter by email address.</p>\n","type":"text/plain"},"key":"EmailAddress","value":""},{"disabled":true,"description":{"content":"<p>Filter by co-applicant phone.</p>\n","type":"text/plain"},"key":"CoApplicantPhone","value":""},{"disabled":true,"description":{"content":"<p>Filter by co-applicant email.</p>\n","type":"text/plain"},"key":"CoApplicantEmail","value":""}],"variable":[]}},"response":[],"_postman_id":"80d7c5f7-68de-47e7-82ef-fce467af77c6"},{"name":"Find Leads - Help (Documentation)","id":"317920b7-663a-4a4f-b3ec-811b63900ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WEBID","value":"","description":"<p>Agency WebId.</p>\n","type":"text"},{"key":"WEBIDPASSWORD","value":"","description":"<p>Agency WebIdPassword.</p>\n","type":"text"}],"url":"/FindLeads?help=true","description":"<h3 id=\"findleads---help\">FindLeads - Help</h3>\n<p>Returns an ingestible JSON payload documenting:</p>\n<ul>\n<li><p>headers</p>\n</li>\n<li><p>query parameters</p>\n</li>\n<li><p>search modes</p>\n</li>\n<li><p>pagination</p>\n</li>\n<li><p>response structure</p>\n</li>\n</ul>\n<p>Call: <code>GET /FindLeads?help=true</code></p>\n","urlObject":{"path":["FindLeads"],"host":[""],"query":[{"key":"help","value":"true"}],"variable":[]}},"response":[],"_postman_id":"317920b7-663a-4a4f-b3ec-811b63900ac9"},{"name":"Get New Leads","id":"e522553e-f9f9-4697-ba90-3a535d7959c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WebId","value":"","type":"text"},{"key":"WebIdPassword","value":"","type":"text"}],"url":"/GetNewLeads","description":"<h3 id=\"getnewleads\">GetNewLeads</h3>\n<p>Fetch recently added leads to QuoteRUSH.</p>\n<p><strong>Auth (headers)</strong></p>\n<ul>\n<li><p><code>WebId</code></p>\n</li>\n<li><p><code>WebIdPassword</code></p>\n</li>\n</ul>\n<p><strong>Notes</strong></p>\n<ul>\n<li>Ideal first request to validate your credentials.</li>\n</ul>\n","urlObject":{"path":["GetNewLeads"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"e522553e-f9f9-4697-ba90-3a535d7959c7"},{"name":"Get Recently Modified Leads","id":"3e658785-900c-4707-963b-723772ea1f28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WebId","value":"","type":"text"},{"key":"WebIdPassword","value":"","type":"text"}],"url":"/GetModifiedLeads","description":"<h3 id=\"getmodifiedleads\">GetModifiedLeads</h3>\n<p>Fetch recently modified leads to QuoteRUSH.</p>\n<p><strong>Auth (headers)</strong></p>\n<ul>\n<li><p><code>WebId</code></p>\n</li>\n<li><p><code>WebIdPassword</code></p>\n</li>\n</ul>\n","urlObject":{"path":["GetModifiedLeads"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"3e658785-900c-4707-963b-723772ea1f28"},{"name":"Get Individual Lead Info","id":"0e16bccd-c936-45af-8681-76f2460548dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"WebId","value":"","type":"text"},{"key":"WebIdPassword","value":"","type":"text"}],"url":"/GetLeadInfo?Lead=2784","description":"<h3 id=\"getleadinfo\">GetLeadInfo</h3>\n<p>Retrieve the detailed lead record by id.</p>\n<p><strong>Auth (headers)</strong></p>\n<ul>\n<li><p><code>WebId</code></p>\n</li>\n<li><p><code>WebIdPassword</code></p>\n</li>\n</ul>\n<p><strong>Query param</strong></p>\n<ul>\n<li><code>Lead</code> (example: <code>2784</code>)</li>\n</ul>\n","urlObject":{"path":["GetLeadInfo"],"host":[""],"query":[{"key":"Lead","value":"2784"}],"variable":[]}},"response":[],"_postman_id":"0e16bccd-c936-45af-8681-76f2460548dd"},{"name":"Augment Existing Lead Data (Premium)","id":"4142f8ad-6f62-4008-94da-aad1d244dfb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"leadId\": 101478,\r\n    \"pullPropertyData\": false,\r\n    \"pullAutoData\": false,\r\n    \"defaultWFName\": \"Example WebFORM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/AugmentLeadData","description":"<h3 id=\"augmentleaddata-premium\">AugmentLeadData (Premium)</h3>\n<p>*Please note, this is a premium request and is charged per request, it also requires a service to be enabled by our Billing team. To have this service enabled please have your QuoteRUSH account admin reach out to <a href=\"https://mailto:billing@quoterush.com\">billing@quoterush.com</a></p>\n<p>They can enable the service and provide pricing.</p>\n<p>Consolidated Endpoint to augment a lead with enhanced Property / Auto / Default data.</p>\n<p><strong>When to use</strong></p>\n<ul>\n<li><p>After Lead creation</p>\n</li>\n<li><p>To fill in missing data for any, or all, of the below with enhanced tools</p>\n<ul>\n<li><p>Property</p>\n</li>\n<li><p>Auto</p>\n</li>\n<li><p>Roof AI</p>\n</li>\n<li><p>Defaults (Requires a WebFORM to be configured in your QuoteRUSH account)</p>\n</li>\n</ul>\n</li>\n</ul>\n<p><strong>Required JSON fields</strong></p>\n<ul>\n<li><p><code>EndpointKey</code> (collection variable)</p>\n</li>\n<li><p><code>Agency</code> (collection variable)</p>\n</li>\n<li><p><code>leadId</code> (numeric)</p>\n</li>\n<li><p><code>pullPropertyData (boolean)</code></p>\n</li>\n<li><p><code>pullAutoData (boolean)</code></p>\n</li>\n<li><p><code>defaultWFName (string)</code></p>\n</li>\n</ul>\n<p><strong>Returns JSON Array</strong></p>\n","urlObject":{"path":["AugmentLeadData"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"4142f8ad-6f62-4008-94da-aad1d244dfb9"}],"id":"4ad98e8c-7e0b-467f-abaa-66bc584fa8bc","_postman_id":"4ad98e8c-7e0b-467f-abaa-66bc584fa8bc","description":""},{"name":"Estimates","item":[{"name":"Get Premium Estimates for Property (Premium)","id":"c8e6fddb-6abc-4bde-b6f0-a74cf3d83f2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"Lead_Id\": \"\",\r\n    \"Construction\": \"\",\r\n    \"YearBuilt\": \"\",\r\n    \"FormType\": \"\",\r\n    \"CoverageA\": \"\",\r\n    \"SquareFeet\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetEstimates","description":"<h3 id=\"getestimates\">GetEstimates</h3>\n<p>*Please note, this is a premium request and is charged per request, it also requires a service to be enabled by our Billing team. To have this service enabled please have your QuoteRUSH account admin reach out to <a href=\"https://mailto:billing@quoterush.com\">billing@quoterush.com</a></p>\n<p>They can enable the service and provide pricing.</p>\n<p>Request a property estimate (commonly used for replacement cost / coverage guidance inputs).</p>\n<p><strong>Required JSON fields</strong></p>\n<ul>\n<li><code>EndpointKey</code>, <code>Agency</code></li>\n</ul>\n<p><strong>Optional context fields</strong></p>\n<ul>\n<li><code>Lead_Id</code>, <code>Construction</code>, <code>YearBuilt</code>, <code>FormType</code>, <code>CoverageA</code>, <code>SquareFeet</code></li>\n</ul>\n<p><strong>Returns JSON Array</strong></p>\n<p><strong>Notes</strong></p>\n<ul>\n<li>Populate as much as you can for better estimates.</li>\n</ul>\n","urlObject":{"path":["GetEstimates"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"c8e6fddb-6abc-4bde-b6f0-a74cf3d83f2a"}],"id":"8bb1d3d0-2e4f-4efd-b8a2-12a59cd3f002","_postman_id":"8bb1d3d0-2e4f-4efd-b8a2-12a59cd3f002","description":""},{"name":"Property","item":[{"name":"Get Property Data by Address (Premium)","id":"1bae4cef-c63b-490f-b98d-54c071714f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"EndpointKey\": \"\",\r\n    \"Agency\": \"\",\r\n    \"AddressLine1\": \"462 Oak View Terrace\",\r\n    \"AddressLine2\": \"\",\r\n    \"City\": \"Palm Harbor\",\r\n    \"State\": \"FL\",\r\n    \"Zip\": \"34684\"\r\n}","options":{"raw":{"language":"json"}}},"url":"/GetPropertyData","description":"<h3 id=\"getpropertydata\">GetPropertyData</h3>\n<p>*Please note, this is a premium request and is charged per request, it also requires a service to be enabled by our Billing team. To have this service enabled please have your QuoteRUSH account admin reach out to <a href=\"https://mailto:billing@quoterush.com\">billing@quoterush.com</a></p>\n<p>They can enable the service and provide pricing.</p>\n<p>Intended to retrieve/enrich property details for quoting.</p>\n<p><strong>Required JSON fields</strong></p>\n<ul>\n<li><code>EndpointKey</code>, <code>Agency, AddressLine1, AddressLine2, City, State, Zip</code></li>\n</ul>\n<p><strong>Returns JSON Array</strong></p>\n<p><strong>Notes</strong></p>\n<ul>\n<li>Populate as much as you can for better estimates.</li>\n</ul>\n","urlObject":{"path":["GetPropertyData"],"host":[""],"query":[],"variable":[]}},"response":[],"_postman_id":"1bae4cef-c63b-490f-b98d-54c071714f67"}],"id":"c92cfd50-e0bf-4a78-aeba-2f2f6d5f6400","_postman_id":"c92cfd50-e0bf-4a78-aeba-2f2f6d5f6400","description":""}],"event":[{"listen":"prerequest","script":{"id":"aa7d2b84-c188-46c1-bb96-e55908fcd517","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"3dc99aad-cba1-49a4-badb-c2ff179c8515","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":""},{"key":"EndpointKey","value":""},{"key":"Agency","value":""},{"key":"WebId","value":""},{"key":"WebIdPassword","value":""}]}