{"info":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","description":"<html><head></head><body><p><strong>Audience:</strong> External partners &amp; integrators<br><strong>Change policy:</strong> Non-breaking changes may occur without notice. Breaking<br>changes require a minimum 30-day deprecation window and a Sunset header on<br>affected responses.</p>\n<p>The CLA Product API exposes user-facing capabilities for Construction Loan<br>Administration. This section lists beta endpoints only. Production traffic is<br>allowed but integrations must be prepared for minor, backwards-compatible<br>adjustments.</p>\n<h2 id=\"authentication--authorization\">Authentication &amp; Authorization</h2>\n<p>All requests must include:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>X-BUILT-API-KEY: <your-api-key></td>\n<td>Provisioned in the Built app under Settings → API</td>\n</tr>\n<tr>\n<td>Authorization: <your-api-secret></td>\n<td>Provisioned in the Built app under Settings → API</td>\n</tr>\n</tbody>\n</table>\n</div><p>Tokens will expire based on how they were configured in the Built app under<br>Settings → API.</p>\n<hr>\n<h1 id=\"quickstart-using-the-cla-partner-api\">Quickstart: Using the CLA Partner API</h1>\n<p>Welcome! If this is your first time with the CLA Partner API, this guide will<br>walk you through the recommended first steps. The API is centered around Deals<br>(loan agreements). Once you can search and retrieve deals, you can branch into<br>related resources like checklists, files, draws and inspections.</p>\n<h2 id=\"step-1--search-for-your-deals\">Step 1 — Search for Your Deals</h2>\n<p>Start by listing the deals your organization has access to.</p>\n<ul>\n<li><p><strong>Endpoint:</strong> <code>GET /deal</code></p>\n</li>\n<li><p><strong>Purpose:</strong> Returns list of deals.</p>\n</li>\n<li><p><strong>Use case:</strong> \"Show me all the loans my organization is working on.\"</p>\n</li>\n</ul>\n<h2 id=\"step-2--retrieve-deal-details\">Step 2 — Retrieve Deal Details</h2>\n<p>Once you have a deal_uid (dealUid), you can drill into the deal:</p>\n<ul>\n<li><p><code>GET /deal/{deal_uid}</code> → Core info (status, IDs, product type).</p>\n</li>\n<li><p><code>GET /deal/{deal_uid}/details</code> → Extended metadata (loan type, flags,<br>  balances).</p>\n</li>\n</ul>\n<p>Use this to populate dashboards or validate before proceeding.</p>\n<h2 id=\"step-3--explore-deal-resources\">Step 3 — Explore Deal Resources</h2>\n<p>Every deal can have related resources:</p>\n<ul>\n<li><p><strong>Checklist</strong> → <code>GET /deal/{deal_uid}/checklist</code> View compliance items<br>  required for funding.</p>\n</li>\n<li><p><strong>Files</strong> → <code>GET /deal/{deal_uid}/files</code> Fetch contracts, permits, inspection<br>  docs.</p>\n</li>\n<li><p><strong>Draws</strong> → <code>GET /deal/{deal_uid}/draws</code><br>  See funding requests and disbursements.</p>\n</li>\n<li><p>Inspections → <code>GET /deal/{deal_uid}/inspections</code><br>  Check scheduled or completed site inspections.</p>\n</li>\n<li><p><strong>Activity</strong> → <code>GET /deal/{deal_uid}/activity?page=1&amp;per_page=10</code><br>  See related activity information for deal.</p>\n</li>\n</ul>\n<blockquote>\n<p>🔑 <strong>Pro tip:</strong><br>1. Always begin with Search for Deals → get a deal_uid → then drill deeper<br>into the endpoints that matter most to your workflow. This approach<br>ensures you understand the deal first before moving into compliance,<br>documents, or funding.<br>2. Some endpoints require a valid tenant_id to access or filter data<br>correctly. Make sure you retrieve and include the tenant_id from deal<br>details before calling these endpoints.<br>3. Ensure that each lender has a primary administrator assigned. This<br>association is required for correct authorization, data retrieval, and<br>access across the CLA Public API endpoints. </p>\n</blockquote>\n<h2 id=\"glossary\">GLOSSARY</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Term</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Deal</td>\n<td>A loan agreement record in the CLA system, identified by a UID. It can also be referenced as agreement.</td>\n</tr>\n<tr>\n<td>Draw</td>\n<td>A funding request or disbursement made against a deal/Loan agreement</td>\n</tr>\n<tr>\n<td>Checklist</td>\n<td>A list of compliance or documentation items required for a deal to be processed, approved and transferred.</td>\n</tr>\n<tr>\n<td>Files</td>\n<td>Documents or attachments linked to a deal (e.g., contracts, permits).</td>\n</tr>\n<tr>\n<td>Inspection</td>\n<td>A property check tied to a deal, including scheduling, and progress.</td>\n</tr>\n<tr>\n<td>Product Type</td>\n<td>A category of loan product (e.g., Residential, renovation, line of credit, etc.</td>\n</tr>\n</tbody>\n</table>\n</div></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Quickstart: Using the CLA Partner API","slug":"quickstart-using-the-cla-partner-api"}],"owner":"44590548","collectionId":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","publishedId":"2sB3Hevjd9","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-08-26T15:09:13.000Z"},"item":[{"name":"v1","item":[{"name":"Auth","item":[{"name":"Register a new AI agent user","id":"51c8be6b-1014-4721-ac67-50930a71a19e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register","description":"<p><b>Purpose:</b> Registers a new AI agent user within the caller’s organization and returns credentials/context for subsequent API use.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","auth","agent","register"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"9d46e6f8-e182-46d3-9f6d-674a4c5673df","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 201,\n  \"body\": {\n    \"user_key\": \"1234567890\",\n    \"user_secret\": \"1234567890\",\n    \"userId\": 1234567890,\n    \"environment\": \"production\"\n  }\n}"},{"id":"8fcf5de8-d407-49b3-88a6-c223868ced36","name":"Invalid registration parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"Invalid registration parameters\",\n  \"details\": []\n}"},{"id":"f1ed0db1-4888-417e-9658-a39dd0907f38","name":"Invalid partner secret","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 401,\n  \"message\": \"Invalid partner secret\",\n  \"details\": []\n}"},{"id":"5d0fd01b-774d-4e1a-951f-ec73698d9cdf","name":"Not allowed to register an agent","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"Not allowed to register an agent\",\n  \"details\": []\n}"},{"id":"4c203e5c-2446-4293-a104-ee50b75a08ff","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"AI Assistant Agent\",\n  \"description\": \"A virtual agent that assists users\",\n  \"agentType\": \"assistant\",\n  \"bankId\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/auth/agent/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"51c8be6b-1014-4721-ac67-50930a71a19e"}],"id":"8ba8707e-abd4-4a5c-8a61-77857afc2596","description":"<p>Authentication and authorization endpoints for verifying tokens and managing user/agent identities</p>\n","_postman_id":"8ba8707e-abd4-4a5c-8a61-77857afc2596","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Deal","item":[{"name":"Get active deals/loans","id":"6a18b0de-6a4f-4414-9ee1-58f4a082d73d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal","description":"<p><b>Purpose:</b> Get active deals/loans with comprehensive loan data including financials, borrower information, and status details. Returns loans with status code 10 (Active) for the authenticated bank.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"0714cc27-f76f-492d-ac46-c2ce305158d4","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"bankId\": 669,\n      \"loanBadgeType\": \"new\",\n      \"loanId\": 2874039,\n      \"agreementId\": null,\n      \"parentAgreementId\": null,\n      \"collateralItemId\": null,\n      \"draftItemId\": null,\n      \"externalLoanId\": null,\n      \"branchId\": 11194,\n      \"borrowerId\": 2138004,\n      \"coBorrowerId\": null,\n      \"borrowerDisbursementId\": null,\n      \"builderDisbursementId\": null,\n      \"defaultDisbursementId\": 7605434,\n      \"builderId\": 2138019,\n      \"elevatedBuilderId\": null,\n      \"foremanId\": null,\n      \"inspectorId\": null,\n      \"elevatedInspectorId\": null,\n      \"fieldInspectorId\": null,\n      \"remoteInspectorId\": null,\n      \"titleInsuranceId\": null,\n      \"titleAgencyId\": null,\n      \"loanAdministratorId\": 45494,\n      \"locationId\": 2836749,\n      \"loanFinancialId\": 2866579,\n      \"loanBudgetId\": 2401299,\n      \"loanResidentialId\": 2668429,\n      \"loanLotId\": null,\n      \"loanAcquisitionAndDevelopmentId\": null,\n      \"loanCommercialId\": null,\n      \"creditLineId\": null,\n      \"parentLoanId\": null,\n      \"loanStatusId\": 9702259,\n      \"currentStatus\": 10,\n      \"isFlagged\": 0,\n      \"isImport\": 0,\n      \"flagType\": null,\n      \"flags\": 0,\n      \"loanType\": \"residential\",\n      \"agreementType\": null,\n      \"constructionProgress\": 0,\n      \"constructionCompletedDate\": null,\n      \"expectedConstructionEndDate\": null,\n      \"originalConstructionEndDate\": null,\n      \"agreementUid\": \"514ac297-7ad5-40c9-a82e-c8f3ad975e8a\",\n      \"dealUid\": \"agreement-uid-1\",\n      \"relationshipManagerId\": 2645774,\n      \"primaryNoteId\": 2658479,\n      \"nickname\": null,\n      \"currencyId\": \"USD\",\n      \"builderAccessLevel\": 1,\n      \"drawAdministratorId\": null,\n      \"createdAt\": \"2025-08-27 18:43:10.208\",\n      \"createdBy\": 2645394,\n      \"updatedAt\": \"2025-08-27 18:50:28.607\",\n      \"updatedBy\": 2645394,\n      \"isDeleted\": 0,\n      \"branch\": {\n        \"branchId\": 11194,\n        \"bankId\": 669,\n        \"description\": \"Test Bank\",\n        \"branchNumber\": \"000001\",\n        \"branchUid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n        \"bank\": {\n          \"bankId\": 669,\n          \"bankUid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n          \"name\": \"Test Bank\"\n        }\n      },\n      \"borrower\": {\n        \"builderId\": 2138004,\n        \"builderUid\": \"24308390-065e-461e-8d81-925894d2ceb7\",\n        \"name\": \"Test Borrower\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645464,\n          \"email\": \"pablo.ovejero+borrower@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"borrowerDisbursement\": null,\n      \"builder\": {\n        \"builderId\": 2138019,\n        \"builderUid\": \"c71e8a84-d885-4557-afb0-d8f9f8de3d2a\",\n        \"name\": \"Test Builder\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645479,\n          \"email\": \"pablo.ovejero+builder@getbuilt.com\",\n          \"firstName\": \"pablo Builder\",\n          \"lastName\": \"ovejero Builder\",\n          \"fullName\": \"pablo Builder ovejero Builder\"\n        }\n      },\n      \"loanAdministrator\": {\n        \"userId\": 2645754,\n        \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n        \"firstName\": \"Pablo\",\n        \"lastName\": \"Ovejero\",\n        \"fullName\": \"Pablo Ovejero\",\n        \"loanAdministratorId\": 45494,\n        \"branchId\": 11194,\n        \"internalId\": \"TestId\"\n      },\n      \"location\": {\n        \"locationId\": 2836749,\n        \"latitude\": 34.181288,\n        \"longitude\": -118.3096991,\n        \"lotNumber\": \"--\",\n        \"parcelNumber\": 0,\n        \"geocodeAccuracy\": \"ROOFTOP\",\n        \"address\": {\n          \"addressId\": 6142454,\n          \"address1\": \"147 N San Fernando Blvd\",\n          \"city\": \"Burbank\",\n          \"state\": \"CA\",\n          \"zip\": 91502,\n          \"countryCode\": \"USA\"\n        }\n      },\n      \"status\": {\n        \"loanStatusId\": 9702259,\n        \"loanId\": 2874039,\n        \"status\": 10,\n        \"text\": \"Active\",\n        \"reason\": \"\",\n        \"user\": {\n          \"userId\": 2645394,\n          \"email\": \"pablo.ovejero+lenderadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"financials\": {\n        \"loanFinancialId\": 2866579,\n        \"loanNumber\": \"TITLE_SEARCH_001\",\n        \"amount\": 500000,\n        \"projectCommitmentAmount\": 500000,\n        \"availableToDraw\": 99997,\n        \"releasedFunds\": 100000,\n        \"loanAmount\": 500000,\n        \"lettersOfCredit\": 0,\n        \"loanMaturityDate\": \"2026-08-27 00:00:00\",\n        \"interestRate\": 0,\n        \"retainagePercentage\": 0\n      },\n      \"residential\": {\n        \"loanResidentialId\": 2668429,\n        \"propertyId\": 3154714,\n        \"developmentType\": \"new\",\n        \"property\": {\n          \"propertyId\": 3154714,\n          \"title\": \"147 N San Fernando Blvd\",\n          \"propertyType\": null,\n          \"bedrooms\": null,\n          \"bathrooms\": null\n        },\n        \"financials\": {\n          \"appraisedValue\": 0,\n          \"loanToValue\": 0,\n          \"isOwnerOccupied\": 0,\n          \"productType\": \"construction\"\n        }\n      },\n      \"inspector\": null,\n      \"fieldInspector\": null,\n      \"titleAgency\": null,\n      \"productTypeLabel\": null\n    },\n    {\n      \"bankId\": 669,\n      \"loanBadgeType\": \"new\",\n      \"loanId\": 2874039,\n      \"agreementId\": null,\n      \"parentAgreementId\": null,\n      \"collateralItemId\": null,\n      \"draftItemId\": null,\n      \"externalLoanId\": null,\n      \"branchId\": 11194,\n      \"borrowerId\": 2138004,\n      \"coBorrowerId\": null,\n      \"borrowerDisbursementId\": null,\n      \"builderDisbursementId\": null,\n      \"defaultDisbursementId\": 7605434,\n      \"builderId\": 2138019,\n      \"elevatedBuilderId\": null,\n      \"foremanId\": null,\n      \"inspectorId\": null,\n      \"elevatedInspectorId\": null,\n      \"fieldInspectorId\": null,\n      \"remoteInspectorId\": null,\n      \"titleInsuranceId\": null,\n      \"titleAgencyId\": null,\n      \"loanAdministratorId\": 45494,\n      \"locationId\": 2836749,\n      \"loanFinancialId\": 2866579,\n      \"loanBudgetId\": 2401299,\n      \"loanResidentialId\": 2668429,\n      \"loanLotId\": null,\n      \"loanAcquisitionAndDevelopmentId\": null,\n      \"loanCommercialId\": null,\n      \"creditLineId\": null,\n      \"parentLoanId\": null,\n      \"loanStatusId\": 9702259,\n      \"currentStatus\": 10,\n      \"isFlagged\": 0,\n      \"isImport\": 0,\n      \"flagType\": null,\n      \"flags\": 0,\n      \"loanType\": \"residential\",\n      \"agreementType\": null,\n      \"constructionProgress\": 0,\n      \"constructionCompletedDate\": null,\n      \"expectedConstructionEndDate\": null,\n      \"originalConstructionEndDate\": null,\n      \"agreementUid\": \"514ac297-7ad5-40c9-a82e-c8f3ad975e8a\",\n      \"dealUid\": \"agreement-uid-1\",\n      \"relationshipManagerId\": 2645774,\n      \"primaryNoteId\": 2658479,\n      \"nickname\": null,\n      \"currencyId\": \"USD\",\n      \"builderAccessLevel\": 1,\n      \"drawAdministratorId\": null,\n      \"createdAt\": \"2025-08-27 18:43:10.208\",\n      \"createdBy\": 2645394,\n      \"updatedAt\": \"2025-08-27 18:50:28.607\",\n      \"updatedBy\": 2645394,\n      \"isDeleted\": 0,\n      \"branch\": {\n        \"branchId\": 11194,\n        \"bankId\": 669,\n        \"description\": \"Test Bank\",\n        \"branchNumber\": \"000001\",\n        \"branchUid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n        \"bank\": {\n          \"bankId\": 669,\n          \"bankUid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n          \"name\": \"Test Bank\"\n        }\n      },\n      \"borrower\": {\n        \"builderId\": 2138004,\n        \"builderUid\": \"24308390-065e-461e-8d81-925894d2ceb7\",\n        \"name\": \"Test Borrower\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645464,\n          \"email\": \"pablo.ovejero+borrower@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"borrowerDisbursement\": null,\n      \"builder\": {\n        \"builderId\": 2138019,\n        \"builderUid\": \"c71e8a84-d885-4557-afb0-d8f9f8de3d2a\",\n        \"name\": \"Test Builder\",\n        \"primaryAdministrator\": {\n          \"userId\": 2645479,\n          \"email\": \"pablo.ovejero+builder@getbuilt.com\",\n          \"firstName\": \"pablo Builder\",\n          \"lastName\": \"ovejero Builder\",\n          \"fullName\": \"pablo Builder ovejero Builder\"\n        }\n      },\n      \"loanAdministrator\": {\n        \"userId\": 2645754,\n        \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n        \"firstName\": \"Pablo\",\n        \"lastName\": \"Ovejero\",\n        \"fullName\": \"Pablo Ovejero\",\n        \"loanAdministratorId\": 45494,\n        \"branchId\": 11194,\n        \"internalId\": \"TestId\"\n      },\n      \"location\": {\n        \"locationId\": 2836749,\n        \"latitude\": 34.181288,\n        \"longitude\": -118.3096991,\n        \"lotNumber\": \"--\",\n        \"parcelNumber\": 0,\n        \"geocodeAccuracy\": \"ROOFTOP\",\n        \"address\": {\n          \"addressId\": 6142454,\n          \"address1\": \"147 N San Fernando Blvd\",\n          \"city\": \"Burbank\",\n          \"state\": \"CA\",\n          \"zip\": 91502,\n          \"countryCode\": \"USA\"\n        }\n      },\n      \"status\": {\n        \"loanStatusId\": 9702259,\n        \"loanId\": 2874039,\n        \"status\": 10,\n        \"text\": \"Active\",\n        \"reason\": \"\",\n        \"user\": {\n          \"userId\": 2645394,\n          \"email\": \"pablo.ovejero+lenderadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\"\n        }\n      },\n      \"financials\": {\n        \"loanFinancialId\": 2866579,\n        \"loanNumber\": \"TITLE_SEARCH_001\",\n        \"amount\": 500000,\n        \"projectCommitmentAmount\": 500000,\n        \"availableToDraw\": 99997,\n        \"releasedFunds\": 100000,\n        \"loanAmount\": 500000,\n        \"lettersOfCredit\": 0,\n        \"loanMaturityDate\": \"2026-08-27 00:00:00\",\n        \"interestRate\": 0,\n        \"retainagePercentage\": 0\n      },\n      \"residential\": {\n        \"loanResidentialId\": 2668429,\n        \"propertyId\": 3154714,\n        \"developmentType\": \"new\",\n        \"property\": {\n          \"propertyId\": 3154714,\n          \"title\": \"147 N San Fernando Blvd\",\n          \"propertyType\": null,\n          \"bedrooms\": null,\n          \"bathrooms\": null\n        },\n        \"financials\": {\n          \"appraisedValue\": 0,\n          \"loanToValue\": 0,\n          \"isOwnerOccupied\": 0,\n          \"productType\": \"construction\"\n        }\n      },\n      \"inspector\": null,\n      \"fieldInspector\": null,\n      \"titleAgency\": null,\n      \"productTypeLabel\": null\n    }\n  ]\n}"},{"id":"e98d31bb-d15a-44bc-b829-c180958612f3","name":"Invalid request for loans","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"Invalid request for loans\",\n  \"details\": []\n}"},{"id":"ec88c9e6-bee1-4052-9c38-2dfa682aa840","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"ef606ac6-d134-44d3-a3d2-8cbc6ab59413","name":"No loans found for bank","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"No loans found for bank\",\n  \"details\": []\n}"},{"id":"dbfb148c-c6de-40d2-8c2f-9858c3e7a83b","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"6a18b0de-6a4f-4414-9ee1-58f4a082d73d"},{"name":"Create a new deal","id":"49bf62e0-9773-4c2f-bc9d-c4478dfaa5be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal","description":"<p><b>Purpose:</b> Create a new draft deal (loan agreement) in the CLA system. This endpoint is used to initialize a loan record in draft status, which can then be updated and progressed through its lifecycle. Supported product types include Residential, Renovation, Borrowing Base, Lot, and MGLOC, and example payloads for each will be included to guide implementation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"37bb86cd-3555-4e4e-a334-9b598504b3f2","name":"Residential Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 1925.451874034012,\n  \"body\": {\n    \"agreement_uid\": \"string\"\n  }\n}"},{"id":"f3aa572b-fec0-4bcd-81e5-faf7c076b4a5","name":"Renovation Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 153,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 300000,\n    \"loan_amount\": 300000,\n    \"interest_rate\": 6.75,\n    \"loan_maturity_date\": \"2025-06-30\"\n  },\n  \"residential\": {\n    \"development_type\": \"renovation\",\n    \"financials\": {\n      \"includedInspections\": 5,\n      \"inspectionFee\": \"500\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"1\"\n    },\n    \"property\": {\n      \"title\": \"Renovation Project\",\n      \"propertyDescription\": \"Complete home renovation\",\n      \"propertyType\": \"single_family\",\n      \"bedrooms\": 4,\n      \"bathrooms\": 3\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"789 Pine Ave\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37213\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 1925.451874034012,\n  \"body\": {\n    \"agreement_uid\": \"string\"\n  }\n}"},{"id":"2c5ba02e-dba3-4e8b-bd2b-a40b43f87365","name":"Lot Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 152,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"lot\",\n  \"financials\": {\n    \"amount\": 150000,\n    \"loan_amount\": 150000,\n    \"interest_rate\": 7,\n    \"loan_maturity_date\": \"2026-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"lot\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"Lot 123\",\n      \"propertyDescription\": \"Residential lot for construction\",\n      \"propertyType\": \"lot\",\n      \"bedrooms\": 0,\n      \"bathrooms\": 0\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"456 Oak St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37212\"\n    }\n  },\n  \"is_residential\": false,\n  \"is_lot\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 1925.451874034012,\n  \"body\": {\n    \"agreement_uid\": \"string\"\n  }\n}"},{"id":"535f8b99-86e1-48a5-ad35-33a883cf7f28","name":"Borrowing Base Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 155,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"financials\": {\n    \"amount\": 2000000,\n    \"loan_amount\": 2000000,\n    \"interest_rate\": 4.5,\n    \"loan_maturity_date\": \"2028-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 1925.451874034012,\n  \"body\": {\n    \"agreement_uid\": \"string\"\n  }\n}"},{"id":"04d233ba-088d-4e61-9fc0-0f25651ca109","name":"Line of Credit Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 154,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"credit_line\",\n  \"financials\": {\n    \"amount\": 1000000,\n    \"loan_amount\": 1000000,\n    \"interest_rate\": 5.5,\n    \"loan_maturity_date\": \"2027-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 1925.451874034012,\n  \"body\": {\n    \"agreement_uid\": \"string\"\n  }\n}"},{"id":"2775a5bb-faea-4b62-af61-daa5a034c9e1","name":"Residential Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"b229e992-da9a-429b-b1a3-f815ed4e553b","name":"Renovation Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 153,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 300000,\n    \"loan_amount\": 300000,\n    \"interest_rate\": 6.75,\n    \"loan_maturity_date\": \"2025-06-30\"\n  },\n  \"residential\": {\n    \"development_type\": \"renovation\",\n    \"financials\": {\n      \"includedInspections\": 5,\n      \"inspectionFee\": \"500\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"1\"\n    },\n    \"property\": {\n      \"title\": \"Renovation Project\",\n      \"propertyDescription\": \"Complete home renovation\",\n      \"propertyType\": \"single_family\",\n      \"bedrooms\": 4,\n      \"bathrooms\": 3\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"789 Pine Ave\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37213\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"cee7bc74-3ae2-4ab4-95ad-f341446e19a6","name":"Lot Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 152,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"lot\",\n  \"financials\": {\n    \"amount\": 150000,\n    \"loan_amount\": 150000,\n    \"interest_rate\": 7,\n    \"loan_maturity_date\": \"2026-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"lot\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"Lot 123\",\n      \"propertyDescription\": \"Residential lot for construction\",\n      \"propertyType\": \"lot\",\n      \"bedrooms\": 0,\n      \"bathrooms\": 0\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"456 Oak St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37212\"\n    }\n  },\n  \"is_residential\": false,\n  \"is_lot\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"e8a5b4f4-13b6-4f24-823d-f6419937d116","name":"Borrowing Base Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 155,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"financials\": {\n    \"amount\": 2000000,\n    \"loan_amount\": 2000000,\n    \"interest_rate\": 4.5,\n    \"loan_maturity_date\": \"2028-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"5234072a-1ded-472c-a3ea-51f22c53c3fe","name":"Line of Credit Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 154,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"credit_line\",\n  \"financials\": {\n    \"amount\": 1000000,\n    \"loan_amount\": 1000000,\n    \"interest_rate\": 5.5,\n    \"loan_maturity_date\": \"2027-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"2abb0e5a-a737-4d73-a166-8014d6ad88a4","name":"Residential Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"2c1b9687-a706-4501-ab1d-8e100208800f","name":"Renovation Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 153,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 300000,\n    \"loan_amount\": 300000,\n    \"interest_rate\": 6.75,\n    \"loan_maturity_date\": \"2025-06-30\"\n  },\n  \"residential\": {\n    \"development_type\": \"renovation\",\n    \"financials\": {\n      \"includedInspections\": 5,\n      \"inspectionFee\": \"500\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"1\"\n    },\n    \"property\": {\n      \"title\": \"Renovation Project\",\n      \"propertyDescription\": \"Complete home renovation\",\n      \"propertyType\": \"single_family\",\n      \"bedrooms\": 4,\n      \"bathrooms\": 3\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"789 Pine Ave\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37213\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"36edc119-db3f-4ee0-aeb7-d23e9b8e80e6","name":"Lot Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 152,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"lot\",\n  \"financials\": {\n    \"amount\": 150000,\n    \"loan_amount\": 150000,\n    \"interest_rate\": 7,\n    \"loan_maturity_date\": \"2026-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"lot\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"Lot 123\",\n      \"propertyDescription\": \"Residential lot for construction\",\n      \"propertyType\": \"lot\",\n      \"bedrooms\": 0,\n      \"bathrooms\": 0\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"456 Oak St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37212\"\n    }\n  },\n  \"is_residential\": false,\n  \"is_lot\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"4b410013-71a6-461c-b79a-365b7b5c5968","name":"Borrowing Base Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 155,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"financials\": {\n    \"amount\": 2000000,\n    \"loan_amount\": 2000000,\n    \"interest_rate\": 4.5,\n    \"loan_maturity_date\": \"2028-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"0a2e5306-ccf0-43a6-9c2f-67e1c9b82626","name":"Line of Credit Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 154,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"credit_line\",\n  \"financials\": {\n    \"amount\": 1000000,\n    \"loan_amount\": 1000000,\n    \"interest_rate\": 5.5,\n    \"loan_maturity_date\": \"2027-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"4426d30c-a23e-4413-83e5-45b18d8c4acc","name":"Residential Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 151,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 500000,\n    \"loan_amount\": 500000,\n    \"interest_rate\": 6.5,\n    \"loan_maturity_date\": \"2025-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"new\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"The property\",\n      \"propertyDescription\": \"a property description\",\n      \"propertyType\": \"\",\n      \"bedrooms\": 3,\n      \"bathrooms\": 2\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"123 Main St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37211\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"},{"id":"baf68ee7-3a73-4a19-93f8-64ec171958e0","name":"Renovation Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 153,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"residential\",\n  \"financials\": {\n    \"amount\": 300000,\n    \"loan_amount\": 300000,\n    \"interest_rate\": 6.75,\n    \"loan_maturity_date\": \"2025-06-30\"\n  },\n  \"residential\": {\n    \"development_type\": \"renovation\",\n    \"financials\": {\n      \"includedInspections\": 5,\n      \"inspectionFee\": \"500\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"1\"\n    },\n    \"property\": {\n      \"title\": \"Renovation Project\",\n      \"propertyDescription\": \"Complete home renovation\",\n      \"propertyType\": \"single_family\",\n      \"bedrooms\": 4,\n      \"bathrooms\": 3\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"789 Pine Ave\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37213\"\n    }\n  },\n  \"is_residential\": true,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"},{"id":"3c0ae911-e992-4e75-8155-50d2123f92cd","name":"Lot Loan Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 152,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"builder_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"lot\",\n  \"financials\": {\n    \"amount\": 150000,\n    \"loan_amount\": 150000,\n    \"interest_rate\": 7,\n    \"loan_maturity_date\": \"2026-12-31\"\n  },\n  \"residential\": {\n    \"development_type\": \"lot\",\n    \"financials\": {\n      \"includedInspections\": 0,\n      \"inspectionFee\": \"\",\n      \"productTypeError\": false,\n      \"isOwnerOccupied\": \"0\"\n    },\n    \"property\": {\n      \"title\": \"Lot 123\",\n      \"propertyDescription\": \"Residential lot for construction\",\n      \"propertyType\": \"lot\",\n      \"bedrooms\": 0,\n      \"bathrooms\": 0\n    }\n  },\n  \"location\": {\n    \"address\": {\n      \"country_code\": \"USA\",\n      \"address1\": \"456 Oak St\",\n      \"city\": \"Nashville\",\n      \"state\": \"TN\",\n      \"zip\": \"37212\"\n    }\n  },\n  \"is_residential\": false,\n  \"is_lot\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"},{"id":"6b0a05e9-e928-4036-bec9-9c8c87ebb6bf","name":"Borrowing Base Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 155,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"financials\": {\n    \"amount\": 2000000,\n    \"loan_amount\": 2000000,\n    \"interest_rate\": 4.5,\n    \"loan_maturity_date\": \"2028-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"},{"id":"551b4dc3-a86a-4d0d-b22d-b1eb98efe8ed","name":"Line of Credit Example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"product_type_id\": 154,\n  \"tenant_uid\": \"535d9128-ae56-45f9-9d0d-5cf9648b0bfa\",\n  \"group_uid\": \"dff61b2e-1c21-4176-bef2-8925a4e52a38\",\n  \"bank_id\": 669,\n  \"branch_id\": 11194,\n  \"borrower_id\": 2138019,\n  \"loan_administrator_id\": 45494,\n  \"loan_type\": \"credit_line\",\n  \"financials\": {\n    \"amount\": 1000000,\n    \"loan_amount\": 1000000,\n    \"interest_rate\": 5.5,\n    \"loan_maturity_date\": \"2027-12-31\"\n  },\n  \"is_residential\": false,\n  \"is_lot\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"49bf62e0-9773-4c2f-bc9d-c4478dfaa5be"},{"name":"Get a deal by UID","id":"4714bb34-df75-48c9-9c46-9c2b0ed3865d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{dealUid}","description":"<p><b>Purpose:</b> Fetch a single deal by its unique identifier, including core metadata needed to display and authorize downstream actions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{dealUid}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"0cad30af-2fa4-4bbd-864a-4d3c5d9d62e6","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"agreement_id\": 1234567890,\n    \"agreement_uid\": \"1233-4567-8901-2345\",\n    \"bank_id\": 1234567890,\n    \"group_uid\": \"1233-4567-8901-2345\",\n    \"tenant_uid\": \"1233-4567-8901-2345\",\n    \"branch_id\": 1234567890,\n    \"collateral_acceptance_date\": \"string\",\n    \"agreement_activation_date\": \"string\",\n    \"created_at\": \"2021-01-01\",\n    \"created_by\": 1234567890,\n    \"draw_availability\": \"Available\",\n    \"letters_of_credit\": \"string\",\n    \"loan_administrator_id\": 1234567890,\n    \"draw_administrator_id\": 1234567890,\n    \"lot_cost_adv_rate\": \"string\",\n    \"max_commitment_amount\": \"string\",\n    \"relationship_manager_id\": 1234567890,\n    \"revolver_type_id\": 1234567890,\n    \"site_value_adv_rate\": \"string\",\n    \"calculate_commitment_as\": \"string\",\n    \"total_commitment_amount\": \"string\",\n    \"total_current_commitment_amount\": \"string\",\n    \"total_eligible_amount\": \"string\",\n    \"updated_at\": \"string\",\n    \"updated_by\": 1234567890,\n    \"days_to_start_construction\": 12,\n    \"days_to_complete_construction\": 12,\n    \"construction_completion_deadline_config\": \"string\",\n    \"product_type_id\": 1234567890,\n    \"vertical_commitment_calculation_config\": \"string\",\n    \"is_secured\": false,\n    \"is_project_tracking_enabled\": true,\n    \"budget_id\": 1234567890,\n    \"project_nickname\": \"string\",\n    \"address_id\": 1234567890,\n    \"borrower_id\": 1234567890,\n    \"parent_agreement_id\": 1234567890,\n    \"loan_badge_type\": \"string\"\n  }\n}"},{"id":"0d654313-125c-4771-b457-2fc233d03472","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"9f9555e0-9aab-438f-bb64-0641256f2924","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"7130d300-2f7f-4d09-ad7d-48a875c2c470","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"2a5aa3df-797e-491a-a17d-4da748d19d5b","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid"],"variable":[{"key":"dealUid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"4714bb34-df75-48c9-9c46-9c2b0ed3865d"},{"name":"Get checklist items for a deal","id":"4d0b76af-7226-41a6-b0ac-f77f276ff526","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/checklist","description":"<p><b>Purpose:</b> Retrieve all checklist items associated with a specific loan agreement/ deal (deal_uid). This allows clients to display outstanding requirements, monitor completion, and enforce funding controls based on the readiness of the deal’s supporting tasks.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","checklist"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"454bea45-e92f-47b8-b389-3d8bcfb3f744","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": false,\n  \"statusCode\": 200,\n  \"body\": {\n    \"checklistItems\": [\n      {\n        \"checklistItemId\": \"1234567890\",\n        \"checklistItemName\": \"Test Checklist Item\",\n        \"checklistItemDescription\": \"Test Checklist Item Description\",\n        \"checklistItemStatus\": \"Test Checklist Item Status\"\n      }\n    ]\n  }\n}"},{"id":"f9675298-9860-435a-b988-d792cd879837","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"abd585e0-cfaf-4a5d-a2ee-8df47c3502c9","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"14e98f32-0856-4ef1-963d-f4df61f1a85d","name":"Deal not found or has no checklist items","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found or has no checklist items\",\n  \"details\": []\n}"},{"id":"2c45f6bb-6998-4f6a-9e66-0539de32c70a","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/checklist","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","checklist"],"variable":[{"key":"deal_uid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"4d0b76af-7226-41a6-b0ac-f77f276ff526"},{"name":"Get details for a deal by UID","id":"4b4876ab-aaff-4273-a191-edc2d6b1bfbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/details","description":"<p><b>Purpose:</b> Retrieve comprehensive deal details / loan agreement, by its unique identifier (deal_uid). This endpoint returns the full loan metadata, including loan type, status, borrower, builder, financial values, property information, and progress metrics, providing a complete view of the deal’s configuration and current state. It is primarily used after searching for deals to display or process detailed deal/loan agreement information.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","details"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"aa7d971c-270d-4bd7-b1dc-875e5d5666d1","name":"Successfully retrieved deal details","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"loanId\": 12345,\n    \"loanType\": \"Construction\",\n    \"loanFlags\": {\n      \"activeFlagsLabels\": [\n        \"Test\",\n        \"Another\",\n        \"Other one\"\n      ],\n      \"flagsPositions\": [\n        1,\n        3,\n        5\n      ],\n      \"flags\": 5\n    },\n    \"loanBadgeType\": \"New Construction\",\n    \"currentStatus\": 1,\n    \"statusText\": \"Active\",\n    \"createdAt\": \"2023-01-15T10:00:00Z\",\n    \"updatedAt\": \"2023-10-20T15:30:00Z\",\n    \"createdBy\": 101,\n    \"updatedBy\": 102,\n    \"bankId\": 20,\n    \"branchId\": 201,\n    \"branchDescription\": \"Downtown Branch\",\n    \"branchNumber\": 1001,\n    \"agreementUid\": \"a1b2c3d4-e5f6-7890-1234-567890abcdef\",\n    \"borrowerId\": 301,\n    \"builderId\": 401,\n    \"amount\": 500000,\n    \"projectCommitmentAmount\": 450000,\n    \"loanNumber\": \"LN-98765\",\n    \"loanFinancialId\": 6001,\n    \"appraisedValue\": 600000,\n    \"loanToValue\": 0.8333,\n    \"constructionProgress\": 75.5,\n    \"expectedConstructionEndDate\": \"2024-06-30T00:00:00Z\",\n    \"developmentType\": \"Single Family Residential\",\n    \"propertyId\": 701,\n    \"propertyType\": \"Residential\",\n    \"propertyAddress\": \"123 Main St, Anytown, USA 12345\",\n    \"latitude\": 34.0522,\n    \"longitude\": -118.2437,\n    \"lotNumber\": \"A-15\",\n    \"parcelNumber\": \"010-203-040\",\n    \"inspectionType\": \"Progress\",\n    \"allowRemoteInspections\": 1,\n    \"requireInspectionPhotos\": 1,\n    \"inspectionDrivenAvailability\": 1,\n    \"onDemandInspections\": 0,\n    \"lenderControlledInspections\": 1,\n    \"allowDrawRequestOverfundRemaining\": 0,\n    \"allowInspectorUploadFiles\": 1,\n    \"autoUpdateDrawStatusOnApprove\": 1,\n    \"builtPayLienWaivers\": 1,\n    \"dateDownEndorsementRequests\": 0,\n    \"drawIncompleteChecklistHardStop\": 1,\n    \"drawInvoiceManagement\": 1,\n    \"drawsRequestReserveAndFees\": 0,\n    \"eligibleUseOfFunds\": 1,\n    \"eligibleUseOfFundsValidation\": 1,\n    \"hasOutstandingDeposits\": 0,\n    \"includeDrawReviewAction\": 1,\n    \"defaultDisbursementId\": 1,\n    \"allowMultipleDraws\": 1,\n    \"isItemizedDraw\": 1,\n    \"drawAssociatedFees\": 0,\n    \"loanAdministratorId\": 501,\n    \"loanAdminEmail\": \"admin@bank.com\",\n    \"loanAdminFirstName\": \"Jane\",\n    \"loanAdminLastName\": \"Doe\",\n    \"loanComments\": [\n      {\n        \"bankId\": 6358.495329162825,\n        \"branchId\": 9585.694368355973,\n        \"comment\": \"string\",\n        \"commentId\": 9078.15629118572,\n        \"createdAt\": \"string\",\n        \"createdBy\": 7066.9863829167625,\n        \"createdByGroup\": \"string\",\n        \"editedAt\": \"string\",\n        \"fullName\": \"string\",\n        \"isDeleted\": 9453.638563531718,\n        \"isEdited\": 6395.939783129187,\n        \"loanCommentId\": 2003.7549120299182,\n        \"loanId\": 6210.190932109505,\n        \"responseCount\": 3768.0496483495785,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 3044.5852872968594,\n        \"borrowerId\": 6802.486778384742,\n        \"builderId\": 2116.0412336307368,\n        \"coBorrowerId\": 9083.692383876809,\n        \"inspectorId\": 7496.428600940477,\n        \"parentCommentId\": 3003.315432165816,\n        \"remoteInspectorId\": 945.2891042446731,\n        \"titleAgencyId\": 9508.414760253792\n      },\n      {\n        \"bankId\": 8932.065126139601,\n        \"branchId\": 9513.37056804015,\n        \"comment\": \"string\",\n        \"commentId\": 9623.506052435265,\n        \"createdAt\": \"string\",\n        \"createdBy\": 7818.294447479635,\n        \"createdByGroup\": \"string\",\n        \"editedAt\": \"string\",\n        \"fullName\": \"string\",\n        \"isDeleted\": 5582.100631251845,\n        \"isEdited\": 4832.965951728021,\n        \"loanCommentId\": 9310.726400802163,\n        \"loanId\": 5803.631531673031,\n        \"responseCount\": 1561.5777793701202,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 3135.2368177844282,\n        \"borrowerId\": 2470.7487709257057,\n        \"builderId\": 2043.6590766981722,\n        \"coBorrowerId\": 1.3838902668927844,\n        \"inspectorId\": 6103.765251738353,\n        \"parentCommentId\": 9673.053113962058,\n        \"remoteInspectorId\": 8649.54543236302,\n        \"titleAgencyId\": 6977.316826768163\n      }\n    ],\n    \"projectMonitoring\": {\n      \"lien_monitoring\": {\n        \"outstandingIssuesCount\": 1904.7537569027195,\n        \"resolvedIssuesCount\": 8566.83637937735,\n        \"liensData\": [\n          {\n            \"bankId\": 2676.588961981894,\n            \"branchId\": 7025.430286783394,\n            \"builtProjectId\": 6052.106272687421,\n            \"createdAt\": \"string\",\n            \"createdBy\": 7144.563042095102,\n            \"propertyAddressLine\": \"string\",\n            \"propertyCity\": \"string\",\n            \"propertyState\": \"string\",\n            \"propertyZip\": \"string\",\n            \"titleDataStatus\": \"string\",\n            \"titleId\": 6560.732727785632,\n            \"apn\": \"string\",\n            \"asOf\": \"string\",\n            \"builtCollateralId\": 5324.7567252709005,\n            \"metaData\": {},\n            \"propertyDescription\": \"string\",\n            \"propertyId\": 3382.679516217759,\n            \"propertyLienCoverage\": \"string\",\n            \"propertyPlus4\": \"string\",\n            \"propertyPostDir\": \"string\",\n            \"propertyPreDir\": \"string\",\n            \"propertyStatus\": \"string\",\n            \"propertyStreetName\": \"string\",\n            \"propertyStreetNumber\": \"string\",\n            \"propertyStreetType\": \"string\",\n            \"propertySuite\": \"string\",\n            \"propertySuiteType\": \"string\",\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 6771.549822270082\n          },\n          {\n            \"bankId\": 5698.180593717852,\n            \"branchId\": 1796.3910893184632,\n            \"builtProjectId\": 5482.776972368908,\n            \"createdAt\": \"string\",\n            \"createdBy\": 3065.8471314773305,\n            \"propertyAddressLine\": \"string\",\n            \"propertyCity\": \"string\",\n            \"propertyState\": \"string\",\n            \"propertyZip\": \"string\",\n            \"titleDataStatus\": \"string\",\n            \"titleId\": 9030.830922838126,\n            \"apn\": \"string\",\n            \"asOf\": \"string\",\n            \"builtCollateralId\": 1748.3927380625387,\n            \"metaData\": {},\n            \"propertyDescription\": \"string\",\n            \"propertyId\": 6620.559947252189,\n            \"propertyLienCoverage\": \"string\",\n            \"propertyPlus4\": \"string\",\n            \"propertyPostDir\": \"string\",\n            \"propertyPreDir\": \"string\",\n            \"propertyStatus\": \"string\",\n            \"propertyStreetName\": \"string\",\n            \"propertyStreetNumber\": \"string\",\n            \"propertyStreetType\": \"string\",\n            \"propertySuite\": \"string\",\n            \"propertySuiteType\": \"string\",\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 7934.083132356231\n          }\n        ],\n        \"lienMonitoringStatus\": \"ACTIVE\",\n        \"lienMonitoringEnrolled\": false,\n        \"lienMonitoringCoverage\": false,\n        \"sources\": {\n          \"CoreLogic\": {\n            \"enrolled\": true,\n            \"in_coverage\": true,\n            \"status\": \"ACTIVE\"\n          },\n          \"First American\": {\n            \"enrolled\": true,\n            \"in_coverage\": false,\n            \"status\": \"ACTIVE\"\n          }\n        }\n      },\n      \"contractor_monitoring\": {\n        \"contractorProfileInfo\": {\n          \"creditRiskScore\": \"string\",\n          \"creditRiskClass\": \"string\",\n          \"creditRiskLastUpdated\": \"string\",\n          \"creditRiskChange\": \"string\",\n          \"financialStabilityRisk\": \"string\",\n          \"financialStabilityRiskClass\": \"string\",\n          \"financialStabilityRiskLastUpdated\": \"string\",\n          \"financialStabilityRiskChange\": \"string\",\n          \"daysBeyondTerm\": \"string\",\n          \"daysBeyondTermChange\": \"string\",\n          \"industryDbt\": \"string\",\n          \"derogatoryLegalFilings\": \"string\",\n          \"derogatoryLegalFilingsChange\": \"string\",\n          \"experianName\": \"string\",\n          \"experianAddress\": \"string\"\n        },\n        \"legalFilings\": {}\n      },\n      \"expiring_files\": [\n        {\n          \"name\": \"string\",\n          \"location\": \"string\",\n          \"expired\": true,\n          \"expirationDate\": \"string\"\n        },\n        {\n          \"name\": \"string\",\n          \"location\": \"string\",\n          \"expired\": true,\n          \"expirationDate\": \"string\"\n        }\n      ],\n      \"title_search\": {\n        \"title_search_info\": {\n          \"built_project_id\": 1281.5660528721983,\n          \"title_search_amount\": 5854.080970932121\n        },\n        \"title_search_modal_info\": {\n          \"primaryLoanNumber\": 6738.856296363072,\n          \"loanId\": 4602.646938356705,\n          \"fullPropertyAddress\": \"string\",\n          \"ownerName\": \"string\",\n          \"address\": {\n            \"addressId\": 5416.623309980701,\n            \"address1\": \"string\",\n            \"address2\": \"string\",\n            \"city\": \"string\",\n            \"state\": \"string\",\n            \"county\": \"string\",\n            \"zip\": 3710.861801231722,\n            \"countryCode\": \"string\",\n            \"createdAt\": \"string\",\n            \"createdBy\": 6560.56247642633,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 4165.955883892138,\n            \"isDeleted\": 1483.0417256380501\n          },\n          \"bankId\": 9485.975575145836,\n          \"branchId\": 2527.1359223617783,\n          \"parcelNumber\": 3404.390109901587\n        }\n      }\n    },\n    \"agreementId\": 54321,\n    \"agreementType\": \"Master Agreement\",\n    \"parentAgreementId\": null,\n    \"parentLoanId\": null,\n    \"coBorrowerId\": null,\n    \"appraisalDate\": \"2023-01-10T00:00:00Z\",\n    \"constructionCompletedDate\": null,\n    \"originalConstructionEndDate\": \"2024-05-31T00:00:00Z\",\n    \"inspectionFrequency\": \"Monthly\",\n    \"inspectionInterval\": \"First week of month\",\n    \"lastInspectionDate\": \"2023-10-15T00:00:00Z\",\n    \"nextInspectionDate\": \"2023-11-15T00:00:00Z\",\n    \"inspectionIntervalId\": null,\n    \"autodrawBy\": null,\n    \"bankDrawApproverId\": null,\n    \"borrowerDrawApproverId\": null,\n    \"defaultDrawMethod\": null\n  }\n}"},{"id":"1d36c408-575a-4c00-a087-4e30b1454b7e","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"f2d314b9-39e8-4b29-a463-1ed8bc6fcf25","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"f3edc519-9149-44da-a403-2ecffb8f4db5","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"4acbbc22-88e0-4da7-9221-783a39c5389c","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","details"],"variable":[{"key":"deal_uid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"4b4876ab-aaff-4273-a191-edc2d6b1bfbc"},{"name":"Get files for a deal by UID","id":"7afda909-1c23-4a37-9b6b-0b742178405f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/files","description":"<p><b>Purpose:</b> Retrieve the list of files associated with a specific loan agreement / deal (deal_uid). This allows clients to display or download related documents, track their processing status, and ensure that all necessary documentation for the deal is present and accessible.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","files"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"11825dcc-2451-4b65-b65d-6e7f09ed4424","name":"Successfully retrieved deal files","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    },\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    }\n  ]\n}"},{"id":"56123578-7773-4b3d-b2d3-4443c23d995e","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"890cfbf1-5157-4b57-b051-acf74c0a3572","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"ba34702a-424c-492b-9dd2-9ef328b50fb9","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"a06aaea7-7763-4661-8050-ba51f63d5bf3","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","files"],"variable":[{"key":"deal_uid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"7afda909-1c23-4a37-9b6b-0b742178405f"},{"name":"Get loan activities for a deal","id":"8ef0bdd6-798d-47e0-906c-8c42721638b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{deal_uid}/activity","description":"<p><b>Purpose:</b> Retrieve a paginated list of loan activities for a specific loan agreement/ deal (deal_uid). This allows clients to display a timeline of actions, such as draw approvals and status updates, while enabling filtering by date and ensuring transparency for compliance and monitoring.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{deal_uid}","activity"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"bd36be0a-3eb0-484d-bbc3-b99f4bc04c73","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"key":"page","value":"1","description":"Page number (default: 1)"},{"key":"per_page","value":"10","description":"Number of items per page (default: 10)"},{"key":"created_at","value":"2024-01-01","description":"Filter activities by creation date"}],"variable":[{"key":"deal_uid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"body\": [\n      {\n        \"activityFeedId\": 5848094,\n        \"model\": \"Loans/LoanDrawApprover\",\n        \"modelReadable\": \"Loan Draw Approver\",\n        \"crud\": \"create\",\n        \"crudReadable\": \"Created\",\n        \"userRole\": \"loanAdministrator\",\n        \"userRoleReadable\": \"Loan Administrator\",\n        \"user\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"createdAt\": \"2025-07-08 14:40:38.945\",\n        \"description\": \"Loan Draw Approver was created by Loan Administrator\"\n      },\n      {\n        \"activityFeedId\": 5848094,\n        \"model\": \"Loans/LoanDrawApprover\",\n        \"modelReadable\": \"Loan Draw Approver\",\n        \"crud\": \"create\",\n        \"crudReadable\": \"Created\",\n        \"userRole\": \"loanAdministrator\",\n        \"userRoleReadable\": \"Loan Administrator\",\n        \"user\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"createdAt\": \"2025-07-08 14:40:38.945\",\n        \"description\": \"Loan Draw Approver was created by Loan Administrator\"\n      }\n    ],\n    \"statusCode\": 200,\n    \"pagination\": {\n      \"page\": 1,\n      \"per_page\": 10\n    }\n  }\n}"},{"id":"a8b6112f-c27e-41cd-b92d-fd50326bbc83","name":"The UID is not a valid UUID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"key":"page","value":"1","description":"Page number (default: 1)"},{"key":"per_page","value":"10","description":"Number of items per page (default: 10)"},{"key":"created_at","value":"2024-01-01","description":"Filter activities by creation date"}],"variable":[{"key":"deal_uid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The UID is not a valid UUID\",\n  \"details\": []\n}"},{"id":"b6c6133a-0c29-463a-a218-67d4ef02b58f","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"key":"page","value":"1","description":"Page number (default: 1)"},{"key":"per_page","value":"10","description":"Number of items per page (default: 10)"},{"key":"created_at","value":"2024-01-01","description":"Filter activities by creation date"}],"variable":[{"key":"deal_uid"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"9a3f4244-bb7a-4cce-8d05-b70ef2290d81","name":"Deal not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"key":"page","value":"1","description":"Page number (default: 1)"},{"key":"per_page","value":"10","description":"Number of items per page (default: 10)"},{"key":"created_at","value":"2024-01-01","description":"Filter activities by creation date"}],"variable":[{"key":"deal_uid"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 404,\n  \"message\": \"Deal not found\",\n  \"details\": []\n}"},{"id":"4f558c6d-6f86-47c0-ba99-5977bffad012","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:deal_uid/activity?page=1&per_page=10&created_at=2024-01-01","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":deal_uid","activity"],"query":[{"key":"page","value":"1","description":"Page number (default: 1)"},{"key":"per_page","value":"10","description":"Number of items per page (default: 10)"},{"key":"created_at","value":"2024-01-01","description":"Filter activities by creation date"}],"variable":[{"key":"deal_uid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"8ef0bdd6-798d-47e0-906c-8c42721638b3"},{"name":"Get inspections by loan ID","id":"fe776928-0f1a-4ab8-831b-4f884f8d9aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/{deal_uid}/inspections","description":"<p><b>Purpose:</b> Retrieves all inspections associated with a specific loan (deal_uid). This endpoint returns detailed inspection information, including scheduled date, completion status, and any associated comments.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","inspections","{deal_uid}","inspections"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"a7e32809-b086-40dc-b546-3a1d77caa2c1","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=true&sort=string&limit=9716.445794043902&offset=9716.445794043902","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"key":"incremental_progress","value":"true","description":"Whether to include incremental progress"},{"key":"sort","value":"string","description":"Sort direction and field, e.g. -completedAt"},{"key":"limit","value":"9716.445794043902","description":"Number of results to return"},{"key":"offset","value":"9716.445794043902","description":"Offset for pagination"}],"variable":[{"key":"deal_uid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"inspectionId\": \"string\",\n      \"displayOrder\": 9271.236128650271,\n      \"scheduledOn\": \"string\",\n      \"completedAt\": \"string\",\n      \"inspectedBy\": 9123.432583062491,\n      \"requestedBy\": {\n        \"userId\": 9428.131626556737,\n        \"email\": \"string\",\n        \"firstName\": \"string\",\n        \"lastName\": \"string\",\n        \"fullName\": \"string\",\n        \"displayName\": \"string\",\n        \"defaultRole\": \"string\",\n        \"isRegistered\": 7426.019098442056\n      },\n      \"requestorRole\": \"string\",\n      \"notes\": \"string\",\n      \"progress\": \"string\",\n      \"cumulativeProgress\": \"string\",\n      \"releasedFunds\": 577.9801748483516,\n      \"cumulativeHardCostReleasedFunds\": 6237.212091921827,\n      \"inspectionStatus\": {\n        \"statusCode\": \"string\",\n        \"category\": \"string\",\n        \"status\": \"string\",\n        \"updatedAt\": \"string\"\n      },\n      \"inspectionType\": {\n        \"code\": \"string\",\n        \"type\": \"string\",\n        \"subType\": \"string\"\n      },\n      \"bank\": {\n        \"bankId\": 1428.5424229138498,\n        \"bankUid\": \"string\",\n        \"name\": \"string\",\n        \"primaryBankAdministratorId\": 2160.478522842326,\n        \"primaryBankPhoneNumberId\": 577.6163220678088,\n        \"accountsPayableId\": 2246.095847557239,\n        \"addressId\": 5638.02304115079,\n        \"isReportOnly\": 8977.57168395755,\n        \"includeStats\": 6779.824620054315,\n        \"billingEffectiveDate\": \"string\",\n        \"billingTerminationDate\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 5367.029377049124,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 7255.000494115798,\n        \"isDeleted\": 30.1899441452691\n      },\n      \"branch\": {\n        \"bankId\": 5685.329102973584,\n        \"branchId\": 7283.364265112864\n      },\n      \"inspector\": {\n        \"inspectorId\": 9228.100724884745,\n        \"primaryInspectorAdministratorId\": 2353.4226970960217,\n        \"primaryInspectorPhoneNumberId\": 1818.921546774801,\n        \"name\": \"string\",\n        \"addressId\": 3060.949910887312,\n        \"createdAt\": \"string\",\n        \"createdBy\": 7630.083612255412,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 2157.4197332047484,\n        \"isDeleted\": 3181.1672145818925,\n        \"primaryAdministrator\": {\n          \"userId\": 2086.068003155994,\n          \"email\": \"string\",\n          \"firstName\": \"string\",\n          \"lastName\": \"string\",\n          \"fullName\": \"string\",\n          \"displayName\": \"string\",\n          \"defaultRole\": \"string\",\n          \"isRegistered\": 8759.721551315144,\n          \"inspectorAdministratorId\": 434.99600651035973,\n          \"inspectorId\": 536.6646131590702,\n          \"title\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 3751.311924191583,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 8614.130852858618,\n          \"isDeleted\": 402.9109152084609\n        },\n        \"primaryPhoneNumber\": {\n          \"inspectorPhoneNumberId\": 1238.760606593603,\n          \"inspectorId\": 5383.902982574374,\n          \"phoneNumberId\": 9684.036981830843,\n          \"isPrimary\": 254.75171771666362,\n          \"createdAt\": \"string\",\n          \"createdBy\": 2751.2831427740416,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 868.0438913984378,\n          \"isDeleted\": 5813.882055094557,\n          \"countryCode\": 8023.090027757582,\n          \"number\": 4384.35650394827,\n          \"ext\": \"string\",\n          \"label\": \"string\",\n          \"country\": \"string\"\n        },\n        \"address\": {\n          \"addressId\": 3889.401600603568,\n          \"address1\": \"string\",\n          \"address2\": \"string\",\n          \"city\": \"string\",\n          \"state\": \"string\",\n          \"county\": \"string\",\n          \"zip\": 8898.802532064561,\n          \"countryCode\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 8463.593662418676,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 4399.442529482103,\n          \"isDeleted\": 4895.378654889187\n        }\n      },\n      \"assignedTo\": {},\n      \"inspectorUserId\": 6803.623819573672,\n      \"address\": {\n        \"addressId\": 9362.288611997757,\n        \"address1\": \"string\",\n        \"address2\": \"string\",\n        \"city\": \"string\",\n        \"state\": \"string\",\n        \"zip\": 1694.2273776904715,\n        \"countryCode\": \"string\",\n        \"county\": \"string\",\n        \"latitude\": \"string\",\n        \"longitude\": \"string\",\n        \"lockbox\": \"string\",\n        \"lot\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 1312.3539737855428,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 1666.2186425339587,\n        \"isDeleted\": 3723.755499968591\n      },\n      \"latitude\": \"string\",\n      \"longitude\": \"string\",\n      \"isAsap\": false,\n      \"isRemote\": true,\n      \"inspectionDetails\": {\n        \"loanId\": 224.83598290421236,\n        \"loanTypeId\": 5734.279812953955,\n        \"loanType\": \"string\",\n        \"subdivision\": {},\n        \"lockboxCode\": \"string\",\n        \"loanOfficer\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"borrower\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 8700.884931214485,\n            \"isPrimary\": true\n          },\n          \"primaryAdministrator\": {}\n        },\n        \"builder\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 8047.737119120581,\n            \"isPrimary\": false\n          },\n          \"primaryAdministrator\": {}\n        }\n      },\n      \"isFinal\": false,\n      \"method\": {\n        \"method\": \"string\",\n        \"methodCode\": \"string\"\n      },\n      \"items\": [\n        {\n          \"name\": 6598.250156235461,\n          \"displayOrder\": 5555.004497066005,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 500.58101000565625,\n          \"progress\": 3128.0949667084788,\n          \"inspectedPercentComplete\": 1457.3170871705777,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 273.6705187155275,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 1017.3951945210202,\n            \"originalBudgetAmount\": 1495.7444136594388,\n            \"budgetAmount\": 2480.213886761642,\n            \"fundedAmount\": 1012.5592803525896,\n            \"requestedFundsAmount\": 4538.114222915861,\n            \"pendingRetainageCreditAmount\": 9643.992744434547,\n            \"equityPrepaidAmount\": 993.1834683197449,\n            \"equityEarmarkAmount\": 9840.681982715992,\n            \"releasedAmount\": 2019.9830177988476,\n            \"availableFundsAmount\": 6625.875546873183,\n            \"storedMaterialAmount\": 7113.860215838852,\n            \"changeOrderCount\": 3815.554236414347,\n            \"changeOrderAmount\": 3795.591052946734,\n            \"pendingChangeOrderAmount\": 419.5451324355992,\n            \"trackRetainage\": 699.3971496776763,\n            \"retainageAccountId\": 820.2379536861204,\n            \"retainagePercentage\": 354.8951488035912,\n            \"totalRetainageAmount\": 7272.0929538388,\n            \"remainingRetainageAmount\": 2326.241542618237,\n            \"invoiceFinancingPercentage\": 9770.575804845355,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 2163.6810446010936,\n            \"createdAt\": \"string\",\n            \"createdBy\": 6120.593986357377,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 5399.768901827846,\n            \"isDeleted\": 1977.419678826282\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 9775.327729288043,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 5156.0527961027965,\n            \"percentComplete\": 4988.547364748266,\n            \"value\": 8042.636661398977,\n            \"loanBudgetId\": 7237.494965461342,\n            \"loanBudgetItemFinancialId\": 6545.277511803187,\n            \"loanBudgetPhaseId\": 8166.487106000997,\n            \"settings\": {\n              \"retainagePercent\": 3704.4531286084625,\n              \"inspectable\": true,\n              \"drawable\": true,\n              \"retainable\": true,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 4338.66230671393,\n              \"invoiceFinancingPercentageValue\": 7121.464430944396,\n              \"retainageAccountId\": 9379.218454011707\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 8416.785156130427,\n              \"adjustmentsToDate\": 1413.4022338770235,\n              \"budgetAmount\": 7413.34930293877,\n              \"depositsOutstanding\": 444.91492951936664,\n              \"fundedAmount\": 7009.177737994987,\n              \"prepaidAmount\": 8478.499424723497,\n              \"releasedAmount\": 1135.7679260572806,\n              \"availableAmount\": 6857.204835547031,\n              \"pendingChangeOrderAmount\": 113.11730043656266,\n              \"pendingDrawAmount\": 6824.266494030134,\n              \"pendingRetainageCreditAmount\": 9270.402734705529,\n              \"retainageBalance\": 7992.617014955415,\n              \"changeOrderCount\": 4357.99505769561,\n              \"balanceRemaining\": 9195.824299828997,\n              \"requestedFundsAmount\": 2389.5871253637456,\n              \"remainingRetainageAmount\": 3421.832299205043,\n              \"otherPendingDrawTotal\": 9332.81629676153,\n              \"otherPendingReallocations\": 8008.920646025075,\n              \"availableFundsAmount\": 942.3142647558724,\n              \"retainageToDate\": 9430.779338195383\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 3144.7755887024773,\n              \"inspectedPercentComplete\": 9875.664954020664,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 5874.288326835597,\n            \"customDisbursementMethodId\": 2476.767772964068,\n            \"releasedAmount\": 6687.204541859364,\n            \"retainageToDate\": 5767.977161821381,\n            \"prepaidAmount\": 414.6650751305314,\n            \"fundedAmount\": 1244.3005884242475,\n            \"budgetAmount\": 9512.545075260998,\n            \"originalBudgetAmount\": 705.4075017320228,\n            \"requestedFundsAmount\": 6496.3806885573285,\n            \"availableFundsAmount\": 6484.497181312472,\n            \"changeOrderAmount\": 4073.207825194143,\n            \"remainingRetainageAmount\": 1670.3322201300907,\n            \"unallocatedFundsAmount\": 2014.328934764753,\n            \"availableFunds\": 8034.119039565459\n          },\n          \"loanBudgetItemExpenseId\": 2877.8345823537334,\n          \"loanBudgetItemId\": 2730.966668369517,\n          \"loanBudgetItemExpenseStatusId\": 5760.848159861176,\n          \"inspectionId\": \"string\",\n          \"drawId\": 298.33825151717394,\n          \"loanPaymentId\": 1565.8494789398246,\n          \"workAmount\": 1666.941595092304,\n          \"storedMaterialAmount\": 8891.988570690522,\n          \"currentStatus\": 396.20608239535835,\n          \"amount\": 3815.7356823121067,\n          \"retainageBalanceAmount\": 8461.071755387544,\n          \"retainageDrawAmount\": 63.52783432680642,\n          \"retainageDebitAmount\": 2452.0976166772534,\n          \"retainageCreditAmount\": 3415.9511371277863,\n          \"requestAmount\": 529.0384861976949,\n          \"originalRequestAmount\": 2935.433773580829,\n          \"approveAmount\": 7454.648954433061,\n          \"originalApproveAmount\": 3679.4808219815823,\n          \"transferAmount\": 5228.741356827569,\n          \"originalTransferAmount\": 4982.8889297284795,\n          \"reallocationAmount\": 3438.859093411959,\n          \"originalReallocationAmount\": 5715.326828099379,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 5371.316700588866,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 6503.206476418073,\n          \"depositsDebitAmount\": 8837.374562467161,\n          \"createdAt\": \"string\",\n          \"createdBy\": 7585.7558114878575,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 9825.047072046558,\n          \"isDeleted\": 7854.140835292183,\n          \"invoicesCount\": 9656.327727690592,\n          \"cumulativeFundedAmount\": 9727.038382321954,\n          \"previousProgress\": 2681.6650635233973,\n          \"incrementalProgress\": 9343.709577194468\n        },\n        {\n          \"name\": 8160.293077308245,\n          \"displayOrder\": 4725.019985645796,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 670.1813036728544,\n          \"progress\": 3701.0575246653743,\n          \"inspectedPercentComplete\": 3564.416230541936,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 8093.479649454392,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 6768.8554556261415,\n            \"originalBudgetAmount\": 3141.2778714985625,\n            \"budgetAmount\": 8785.78215291178,\n            \"fundedAmount\": 5219.14763017159,\n            \"requestedFundsAmount\": 6756.126071924687,\n            \"pendingRetainageCreditAmount\": 3430.6710592803656,\n            \"equityPrepaidAmount\": 1851.0704698354873,\n            \"equityEarmarkAmount\": 938.5830102631232,\n            \"releasedAmount\": 1350.2851489004274,\n            \"availableFundsAmount\": 6815.8358643361325,\n            \"storedMaterialAmount\": 2204.446528302868,\n            \"changeOrderCount\": 2457.1430093948043,\n            \"changeOrderAmount\": 3670.6152931208358,\n            \"pendingChangeOrderAmount\": 9935.564735487087,\n            \"trackRetainage\": 7995.146816374472,\n            \"retainageAccountId\": 3887.956760209421,\n            \"retainagePercentage\": 9703.763759837992,\n            \"totalRetainageAmount\": 9082.509692356161,\n            \"remainingRetainageAmount\": 8.809672183740513,\n            \"invoiceFinancingPercentage\": 3148.6166021121044,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 1861.7048265649582,\n            \"createdAt\": \"string\",\n            \"createdBy\": 4140.52169883716,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 6722.244117507914,\n            \"isDeleted\": 246.28039397930567\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 3726.43555332864,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 8519.905778098562,\n            \"percentComplete\": 3259.9518033151285,\n            \"value\": 4372.314085769215,\n            \"loanBudgetId\": 2036.011407912517,\n            \"loanBudgetItemFinancialId\": 2600.050231494795,\n            \"loanBudgetPhaseId\": 4963.880556483098,\n            \"settings\": {\n              \"retainagePercent\": 6707.679451436737,\n              \"inspectable\": true,\n              \"drawable\": false,\n              \"retainable\": false,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 2932.2925204418216,\n              \"invoiceFinancingPercentageValue\": 5753.878273018456,\n              \"retainageAccountId\": 4419.317991528813\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 1333.6248562544606,\n              \"adjustmentsToDate\": 2751.81323369728,\n              \"budgetAmount\": 346.36193970475347,\n              \"depositsOutstanding\": 7816.888887108191,\n              \"fundedAmount\": 4893.588912960018,\n              \"prepaidAmount\": 6125.840363268122,\n              \"releasedAmount\": 1904.7521202427542,\n              \"availableAmount\": 1884.961858637766,\n              \"pendingChangeOrderAmount\": 41.966492703076064,\n              \"pendingDrawAmount\": 5848.152184624011,\n              \"pendingRetainageCreditAmount\": 895.8887881877531,\n              \"retainageBalance\": 28.51039160068014,\n              \"changeOrderCount\": 8638.542556779299,\n              \"balanceRemaining\": 6726.921100469365,\n              \"requestedFundsAmount\": 4914.543764451362,\n              \"remainingRetainageAmount\": 67.59354807390761,\n              \"otherPendingDrawTotal\": 1766.9427448341412,\n              \"otherPendingReallocations\": 4737.968674169273,\n              \"availableFundsAmount\": 8088.089821612901,\n              \"retainageToDate\": 5039.583784647619\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 9831.611880797442,\n              \"inspectedPercentComplete\": 9990.332603898523,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 4520.9247475678385,\n            \"customDisbursementMethodId\": 7099.310117445565,\n            \"releasedAmount\": 9685.465697626927,\n            \"retainageToDate\": 2231.7711173993816,\n            \"prepaidAmount\": 5365.806976491214,\n            \"fundedAmount\": 8117.11968867834,\n            \"budgetAmount\": 7998.142897263356,\n            \"originalBudgetAmount\": 2530.627006695967,\n            \"requestedFundsAmount\": 5256.0896977099,\n            \"availableFundsAmount\": 4375.672481052126,\n            \"changeOrderAmount\": 2129.2270400958737,\n            \"remainingRetainageAmount\": 5908.819495600311,\n            \"unallocatedFundsAmount\": 8860.563273044256,\n            \"availableFunds\": 1240.235676644661\n          },\n          \"loanBudgetItemExpenseId\": 3940.586006397224,\n          \"loanBudgetItemId\": 5826.450209365308,\n          \"loanBudgetItemExpenseStatusId\": 7965.087485072344,\n          \"inspectionId\": \"string\",\n          \"drawId\": 1934.2733819832624,\n          \"loanPaymentId\": 7980.509255679737,\n          \"workAmount\": 6749.482215278322,\n          \"storedMaterialAmount\": 2122.265139393955,\n          \"currentStatus\": 4586.612870664457,\n          \"amount\": 8452.900361156007,\n          \"retainageBalanceAmount\": 9312.159524178214,\n          \"retainageDrawAmount\": 6374.069766662378,\n          \"retainageDebitAmount\": 4950.99298133626,\n          \"retainageCreditAmount\": 4461.576417433577,\n          \"requestAmount\": 3299.3959837275042,\n          \"originalRequestAmount\": 6486.233146755958,\n          \"approveAmount\": 7261.058357620193,\n          \"originalApproveAmount\": 6531.973968926688,\n          \"transferAmount\": 7143.055344346813,\n          \"originalTransferAmount\": 7730.905310050085,\n          \"reallocationAmount\": 6013.4418547761115,\n          \"originalReallocationAmount\": 9017.35411689483,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 2568.5102929381133,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 1104.1743326526343,\n          \"depositsDebitAmount\": 9936.778059256392,\n          \"createdAt\": \"string\",\n          \"createdBy\": 3784.808760165461,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 696.2182914058301,\n          \"isDeleted\": 5880.078232319827,\n          \"invoicesCount\": 3451.2070096340076,\n          \"cumulativeFundedAmount\": 1187.1745372029175,\n          \"previousProgress\": 6790.109137544391,\n          \"incrementalProgress\": 1844.8100423368373\n        }\n      ],\n      \"survey\": {},\n      \"isLenderSubmitted\": false,\n      \"isManual\": false,\n      \"isCancellable\": false,\n      \"hasExecutiveSummary\": false,\n      \"inspectorOrganizationId\": 8615.826491188598,\n      \"executiveSummaryStatus\": \"string\",\n      \"incrementalProgress\": \"string\"\n    },\n    {\n      \"inspectionId\": \"string\",\n      \"displayOrder\": 6743.8738485157955,\n      \"scheduledOn\": \"string\",\n      \"completedAt\": \"string\",\n      \"inspectedBy\": 4087.9846601720437,\n      \"requestedBy\": {\n        \"userId\": 6498.781301237522,\n        \"email\": \"string\",\n        \"firstName\": \"string\",\n        \"lastName\": \"string\",\n        \"fullName\": \"string\",\n        \"displayName\": \"string\",\n        \"defaultRole\": \"string\",\n        \"isRegistered\": 5237.709560465191\n      },\n      \"requestorRole\": \"string\",\n      \"notes\": \"string\",\n      \"progress\": \"string\",\n      \"cumulativeProgress\": \"string\",\n      \"releasedFunds\": 539.9489985258921,\n      \"cumulativeHardCostReleasedFunds\": 8891.9565202817,\n      \"inspectionStatus\": {\n        \"statusCode\": \"string\",\n        \"category\": \"string\",\n        \"status\": \"string\",\n        \"updatedAt\": \"string\"\n      },\n      \"inspectionType\": {\n        \"code\": \"string\",\n        \"type\": \"string\",\n        \"subType\": \"string\"\n      },\n      \"bank\": {\n        \"bankId\": 1844.917735459748,\n        \"bankUid\": \"string\",\n        \"name\": \"string\",\n        \"primaryBankAdministratorId\": 3286.3131853941964,\n        \"primaryBankPhoneNumberId\": 1030.8189838813942,\n        \"accountsPayableId\": 1514.0059419232155,\n        \"addressId\": 4647.365723852144,\n        \"isReportOnly\": 7891.198694572232,\n        \"includeStats\": 1759.0714150493181,\n        \"billingEffectiveDate\": \"string\",\n        \"billingTerminationDate\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 2150.2289706174006,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 8946.625026547721,\n        \"isDeleted\": 9644.653885801026\n      },\n      \"branch\": {\n        \"bankId\": 4859.891630997679,\n        \"branchId\": 580.5058332325674\n      },\n      \"inspector\": {\n        \"inspectorId\": 9369.3901887302,\n        \"primaryInspectorAdministratorId\": 2560.3654963382837,\n        \"primaryInspectorPhoneNumberId\": 880.4965628256878,\n        \"name\": \"string\",\n        \"addressId\": 3840.564549826544,\n        \"createdAt\": \"string\",\n        \"createdBy\": 2149.6344515372034,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 761.4895495985063,\n        \"isDeleted\": 1542.2488386320188,\n        \"primaryAdministrator\": {\n          \"userId\": 5290.690097176287,\n          \"email\": \"string\",\n          \"firstName\": \"string\",\n          \"lastName\": \"string\",\n          \"fullName\": \"string\",\n          \"displayName\": \"string\",\n          \"defaultRole\": \"string\",\n          \"isRegistered\": 6122.915407535208,\n          \"inspectorAdministratorId\": 3503.761657160174,\n          \"inspectorId\": 6579.836462089088,\n          \"title\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 7817.4747076770145,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 6232.408162861713,\n          \"isDeleted\": 8809.160921664656\n        },\n        \"primaryPhoneNumber\": {\n          \"inspectorPhoneNumberId\": 7534.791051584189,\n          \"inspectorId\": 1637.9028453451183,\n          \"phoneNumberId\": 2421.459824331835,\n          \"isPrimary\": 8665.263900095806,\n          \"createdAt\": \"string\",\n          \"createdBy\": 8538.39300064716,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 6804.26608842458,\n          \"isDeleted\": 8081.663980491447,\n          \"countryCode\": 9605.791198920151,\n          \"number\": 646.0580023124706,\n          \"ext\": \"string\",\n          \"label\": \"string\",\n          \"country\": \"string\"\n        },\n        \"address\": {\n          \"addressId\": 4118.1797772060345,\n          \"address1\": \"string\",\n          \"address2\": \"string\",\n          \"city\": \"string\",\n          \"state\": \"string\",\n          \"county\": \"string\",\n          \"zip\": 384.65104336767865,\n          \"countryCode\": \"string\",\n          \"createdAt\": \"string\",\n          \"createdBy\": 7475.32954323485,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 9818.257701725446,\n          \"isDeleted\": 7852.7696301439855\n        }\n      },\n      \"assignedTo\": {},\n      \"inspectorUserId\": 4756.246771299504,\n      \"address\": {\n        \"addressId\": 6288.814221999961,\n        \"address1\": \"string\",\n        \"address2\": \"string\",\n        \"city\": \"string\",\n        \"state\": \"string\",\n        \"zip\": 7959.38504263648,\n        \"countryCode\": \"string\",\n        \"county\": \"string\",\n        \"latitude\": \"string\",\n        \"longitude\": \"string\",\n        \"lockbox\": \"string\",\n        \"lot\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 2886.2978502595115,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 6591.1998788275005,\n        \"isDeleted\": 4113.053572188299\n      },\n      \"latitude\": \"string\",\n      \"longitude\": \"string\",\n      \"isAsap\": true,\n      \"isRemote\": false,\n      \"inspectionDetails\": {\n        \"loanId\": 9768.644451682268,\n        \"loanTypeId\": 6259.1912468782575,\n        \"loanType\": \"string\",\n        \"subdivision\": {},\n        \"lockboxCode\": \"string\",\n        \"loanOfficer\": {\n          \"userId\": 2645754,\n          \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n          \"firstName\": \"Pablo\",\n          \"lastName\": \"Ovejero\",\n          \"fullName\": \"Pablo Ovejero\",\n          \"displayName\": \"Ovejero, Pablo\",\n          \"defaultRole\": \"loanAdministrator\",\n          \"isRegistered\": 1\n        },\n        \"borrower\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 1471.4621837874286,\n            \"isPrimary\": false\n          },\n          \"primaryAdministrator\": {}\n        },\n        \"builder\": {\n          \"name\": \"string\",\n          \"primaryPhoneNumber\": {\n            \"number\": 6728.466408399317,\n            \"isPrimary\": true\n          },\n          \"primaryAdministrator\": {}\n        }\n      },\n      \"isFinal\": true,\n      \"method\": {\n        \"method\": \"string\",\n        \"methodCode\": \"string\"\n      },\n      \"items\": [\n        {\n          \"name\": 1162.6625840893935,\n          \"displayOrder\": 7613.030590137455,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 4505.145885121138,\n          \"progress\": 5898.604041558684,\n          \"inspectedPercentComplete\": 2540.9384992299656,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 2923.0776148048744,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 341.0742441987913,\n            \"originalBudgetAmount\": 7791.160724332955,\n            \"budgetAmount\": 9799.340531674581,\n            \"fundedAmount\": 8224.625727799656,\n            \"requestedFundsAmount\": 7863.70695188721,\n            \"pendingRetainageCreditAmount\": 8361.865835396136,\n            \"equityPrepaidAmount\": 925.4313429787087,\n            \"equityEarmarkAmount\": 7181.490911581687,\n            \"releasedAmount\": 6402.88736615233,\n            \"availableFundsAmount\": 5023.846734788917,\n            \"storedMaterialAmount\": 8148.550520167834,\n            \"changeOrderCount\": 2944.437590805864,\n            \"changeOrderAmount\": 5129.920998551632,\n            \"pendingChangeOrderAmount\": 3257.8829522406472,\n            \"trackRetainage\": 7067.144591843744,\n            \"retainageAccountId\": 471.3223010376644,\n            \"retainagePercentage\": 5433.82118625237,\n            \"totalRetainageAmount\": 6608.367599432306,\n            \"remainingRetainageAmount\": 3828.448591318856,\n            \"invoiceFinancingPercentage\": 2783.848074240347,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 1507.986608378209,\n            \"createdAt\": \"string\",\n            \"createdBy\": 2116.8614262314,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 3112.1843981698903,\n            \"isDeleted\": 4019.086438450741\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 8775.304988208049,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 4572.367074108583,\n            \"percentComplete\": 8443.69482888626,\n            \"value\": 5063.162287471982,\n            \"loanBudgetId\": 683.5367359863765,\n            \"loanBudgetItemFinancialId\": 541.0024529102686,\n            \"loanBudgetPhaseId\": 9739.60077590929,\n            \"settings\": {\n              \"retainagePercent\": 3036.5740800226426,\n              \"inspectable\": true,\n              \"drawable\": false,\n              \"retainable\": true,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 8114.942860982242,\n              \"invoiceFinancingPercentageValue\": 2559.2321021277644,\n              \"retainageAccountId\": 8534.81233942499\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 2659.1076935556803,\n              \"adjustmentsToDate\": 1964.8070586844658,\n              \"budgetAmount\": 1566.3908074043852,\n              \"depositsOutstanding\": 9363.801663867536,\n              \"fundedAmount\": 4255.790384637104,\n              \"prepaidAmount\": 4675.743711074611,\n              \"releasedAmount\": 9963.01009934469,\n              \"availableAmount\": 7739.999778623285,\n              \"pendingChangeOrderAmount\": 3335.2301870519364,\n              \"pendingDrawAmount\": 1034.7027907880713,\n              \"pendingRetainageCreditAmount\": 393.8822764107619,\n              \"retainageBalance\": 6887.8045234167785,\n              \"changeOrderCount\": 3206.9236793517184,\n              \"balanceRemaining\": 2738.351516431929,\n              \"requestedFundsAmount\": 5456.504598779395,\n              \"remainingRetainageAmount\": 7481.0052430010155,\n              \"otherPendingDrawTotal\": 7862.670433413115,\n              \"otherPendingReallocations\": 3312.363088667016,\n              \"availableFundsAmount\": 6928.673893749149,\n              \"retainageToDate\": 5318.212072867381\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 975.9293578981066,\n              \"inspectedPercentComplete\": 1375.746824412436,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 9864.595053427865,\n            \"customDisbursementMethodId\": 2911.9538196222547,\n            \"releasedAmount\": 7694.914225005862,\n            \"retainageToDate\": 4903.977275504687,\n            \"prepaidAmount\": 8011.403710811551,\n            \"fundedAmount\": 977.893971995798,\n            \"budgetAmount\": 6852.164479095959,\n            \"originalBudgetAmount\": 5287.603809220814,\n            \"requestedFundsAmount\": 4901.052501534006,\n            \"availableFundsAmount\": 2571.939669872927,\n            \"changeOrderAmount\": 7176.31756904932,\n            \"remainingRetainageAmount\": 1706.8007613110626,\n            \"unallocatedFundsAmount\": 7830.941752177738,\n            \"availableFunds\": 7431.889511776127\n          },\n          \"loanBudgetItemExpenseId\": 6228.679042400374,\n          \"loanBudgetItemId\": 492.1182005524427,\n          \"loanBudgetItemExpenseStatusId\": 2036.36583509335,\n          \"inspectionId\": \"string\",\n          \"drawId\": 1012.458170771664,\n          \"loanPaymentId\": 5934.243805233042,\n          \"workAmount\": 7086.881544458046,\n          \"storedMaterialAmount\": 7499.372328903926,\n          \"currentStatus\": 2358.5364180599377,\n          \"amount\": 9332.310627323535,\n          \"retainageBalanceAmount\": 1292.1831558543806,\n          \"retainageDrawAmount\": 5581.763319401815,\n          \"retainageDebitAmount\": 7519.040758878732,\n          \"retainageCreditAmount\": 1191.9405031445597,\n          \"requestAmount\": 5168.659656287402,\n          \"originalRequestAmount\": 1308.4975969116153,\n          \"approveAmount\": 8026.398245013218,\n          \"originalApproveAmount\": 2331.9604907005464,\n          \"transferAmount\": 4300.779742353636,\n          \"originalTransferAmount\": 413.25734335378115,\n          \"reallocationAmount\": 1588.7033663004456,\n          \"originalReallocationAmount\": 5572.279378164804,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 6224.123341187941,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 7822.197025993245,\n          \"depositsDebitAmount\": 3281.309653224915,\n          \"createdAt\": \"string\",\n          \"createdBy\": 6724.62940675993,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 5944.331340125826,\n          \"isDeleted\": 164.0223060636603,\n          \"invoicesCount\": 2612.571643793928,\n          \"cumulativeFundedAmount\": 4358.815695138871,\n          \"previousProgress\": 4546.138218840443,\n          \"incrementalProgress\": 9701.051522126703\n        },\n        {\n          \"name\": 1116.4581674758044,\n          \"displayOrder\": 1721.8830218396008,\n          \"inspectionItemId\": \"string\",\n          \"weightValue\": 9528.737315213028,\n          \"progress\": 8756.961016700167,\n          \"inspectedPercentComplete\": 3589.0159232312935,\n          \"budgetPhaseName\": \"string\",\n          \"budgetPhaseDisplayOrder\": 9312.415087284453,\n          \"financials\": {\n            \"loanBudgetItemFinancialId\": 2911.2224958820066,\n            \"originalBudgetAmount\": 9096.838395736691,\n            \"budgetAmount\": 9018.761908336748,\n            \"fundedAmount\": 5922.288281842952,\n            \"requestedFundsAmount\": 1569.9893727594283,\n            \"pendingRetainageCreditAmount\": 3697.543069267315,\n            \"equityPrepaidAmount\": 7927.326627198936,\n            \"equityEarmarkAmount\": 726.3662837908403,\n            \"releasedAmount\": 136.8768382430674,\n            \"availableFundsAmount\": 8949.804529435472,\n            \"storedMaterialAmount\": 118.95103281755581,\n            \"changeOrderCount\": 3483.5010999286187,\n            \"changeOrderAmount\": 6958.065924885166,\n            \"pendingChangeOrderAmount\": 442.2426965595383,\n            \"trackRetainage\": 9209.210740952229,\n            \"retainageAccountId\": 9860.403171069585,\n            \"retainagePercentage\": 5556.69674833682,\n            \"totalRetainageAmount\": 2569.997645236646,\n            \"remainingRetainageAmount\": 6627.694494354701,\n            \"invoiceFinancingPercentage\": 3387.269793705805,\n            \"eligibilityControl\": \"string\",\n            \"depositsOutstanding\": 8072.189727321044,\n            \"createdAt\": \"string\",\n            \"createdBy\": 6562.400867876195,\n            \"updatedAt\": \"string\",\n            \"updatedBy\": 6620.177410978616,\n            \"isDeleted\": 1726.411707477642\n          },\n          \"item\": {\n            \"loanBudgetItemId\": 9622.956362838813,\n            \"name\": \"string\",\n            \"description\": \"string\",\n            \"type\": \"string\",\n            \"subtype\": \"string\",\n            \"mergeType\": \"string\",\n            \"displayOrder\": 2189.234611116104,\n            \"percentComplete\": 4094.7708691458606,\n            \"value\": 8559.174406048933,\n            \"loanBudgetId\": 9132.828921852377,\n            \"loanBudgetItemFinancialId\": 8074.415348547807,\n            \"loanBudgetPhaseId\": 628.6538842583766,\n            \"settings\": {\n              \"retainagePercent\": 6138.998873473432,\n              \"inspectable\": true,\n              \"drawable\": false,\n              \"retainable\": false,\n              \"retainagePercentage\": \"string\",\n              \"invoiceFinancingPercentage\": \"string\",\n              \"retainagePercentageValue\": 4127.3972615021885,\n              \"invoiceFinancingPercentageValue\": 9289.982823615348,\n              \"retainageAccountId\": 3591.6011140481396\n            },\n            \"financials\": {\n              \"originalBudgetAmount\": 3310.647361161514,\n              \"adjustmentsToDate\": 4819.818082278886,\n              \"budgetAmount\": 6226.9251526740145,\n              \"depositsOutstanding\": 8854.744480402253,\n              \"fundedAmount\": 9290.766386716403,\n              \"prepaidAmount\": 1704.163130831755,\n              \"releasedAmount\": 1480.5021492219983,\n              \"availableAmount\": 5545.912054395739,\n              \"pendingChangeOrderAmount\": 2505.8915755817334,\n              \"pendingDrawAmount\": 9322.964760742967,\n              \"pendingRetainageCreditAmount\": 232.90598281283437,\n              \"retainageBalance\": 3330.396443833119,\n              \"changeOrderCount\": 5844.777816853663,\n              \"balanceRemaining\": 7070.207492508749,\n              \"requestedFundsAmount\": 5803.042952609534,\n              \"remainingRetainageAmount\": 6267.339217667385,\n              \"otherPendingDrawTotal\": 9245.037483935248,\n              \"otherPendingReallocations\": 2144.083337806306,\n              \"availableFundsAmount\": 6317.049728622653,\n              \"retainageToDate\": 5605.008911367735\n            },\n            \"inspectionData\": {\n              \"inspectionCount\": 6155.062686702641,\n              \"inspectedPercentComplete\": 998.890064079836,\n              \"lastInspectedAt\": \"string\"\n            },\n            \"phase\": {},\n            \"builderDisbursementMethodTypeId\": 3362.823749839203,\n            \"customDisbursementMethodId\": 9849.787680508807,\n            \"releasedAmount\": 1835.6625202504563,\n            \"retainageToDate\": 7900.401239143997,\n            \"prepaidAmount\": 5696.353255211013,\n            \"fundedAmount\": 4675.791763115171,\n            \"budgetAmount\": 7184.255492218114,\n            \"originalBudgetAmount\": 4140.937094936179,\n            \"requestedFundsAmount\": 3257.863866957935,\n            \"availableFundsAmount\": 421.67855079672466,\n            \"changeOrderAmount\": 5841.219054682751,\n            \"remainingRetainageAmount\": 9292.525200942657,\n            \"unallocatedFundsAmount\": 4927.223926325841,\n            \"availableFunds\": 8866.073483944972\n          },\n          \"loanBudgetItemExpenseId\": 8997.455736750093,\n          \"loanBudgetItemId\": 124.98502576842041,\n          \"loanBudgetItemExpenseStatusId\": 4338.371626286408,\n          \"inspectionId\": \"string\",\n          \"drawId\": 8150.726627608445,\n          \"loanPaymentId\": 9012.89238706827,\n          \"workAmount\": 6222.490216255749,\n          \"storedMaterialAmount\": 9313.133573632309,\n          \"currentStatus\": 46.46750407446998,\n          \"amount\": 7042.789639572497,\n          \"retainageBalanceAmount\": 9255.052633738464,\n          \"retainageDrawAmount\": 4493.019624887132,\n          \"retainageDebitAmount\": 7426.039131693989,\n          \"retainageCreditAmount\": 4970.658938523616,\n          \"requestAmount\": 7203.742884541002,\n          \"originalRequestAmount\": 6940.98213193566,\n          \"approveAmount\": 523.0336267095836,\n          \"originalApproveAmount\": 2773.870533470053,\n          \"transferAmount\": 74.60673090788683,\n          \"originalTransferAmount\": 5623.846269870185,\n          \"reallocationAmount\": 855.9284102290765,\n          \"originalReallocationAmount\": 9224.30120120249,\n          \"fundingType\": \"string\",\n          \"fundingTypeId\": 4412.3812820910825,\n          \"description\": \"string\",\n          \"depositsCreditAmount\": 2688.340604057995,\n          \"depositsDebitAmount\": 8567.988356206024,\n          \"createdAt\": \"string\",\n          \"createdBy\": 4331.442248219321,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 1401.8693774562196,\n          \"isDeleted\": 6179.57435879436,\n          \"invoicesCount\": 3521.746713978966,\n          \"cumulativeFundedAmount\": 9808.851492561713,\n          \"previousProgress\": 8298.760198954347,\n          \"incrementalProgress\": 2775.868231200227\n        }\n      ],\n      \"survey\": {},\n      \"isLenderSubmitted\": false,\n      \"isManual\": false,\n      \"isCancellable\": false,\n      \"hasExecutiveSummary\": false,\n      \"inspectorOrganizationId\": 2280.7219411486335,\n      \"executiveSummaryStatus\": \"string\",\n      \"incrementalProgress\": \"string\"\n    }\n  ]\n}"},{"id":"513b0580-2853-484d-acd4-f3f62dcb40bf","name":"Invalid request parameters","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=true&sort=string&limit=9716.445794043902&offset=9716.445794043902","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"key":"incremental_progress","value":"true","description":"Whether to include incremental progress"},{"key":"sort","value":"string","description":"Sort direction and field, e.g. -completedAt"},{"key":"limit","value":"9716.445794043902","description":"Number of results to return"},{"key":"offset","value":"9716.445794043902","description":"Offset for pagination"}],"variable":[{"key":"deal_uid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"543451bd-37bc-4387-bfe3-0c88302a3445","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=true&sort=string&limit=9716.445794043902&offset=9716.445794043902","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"key":"incremental_progress","value":"true","description":"Whether to include incremental progress"},{"key":"sort","value":"string","description":"Sort direction and field, e.g. -completedAt"},{"key":"limit","value":"9716.445794043902","description":"Number of results to return"},{"key":"offset","value":"9716.445794043902","description":"Offset for pagination"}],"variable":[{"key":"deal_uid"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"176c9d3c-f4a6-41d2-ad10-1c2016b5a493","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/:deal_uid/inspections?incremental_progress=true&sort=string&limit=9716.445794043902&offset=9716.445794043902","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections",":deal_uid","inspections"],"query":[{"key":"incremental_progress","value":"true","description":"Whether to include incremental progress"},{"key":"sort","value":"string","description":"Sort direction and field, e.g. -completedAt"},{"key":"limit","value":"9716.445794043902","description":"Number of results to return"},{"key":"offset","value":"9716.445794043902","description":"Offset for pagination"}],"variable":[{"key":"deal_uid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"fe776928-0f1a-4ab8-831b-4f884f8d9aa7"}],"id":"3ca29b6a-d483-4961-b4aa-57d720f0522b","description":"<p>Deal management endpoints for creating, retrieving, and managing construction loan deals</p>\n","_postman_id":"3ca29b6a-d483-4961-b4aa-57d720f0522b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Draw","item":[{"name":"Get draws for a deal","id":"18b7d357-759a-4ee0-95d1-513483721223","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/deal/{dealUid}/draws","description":"<p><b>Purpose:</b> Retrieve all draw requests associated with a specific deal/ loan agreement (deal_uid). This endpoint returns a paginated list of draws, including draw identifiers, names, request and transaction dates, amounts, statuses, and related inspection references. It provides a complete view of the deal’s funding activity and is typically used to display or audit draw history for a loan.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","deal","{dealUid}","draws"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"8e285158-3f3b-433d-8782-168c95632bee","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"variable":[{"key":"dealUid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"deal_id\": \"1233-4567-8901-2345\",\n      \"draw_id\": \"1233\",\n      \"draw_type_id\": 1,\n      \"status_id\": {},\n      \"inspection_id\": 12345,\n      \"draw_number\": \"12345\",\n      \"draw_name\": \"Draw Request #1\",\n      \"request_date\": \"2024-01-15T10:30:00Z\",\n      \"transaction_date\": \"2024-01-15T10:30:00Z\",\n      \"draw_amount\": 50000,\n      \"created_date\": \"2024-01-15T10:30:00Z\"\n    },\n    {\n      \"deal_id\": \"1233-4567-8901-2345\",\n      \"draw_id\": \"1233\",\n      \"draw_type_id\": 1,\n      \"status_id\": {},\n      \"inspection_id\": 12345,\n      \"draw_number\": \"12345\",\n      \"draw_name\": \"Draw Request #1\",\n      \"request_date\": \"2024-01-15T10:30:00Z\",\n      \"transaction_date\": \"2024-01-15T10:30:00Z\",\n      \"draw_amount\": 50000,\n      \"created_date\": \"2024-01-15T10:30:00Z\"\n    }\n  ],\n  \"has_next\": false,\n  \"has_prev\": true,\n  \"page\": 1,\n  \"per_page\": 25,\n  \"total\": 10\n}"},{"id":"f699ed12-5923-4c56-bf01-d53f3ac8a4db","name":"The provided data is invalid","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"variable":[{"key":"dealUid"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"cf3c419d-8ff7-4435-bc9b-5d18788d82eb","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"variable":[{"key":"dealUid"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"The action is not allowed.\",\n  \"details\": []\n}"},{"id":"90079131-8152-43eb-b532-2f550a63d39f","name":"Unable to find draws for this deal","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"variable":[{"key":"dealUid"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 400,\n  \"message\": \"The provided data is invalid\",\n  \"details\": []\n}"},{"id":"70e56e74-5db8-4832-b150-a2544bf37219","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/deal/:dealUid/draws","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","deal",":dealUid","draws"],"variable":[{"key":"dealUid"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"There was a problem completing the request\",\n  \"details\": []\n}"}],"_postman_id":"18b7d357-759a-4ee0-95d1-513483721223"},{"name":"Get a draw by ID","id":"ae3a55c0-81e8-425a-8f89-2e337a66972f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}","description":"<p><b>Purpose:</b> Retrieve detailed information for a specific draw by its unique identifier (draw_id). This endpoint returns all available data for a single draw request, including draw name, type, status, associated inspection, request and transaction dates, and disbursement amount. It is typically used to display or validate draw-level details.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"e81c4274-5b63-4f45-bbd8-a4dc57901bb2","name":"Successfully retrieved the draw","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 200,\n  \"body\": {\n    \"deal_id\": \"1233-4567-8901-2345\",\n    \"draw_id\": \"1233\",\n    \"draw_type_id\": 1,\n    \"status_id\": {},\n    \"inspection_id\": 12345,\n    \"draw_number\": \"12345\",\n    \"draw_name\": \"Draw Request #1\",\n    \"request_date\": \"2024-01-15T10:30:00Z\",\n    \"transaction_date\": \"2024-01-15T10:30:00Z\",\n    \"draw_amount\": 50000,\n    \"created_date\": \"2024-01-15T10:30:00Z\"\n  }\n}"},{"id":"55aa2d32-f505-4953-a982-8630751a112e","name":"You must use a UUID in the URL","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"36acbdd3-1310-455d-b3b7-a46a53063baf","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"990ad236-5fff-43fd-99c0-26a18173b4f6","name":"Unable to find the draw","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"2a57ee04-16ca-49c1-8d8e-357ca1a965eb","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id"],"variable":[{"key":"draw_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"ae3a55c0-81e8-425a-8f89-2e337a66972f"},{"name":"Get detailed information for a draw by ID","id":"932f9436-122b-48f2-83c5-994777f3f62f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/details","description":"<p><b>Purpose:</b> Retrieves comprehensive draw details including budget items, collateral information, inspections, and checklist items. This endpoint performs multiple API calls to gather complete draw information. The endpoint implements fail-fast error handling - any service failure (draw details, permissions, inspections, or checklist) will result in an error response rather than partial data.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","details"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"edbe161d-8019-4bcc-9ce4-86404950d9cf","name":"Successfully retrieved detailed draw information","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 8502.958194592955,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 1860.376456463484,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 5161.966777686013,\n    \"draw_type\": {\n      \"draw_type_id\": 395.98480032788876,\n      \"draw_type\": \"string\",\n      \"created_by\": 150.46290997710489,\n      \"created_at\": \"string\",\n      \"updated_by\": 5596.410814207624,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 2816.3876094607244,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 8978.310662740898,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 6409.2088420978\n      },\n      \"draw_status_id\": 7435.045548622268,\n      \"draw_id\": 6227.8019472448905,\n      \"created_at\": \"string\",\n      \"created_by\": 8652.51292714458,\n      \"updated_at\": \"string\",\n      \"updated_by\": 8517.605625852762,\n      \"is_deleted\": 8187.534212648635,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 775.1097571784115,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 268.9464678836595,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 2413.207671044233,\n    \"request_amount\": 6963.178637140301,\n    \"original_request_amount\": 7738.605178867768,\n    \"current_status_id\": 5574.981749679453,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 8548.267244325574,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 965.3900620590705\n    },\n    \"is_initial\": 1297.4460975271684,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": true,\n    \"can_decline\": false,\n    \"is_draft\": false,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 3166.619288493997,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 7634.12640736314,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 5318.944863308097\n    }\n  }\n}"},{"id":"b68a3f00-ccb9-455a-aaa9-1536bf4db677","name":"Invalid draw ID - must be a positive integer","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"cf135130-321e-4e26-ac96-cfa4045e6036","name":"Authentication token is missing, invalid, or expired","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"872bc18e-5caf-4814-bcff-722102687f5d","name":"User lacks required permissions to access this draw or the draw is not accessible to the current user","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a5753fb2-05d5-4ea0-a2fd-9691615cd208","name":"Draw not found or associated resources (agreement, loan, etc.) not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"7a1e2a95-6be9-42f7-9f06-e59849de0e49","name":"Request timeout - one or more downstream services are not responding (returns 500 Internal Server Error)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"Request Timeout","code":408,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"8388b851-2d68-4c04-96e6-9295dc911a2d","name":"Internal server error or downstream service failures","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"7d06e662-5ea3-422d-a987-814505620aa1","name":"One or more required services are temporarily unavailable","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/details","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","details"],"variable":[{"key":"draw_id"}]}},"status":"Service Unavailable","code":503,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"932f9436-122b-48f2-83c5-994777f3f62f"},{"name":"Search for draws","id":"951e9ee8-5250-4451-9032-aaa321a68d6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search","description":"<p><b>Purpose:</b> Execute a search for draws across all deals using filter and sort criteria. This endpoint supports advanced querying to locate specific draw requests: by status, request date, amount, or other indexed fields, and returns a list of matching draw records with pagination. It is typically used to build reporting views or dashboards for monitoring draw activity at scale.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","search"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"a9b829ab-2b1b-48f7-a0f5-90fc2230767d","name":"Active draws with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draws\": [\n      {\n        \"draw_id\": 4962.759996842052,\n        \"draw_status_code\": 4688.135308930877,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 5411.9517409115915,\n        \"draw_request_date\": \"string\"\n      },\n      {\n        \"draw_id\": 8761.698833039743,\n        \"draw_status_code\": 7103.369867336284,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 1430.8362679498864,\n        \"draw_request_date\": \"string\"\n      }\n    ],\n    \"total\": 150\n  }\n}"},{"id":"2b257786-cb11-4296-b94f-63089543fbb2","name":"Draws by branch with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"loan_branch_name\",\n      \"op\": \"eq\",\n      \"value\": \"Test Branch\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draws\": [\n      {\n        \"draw_id\": 4962.759996842052,\n        \"draw_status_code\": 4688.135308930877,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 5411.9517409115915,\n        \"draw_request_date\": \"string\"\n      },\n      {\n        \"draw_id\": 8761.698833039743,\n        \"draw_status_code\": 7103.369867336284,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 1430.8362679498864,\n        \"draw_request_date\": \"string\"\n      }\n    ],\n    \"total\": 150\n  }\n}"},{"id":"86db7a35-7100-4193-957d-92d4d92d9635","name":"Draws by draw health with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_health_has_alerts\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    },\n    {\n      \"name\": \"draw_health_has_warnings\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draws\": [\n      {\n        \"draw_id\": 4962.759996842052,\n        \"draw_status_code\": 4688.135308930877,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 5411.9517409115915,\n        \"draw_request_date\": \"string\"\n      },\n      {\n        \"draw_id\": 8761.698833039743,\n        \"draw_status_code\": 7103.369867336284,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 1430.8362679498864,\n        \"draw_request_date\": \"string\"\n      }\n    ],\n    \"total\": 150\n  }\n}"},{"id":"d1241710-ff29-429e-ba77-576bdfee305b","name":"Draws by request date with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_request_date\",\n      \"op\": \"date_range\",\n      \"value\": {\n        \"gte\": \"1985-10-21T00:00:00\",\n        \"lte\": \"2015-10-21T23:59:59\"\n      },\n      \"metadata\": {\n        \"type\": \"absolute_range\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draws\": [\n      {\n        \"draw_id\": 4962.759996842052,\n        \"draw_status_code\": 4688.135308930877,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 5411.9517409115915,\n        \"draw_request_date\": \"string\"\n      },\n      {\n        \"draw_id\": 8761.698833039743,\n        \"draw_status_code\": 7103.369867336284,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 1430.8362679498864,\n        \"draw_request_date\": \"string\"\n      }\n    ],\n    \"total\": 150\n  }\n}"},{"id":"1398b5c0-f8a3-416b-90fb-56a1f2971604","name":"Draws by checklist completion with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_checklist_complete\",\n      \"op\": \"eq\",\n      \"value\": \"false\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draws\": [\n      {\n        \"draw_id\": 4962.759996842052,\n        \"draw_status_code\": 4688.135308930877,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 5411.9517409115915,\n        \"draw_request_date\": \"string\"\n      },\n      {\n        \"draw_id\": 8761.698833039743,\n        \"draw_status_code\": 7103.369867336284,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 1430.8362679498864,\n        \"draw_request_date\": \"string\"\n      }\n    ],\n    \"total\": 150\n  }\n}"},{"id":"a5576fe4-1c2b-4830-8cd9-8757912a56f8","name":"Draws by draw amount with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_amount\",\n      \"op\": \"range\",\n      \"value\": {\n        \"gte\": \"5000\",\n        \"lte\": \"100000\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draws\": [\n      {\n        \"draw_id\": 4962.759996842052,\n        \"draw_status_code\": 4688.135308930877,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 5411.9517409115915,\n        \"draw_request_date\": \"string\"\n      },\n      {\n        \"draw_id\": 8761.698833039743,\n        \"draw_status_code\": 7103.369867336284,\n        \"draw_status_text\": \"string\",\n        \"draw_amount\": 1430.8362679498864,\n        \"draw_request_date\": \"string\"\n      }\n    ],\n    \"total\": 150\n  }\n}"},{"id":"3a54f1c1-dcd1-4f4b-be25-27380994d879","name":"Active draws with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"0849fef8-efc4-460d-896f-eec5fb41a8bf","name":"Draws by branch with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"loan_branch_name\",\n      \"op\": \"eq\",\n      \"value\": \"Test Branch\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"f0ff36e7-63e8-42b0-8d03-2adc65b077f9","name":"Draws by draw health with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_health_has_alerts\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    },\n    {\n      \"name\": \"draw_health_has_warnings\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a3b7c980-b696-4d1f-a98a-dd5dc6af43a0","name":"Draws by request date with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_request_date\",\n      \"op\": \"date_range\",\n      \"value\": {\n        \"gte\": \"1985-10-21T00:00:00\",\n        \"lte\": \"2015-10-21T23:59:59\"\n      },\n      \"metadata\": {\n        \"type\": \"absolute_range\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"c2b279e3-0106-4dac-825f-6f12244a32fe","name":"Draws by checklist completion with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_checklist_complete\",\n      \"op\": \"eq\",\n      \"value\": \"false\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"3bf4580f-b91a-4a70-9b68-566447916b20","name":"Draws by draw amount with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_amount\",\n      \"op\": \"range\",\n      \"value\": {\n        \"gte\": \"5000\",\n        \"lte\": \"100000\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a67518e8-c913-4ff6-bbca-ebfcc39fd624","name":"Active draws with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"080f6c00-ed44-4206-9d99-5fa7e648fa13","name":"Draws by branch with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"loan_branch_name\",\n      \"op\": \"eq\",\n      \"value\": \"Test Branch\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"857fc812-bd7d-4bba-b18e-a46b12918ae5","name":"Draws by draw health with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_health_has_alerts\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    },\n    {\n      \"name\": \"draw_health_has_warnings\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"4eb5ddcd-9c8e-4092-9336-792b9929124f","name":"Draws by request date with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_request_date\",\n      \"op\": \"date_range\",\n      \"value\": {\n        \"gte\": \"1985-10-21T00:00:00\",\n        \"lte\": \"2015-10-21T23:59:59\"\n      },\n      \"metadata\": {\n        \"type\": \"absolute_range\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"aa3f6b1f-27a1-41d9-91b2-88f3bd432ddc","name":"Draws by checklist completion with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_checklist_complete\",\n      \"op\": \"eq\",\n      \"value\": \"false\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"55b2e1aa-5440-4143-a2a6-bbab154393b1","name":"Draws by draw amount with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_amount\",\n      \"op\": \"range\",\n      \"value\": {\n        \"gte\": \"5000\",\n        \"lte\": \"100000\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"9c61bdd1-6d1a-43de-951f-8f5383624f97","name":"Active draws with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_status_code\",\n      \"op\": \"range\",\n      \"value\": {\n        \"lt\": 20\n      }\n    },\n    {\n      \"name\": \"loan_current_status\",\n      \"op\": \"gt\",\n      \"value\": 5\n    }\n  ],\n  \"tenant_uid\": \"123567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"268803ef-b237-4d2e-9d28-93c2f171ef84","name":"Draws by branch with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"loan_branch_name\",\n      \"op\": \"eq\",\n      \"value\": \"Test Branch\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"032d9ff8-c5aa-4be0-be00-2edd329608b2","name":"Draws by draw health with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_health_has_alerts\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    },\n    {\n      \"name\": \"draw_health_has_warnings\",\n      \"op\": \"eq\",\n      \"value\": \"true\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"82378c1b-6eb0-4540-b7b4-35f7b23409b7","name":"Draws by request date with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_request_date\",\n      \"op\": \"date_range\",\n      \"value\": {\n        \"gte\": \"1985-10-21T00:00:00\",\n        \"lte\": \"2015-10-21T23:59:59\"\n      },\n      \"metadata\": {\n        \"type\": \"absolute_range\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"4c08f9a1-51d7-4e04-9535-e306a93482ed","name":"Draws by checklist completion with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_checklist_complete\",\n      \"op\": \"eq\",\n      \"value\": \"false\"\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"6ca42e78-35ee-41d7-80a9-c6a1a9209589","name":"Draws by draw amount with pagination","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"start\": 0,\n  \"size\": 25,\n  \"sort_field\": \"draw_request_date\",\n  \"sort_direction\": \"asc\",\n  \"filters\": [\n    {\n      \"name\": \"draw_amount\",\n      \"op\": \"range\",\n      \"value\": {\n        \"gte\": \"5000\",\n        \"lte\": \"100000\"\n      }\n    }\n  ],\n  \"tenant_uid\": \"1234567890\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/search"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"951e9ee8-5250-4451-9032-aaa321a68d6d"},{"name":"Approve a draw by ID","id":"e8fa32fc-0cfe-4e17-a78d-a78765978be5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/approve","description":"<p><b>Purpose:</b> Approve a specific draw request by its unique identifier (draw_id). This endpoint records the approval action, updating the draw’s status, related budget items, checklist validations, and audit details such as reviewer identity and timestamp. It confirms that the draw has met all required conditions for disbursement and transitions it into an approved state within the funding workflow.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","approve"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"2e6895ba-6fbf-4831-a117-78a26f4b5e65","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 6364.261622124088,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 2606.198746293813,\n    \"draw_type\": {\n      \"draw_type_id\": 1873.4432483454054,\n      \"draw_type\": \"string\",\n      \"created_by\": 6680.553589567253,\n      \"created_at\": \"string\",\n      \"updated_by\": 4965.361783022555,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 5916.315630487854,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 3295.8664832427,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 2117.3383059212815\n      },\n      \"draw_status_id\": 1601.6264095703714,\n      \"draw_id\": 305.3836243493335,\n      \"created_at\": \"string\",\n      \"created_by\": 1991.8001354028481,\n      \"updated_at\": \"string\",\n      \"updated_by\": 6968.403218503374,\n      \"is_deleted\": 9309.556552580272,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 2815.1294772780843,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6760.758283654911,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 6450.228826432347,\n    \"request_amount\": 4669.1564694868175,\n    \"original_request_amount\": 4162.009041792503,\n    \"current_status_id\": 5888.958987786379,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 3294.8640377506313,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 1584.2972575073345\n    },\n    \"is_initial\": 6644.426973842969,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": true,\n    \"can_decline\": true,\n    \"is_draft\": false,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 6498.597948534688,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 1251.0615631968315,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 5500.002064225673\n    }\n  }\n}"},{"id":"4a040a3c-20a5-41e2-a811-a8026dfe4603","name":"Invalid request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a9198d80-88b2-4fe4-8c62-80830ed44104","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"a9f5a47b-68d4-45b6-85f4-81e93f8af8ae","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"override\": false\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/approve","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","approve"],"variable":[{"key":"draw_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"e8fa32fc-0cfe-4e17-a78d-a78765978be5"},{"name":"Mark a draw as Ready to Transfer by ID","id":"7d721dc8-037f-42b7-83b5-2e76268afada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/ready-to-transfer","description":"<p><b>Purpose:</b> Marks a specific draw request as ready to transfer by its unique identifier (draw_id). This endpoint updates the draw’s status to “Ready to Transfer,” triggering the next step in the funding workflow.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","ready-to-transfer"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"dab6223d-5496-450b-985e-b0a5ceed79c6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 2717.6863613987034,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": false,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 6364.261622124088,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 2606.198746293813,\n    \"draw_type\": {\n      \"draw_type_id\": 1873.4432483454054,\n      \"draw_type\": \"string\",\n      \"created_by\": 6680.553589567253,\n      \"created_at\": \"string\",\n      \"updated_by\": 4965.361783022555,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 5916.315630487854,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 3295.8664832427,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 2117.3383059212815\n      },\n      \"draw_status_id\": 1601.6264095703714,\n      \"draw_id\": 305.3836243493335,\n      \"created_at\": \"string\",\n      \"created_by\": 1991.8001354028481,\n      \"updated_at\": \"string\",\n      \"updated_by\": 6968.403218503374,\n      \"is_deleted\": 9309.556552580272,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 2815.1294772780843,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6760.758283654911,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 6450.228826432347,\n    \"request_amount\": 4669.1564694868175,\n    \"original_request_amount\": 4162.009041792503,\n    \"current_status_id\": 5888.958987786379,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 3294.8640377506313,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 1584.2972575073345\n    },\n    \"is_initial\": 6644.426973842969,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": true,\n    \"can_decline\": true,\n    \"is_draft\": false,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 6498.597948534688,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 1251.0615631968315,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 5500.002064225673\n    }\n  }\n}"},{"id":"1892d29e-faad-46da-b3cb-fab85cb25923","name":"Invalid request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 2717.6863613987034,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": false,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"f157c5c4-6ffb-4cb6-b853-4a55adaa4a24","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 2717.6863613987034,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": false,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"89acbf8e-3984-4296-9321-6a1aa158815e","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"borrower_disbursement_id\": 2717.6863613987034,\n  \"tenant_uid\": \"string\",\n  \"reason\": \"string\",\n  \"use_manage\": false,\n  \"change_status\": true\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/ready-to-transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","ready-to-transfer"],"variable":[{"key":"draw_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"7d721dc8-037f-42b7-83b5-2e76268afada"},{"name":"Transfer a draw by ID","id":"2c5d7d14-24ba-469f-9fd6-01921cb11af0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/transfer","description":"<p><b>Purpose:</b> Transfers a specific draw request by its unique identifier (draw_id). This endpoint updates the draw’s status to the specified draw_status_code, marking it as transferred.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","transfer"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"e6b81ea5-c133-45e1-94a2-44072d27581e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 903.0271227853137,\n  \"use_manage\": false,\n  \"change_status\": false,\n  \"borrower_disbursement_id\": 8739.593387517478\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 6364.261622124088,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 2606.198746293813,\n    \"draw_type\": {\n      \"draw_type_id\": 1873.4432483454054,\n      \"draw_type\": \"string\",\n      \"created_by\": 6680.553589567253,\n      \"created_at\": \"string\",\n      \"updated_by\": 4965.361783022555,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 5916.315630487854,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 3295.8664832427,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 2117.3383059212815\n      },\n      \"draw_status_id\": 1601.6264095703714,\n      \"draw_id\": 305.3836243493335,\n      \"created_at\": \"string\",\n      \"created_by\": 1991.8001354028481,\n      \"updated_at\": \"string\",\n      \"updated_by\": 6968.403218503374,\n      \"is_deleted\": 9309.556552580272,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 2815.1294772780843,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6760.758283654911,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 6450.228826432347,\n    \"request_amount\": 4669.1564694868175,\n    \"original_request_amount\": 4162.009041792503,\n    \"current_status_id\": 5888.958987786379,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 3294.8640377506313,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 1584.2972575073345\n    },\n    \"is_initial\": 6644.426973842969,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": true,\n    \"can_decline\": true,\n    \"is_draft\": false,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 6498.597948534688,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 1251.0615631968315,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 5500.002064225673\n    }\n  }\n}"},{"id":"bb84636e-b176-4aab-976e-46ae0ae6e8d8","name":"Invalid request parameters","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 903.0271227853137,\n  \"use_manage\": false,\n  \"change_status\": false,\n  \"borrower_disbursement_id\": 8739.593387517478\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"58f291a7-3dc6-435d-9bec-e19a8e3fed20","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 903.0271227853137,\n  \"use_manage\": false,\n  \"change_status\": false,\n  \"borrower_disbursement_id\": 8739.593387517478\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"f9a72116-e740-4564-a951-04c284622e33","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"tenant_uid\": \"string\",\n  \"draw_status_code\": 903.0271227853137,\n  \"use_manage\": false,\n  \"change_status\": false,\n  \"borrower_disbursement_id\": 8739.593387517478\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/transfer","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","transfer"],"variable":[{"key":"draw_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"2c5d7d14-24ba-469f-9fd6-01921cb11af0"},{"name":"Decline a draw by ID","id":"53ee3ed4-8926-4818-912d-9cfbb6f9ef62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/decline","description":"<p><b>Purpose:</b> Declines a specific draw request by its unique identifier (draw_id). This endpoint updates the draw’s status to “Declined,” indicating that the draw has not met the required conditions for disbursement.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","decline"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"d678ad97-a1f4-4400-80db-c317dfe34349","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 201,\n  \"body\": {\n    \"draw_uid\": \"string\",\n    \"checklist_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 6364.261622124088,\n    \"collateral_budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_type_id\": 2606.198746293813,\n    \"draw_type\": {\n      \"draw_type_id\": 1873.4432483454054,\n      \"draw_type\": \"string\",\n      \"created_by\": 6680.553589567253,\n      \"created_at\": \"string\",\n      \"updated_by\": 4965.361783022555,\n      \"updated_at\": \"string\"\n    },\n    \"draw_status\": {\n      \"status\": 5916.315630487854,\n      \"text\": \"string\",\n      \"user\": {\n        \"email\": \"string\",\n        \"user_id\": 3295.8664832427,\n        \"first_name\": \"string\",\n        \"last_name\": \"string\",\n        \"full_name\": \"string\",\n        \"display_name\": \"string\",\n        \"default_role\": \"string\",\n        \"is_registered\": 2117.3383059212815\n      },\n      \"draw_status_id\": 1601.6264095703714,\n      \"draw_id\": 305.3836243493335,\n      \"created_at\": \"string\",\n      \"created_by\": 1991.8001354028481,\n      \"updated_at\": \"string\",\n      \"updated_by\": 6968.403218503374,\n      \"is_deleted\": 9309.556552580272,\n      \"reason\": \"string\"\n    },\n    \"name\": \"string\",\n    \"number\": 2815.1294772780843,\n    \"invoices\": [\n      \"string\",\n      \"string\"\n    ],\n    \"bapi_loan_id\": 6760.758283654911,\n    \"budget_items\": [\n      \"string\",\n      \"string\"\n    ],\n    \"loan_budget_uid\": \"string\",\n    \"accounts\": [\n      \"string\",\n      \"string\"\n    ],\n    \"eligible_uses\": [\n      \"string\",\n      \"string\"\n    ],\n    \"transactions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"comments\": [\n      \"string\",\n      \"string\"\n    ],\n    \"request_date\": \"string\",\n    \"agreement_uid\": \"string\",\n    \"draw_amount\": 6450.228826432347,\n    \"request_amount\": 4669.1564694868175,\n    \"original_request_amount\": 4162.009041792503,\n    \"current_status_id\": 5888.958987786379,\n    \"draw_exceptions\": [\n      \"string\",\n      \"string\"\n    ],\n    \"requested_by\": {\n      \"email\": \"string\",\n      \"user_id\": 3294.8640377506313,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 1584.2972575073345\n    },\n    \"is_initial\": 6644.426973842969,\n    \"created_at\": \"string\",\n    \"user_approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"can_delete\": true,\n    \"can_decline\": true,\n    \"is_draft\": false,\n    \"approvals\": [\n      \"string\",\n      \"string\"\n    ],\n    \"approval_totals\": {},\n    \"approval_permissions\": {},\n    \"number_label\": \"string\",\n    \"requests\": {},\n    \"calculations\": {},\n    \"agreement_financials\": {},\n    \"collateral_items\": {},\n    \"transfer_date\": \"string\",\n    \"e_signed\": {},\n    \"adjustment_type\": \"string\",\n    \"inspection_id\": 6498.597948534688,\n    \"initial_review_by\": {\n      \"email\": \"string\",\n      \"user_id\": 1251.0615631968315,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"default_role\": \"string\",\n      \"is_registered\": 5500.002064225673\n    }\n  }\n}"},{"id":"4b71482a-d1cc-4129-b9ee-1c8664889e25","name":"Invalid request body","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"d86e2b62-408f-422c-a9de-b00bdbb442ff","name":"The action is not allowed.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"2dc8bb03-79a7-41cd-aa65-0b873b0fbac3","name":"There was a problem completing the request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"reason\": \"string\",\n  \"agreement_uid\": \"string\",\n  \"branch_uid\": \"string\",\n  \"draw_uid\": \"string\",\n  \"bank_uid\": \"string\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/decline","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","decline"],"variable":[{"key":"draw_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"53ee3ed4-8926-4818-912d-9cfbb6f9ef62"},{"name":"Get files for a draw by id","id":"e53470bc-b0b9-4daa-aa86-25531e508973","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/files","description":"<p><b>Purpose:</b> Retrieve all files associated with a specific draw (draw_id). This endpoint returns metadata for each file, such as name, content type, status, creator, timestamps, and download URL, allowing clients to view or download documents related to a draw request, including invoices, lien waivers, and inspection reports.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","files"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"194d9b3e-1858-4b16-8461-164e21d4d61e","name":"Successfully retrieved draw files","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    },\n    {\n      \"file_uid\": \"f47ac10b-58cc-4372-a567-0e02b2c3d479\",\n      \"file_id\": \"file_12345\",\n      \"file_type\": \"image/png\",\n      \"file_name\": \"document.png\",\n      \"file_status\": \"processed\",\n      \"thumbnail_download_url\": \"https://example.com/thumb/download/f47ac10b\",\n      \"thumbnail_preview_url\": \"https://example.com/thumb/preview/f47ac10b\",\n      \"download_url\": \"https://example.com/download/f47ac10b\",\n      \"preview_url\": \"https://example.com/preview/f47ac10b\",\n      \"tenant_uid\": \"t47ac10b-58cc-4372-a567-0e02b2c3d47t\",\n      \"group\": \"inspections\",\n      \"bank_id\": \"bank_abc\",\n      \"branch_id\": \"branch_xyz\"\n    }\n  ]\n}"},{"id":"fcd728dc-dae4-47a4-815a-dc8f1bbddad4","name":"The id is not a valid id","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"5dbf849f-fbb8-4822-b0eb-97d1756a78c1","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"bd22e19d-6a3f-4f40-8143-f8ec8530ee61","name":"Draw not found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"e0c1415b-2efc-463a-9b98-42d34625a81f","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/files","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","files"],"variable":[{"key":"draw_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"e53470bc-b0b9-4daa-aa86-25531e508973"},{"name":"Update a checklist item for a draw","id":"c915b33f-a85e-4a3c-bb13-b5200055e772","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.getbuilt.com/cla-product-api/public/v1/draws/{draw_id}/checklist_item/{checklist_item_id}","description":"<p><b>Purpose:</b> Updates the status of a specific checklist item for a draw. Actions include checking, unchecking, waiving, or deferring the item.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","draws","{draw_id}","checklist_item","{checklist_item_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"769b1cbd-d4b3-49d0-81f9-c7d2a7ec645f","name":"Successfully updated checklist item","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id"},{"key":"checklist_item_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"group\": \"Legal Documents\",\n    \"status\": \"checked\",\n    \"description\": \"Submit building permit\",\n    \"checklist_item_id\": 123,\n    \"bank_id\": 3699.586650763946,\n    \"entity_id\": 3850.152234460038,\n    \"entity_type\": \"string\",\n    \"is_checked\": true,\n    \"created_by\": 7194.480098457674,\n    \"created_at\": \"string\",\n    \"updated_by\": 9131.351929935701,\n    \"updated_at\": \"string\",\n    \"is_from_template\": false,\n    \"is_waived\": false,\n    \"checklist_item_files\": [\n      \"string\",\n      \"string\"\n    ],\n    \"draw_id\": 390.9257191764204,\n    \"viewing_draw_id\": 2752.0320749283123,\n    \"is_transferred\": true,\n    \"viewing_draw_number\": 6708.576900954066,\n    \"draw_number\": 799.6834605761105,\n    \"purpose\": \"Documentation\",\n    \"note\": \"string\",\n    \"completed_by\": 4614.201762747086,\n    \"completed_at\": \"string\",\n    \"completed_user\": {\n      \"email\": \"string\",\n      \"username\": \"string\",\n      \"address\": \"string\",\n      \"lockout\": {},\n      \"user_id\": 6889.528306670179,\n      \"bank_id\": 8703.103380066486,\n      \"primary_user_phone_number_id\": 3840.7298583589554,\n      \"first_name\": \"string\",\n      \"last_name\": \"string\",\n      \"full_name\": \"string\",\n      \"display_name\": \"string\",\n      \"communication_preference_id\": 7751.230681403527,\n      \"default_role\": \"string\",\n      \"experience_type\": \"string\",\n      \"address_id\": 181.006858687518,\n      \"user_lockout_id\": 7498.669602964068,\n      \"preferred_locale\": \"string\",\n      \"is_deleted\": 4495.4519121279545,\n      \"user_uid\": \"string\",\n      \"created_by\": 8390.433872687909,\n      \"created_at\": \"string\",\n      \"updated_by\": 432.17494727274766,\n      \"updated_at\": \"string\",\n      \"deleted_by\": 7734.741525051423,\n      \"deleted_at\": \"string\",\n      \"accepted_terms\": {},\n      \"communication_preference\": {},\n      \"phone_numbers\": {},\n      \"builder_administrators\": {},\n      \"primary_phone_number\": {}\n    }\n  }\n}"},{"id":"ea3d0ffa-0820-4310-8bb1-f064c1088e8d","name":"Invalid request body or parameters. The action must be one of: check, uncheck, waive, defer. Invalid draw_id or checklist_item_id will also return 400. If the checklist item does not belong to the specified draw, a 400 error will be returned.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id"},{"key":"checklist_item_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"2cf8b6fc-f61b-410a-9e7b-97b9d2089e43","name":"The action is not allowed. User does not have permission to update checklist items.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id"},{"key":"checklist_item_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"80590150-7603-43c4-bcd6-98726b703f32","name":"Draw or checklist item not found. The specified draw ID or checklist item ID does not exist.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id"},{"key":"checklist_item_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"3709b102-b3af-4c01-8574-747b6766e1ca","name":"There was a problem completing the request. Please try again later.","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"body":{"mode":"raw","raw":"{\n  \"action\": \"check\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/draws/:draw_id/checklist_item/:checklist_item_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","draws",":draw_id","checklist_item",":checklist_item_id"],"variable":[{"key":"draw_id"},{"key":"checklist_item_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"c915b33f-a85e-4a3c-bb13-b5200055e772"}],"id":"32f4b0a2-be7e-4ed1-bb4c-4d525429ae65","description":"<p>Draw management and processing endpoints for handling construction loan draws, approvals, and transfers</p>\n","_postman_id":"32f4b0a2-be7e-4ed1-bb4c-4d525429ae65","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Inspections","item":[{"name":"Get an inspection by ID","id":"5d054190-b63d-4163-9a15-b4acf6cbc457","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/{inspection_id}","description":"<p><b>Purpose:</b> Retrieves detailed information about a specific inspection (inspection_id). This endpoint returns comprehensive inspection details, including scheduled date and completion status.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","inspections","inspection","{inspection_id}"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"1ed8b6a6-c60a-4567-8577-6cf797e9b044","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": {\n    \"inspectionId\": \"string\",\n    \"displayOrder\": 1090.9569335925817,\n    \"scheduledOn\": \"string\",\n    \"completedAt\": \"string\",\n    \"inspectedBy\": 4817.51341460374,\n    \"requestedBy\": {\n      \"userId\": 8123.007335273691,\n      \"email\": \"string\",\n      \"firstName\": \"string\",\n      \"lastName\": \"string\",\n      \"fullName\": \"string\",\n      \"displayName\": \"string\",\n      \"defaultRole\": \"string\",\n      \"isRegistered\": 7756.920752014577\n    },\n    \"requestorRole\": \"string\",\n    \"notes\": \"string\",\n    \"progress\": \"string\",\n    \"cumulativeProgress\": \"string\",\n    \"releasedFunds\": 3924.603662379087,\n    \"cumulativeHardCostReleasedFunds\": 4057.3642857538284,\n    \"inspectionStatus\": {\n      \"statusCode\": \"string\",\n      \"category\": \"string\",\n      \"status\": \"string\",\n      \"updatedAt\": \"string\"\n    },\n    \"inspectionType\": {\n      \"code\": \"string\",\n      \"type\": \"string\",\n      \"subType\": \"string\"\n    },\n    \"bank\": {\n      \"bankId\": 6301.235925327415,\n      \"bankUid\": \"string\",\n      \"name\": \"string\",\n      \"primaryBankAdministratorId\": 6231.432426408239,\n      \"primaryBankPhoneNumberId\": 9996.403795310755,\n      \"accountsPayableId\": 6691.974971918416,\n      \"addressId\": 5678.748092102402,\n      \"isReportOnly\": 1570.4720884287603,\n      \"includeStats\": 3883.9400920941134,\n      \"billingEffectiveDate\": \"string\",\n      \"billingTerminationDate\": \"string\",\n      \"createdAt\": \"string\",\n      \"createdBy\": 5521.604124483743,\n      \"updatedAt\": \"string\",\n      \"updatedBy\": 4123.702106409495,\n      \"isDeleted\": 9649.475399532084\n    },\n    \"branch\": {\n      \"bankId\": 9438.667787250992,\n      \"branchId\": 8168.009615588776\n    },\n    \"inspector\": {\n      \"inspectorId\": 2583.6432427755194,\n      \"primaryInspectorAdministratorId\": 9586.30413335035,\n      \"primaryInspectorPhoneNumberId\": 2351.044018223414,\n      \"name\": \"string\",\n      \"addressId\": 2345.9254328296097,\n      \"createdAt\": \"string\",\n      \"createdBy\": 3231.3316785201087,\n      \"updatedAt\": \"string\",\n      \"updatedBy\": 6155.241507767406,\n      \"isDeleted\": 676.0026364906357,\n      \"primaryAdministrator\": {\n        \"userId\": 1006.812363891998,\n        \"email\": \"string\",\n        \"firstName\": \"string\",\n        \"lastName\": \"string\",\n        \"fullName\": \"string\",\n        \"displayName\": \"string\",\n        \"defaultRole\": \"string\",\n        \"isRegistered\": 6104.463282765655,\n        \"inspectorAdministratorId\": 2508.7943366573186,\n        \"inspectorId\": 2308.688833402044,\n        \"title\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 6422.839519616781,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 1514.4217923797075,\n        \"isDeleted\": 5064.654189414493\n      },\n      \"primaryPhoneNumber\": {\n        \"inspectorPhoneNumberId\": 5882.551171529453,\n        \"inspectorId\": 3784.75822583638,\n        \"phoneNumberId\": 1246.9442043867507,\n        \"isPrimary\": 7817.715924508301,\n        \"createdAt\": \"string\",\n        \"createdBy\": 2857.4687178555737,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 112.07370333859545,\n        \"isDeleted\": 8935.8839799687,\n        \"countryCode\": 3016.833500949716,\n        \"number\": 6327.352884067239,\n        \"ext\": \"string\",\n        \"label\": \"string\",\n        \"country\": \"string\"\n      },\n      \"address\": {\n        \"addressId\": 2333.8116920469456,\n        \"address1\": \"string\",\n        \"address2\": \"string\",\n        \"city\": \"string\",\n        \"state\": \"string\",\n        \"county\": \"string\",\n        \"zip\": 4139.005476029732,\n        \"countryCode\": \"string\",\n        \"createdAt\": \"string\",\n        \"createdBy\": 3421.200117825274,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 3984.322507596827,\n        \"isDeleted\": 4519.418273450904\n      }\n    },\n    \"assignedTo\": {},\n    \"inspectorUserId\": 3543.8550098425158,\n    \"address\": {\n      \"addressId\": 6128.668002103721,\n      \"address1\": \"string\",\n      \"address2\": \"string\",\n      \"city\": \"string\",\n      \"state\": \"string\",\n      \"zip\": 7823.147941049795,\n      \"countryCode\": \"string\",\n      \"county\": \"string\",\n      \"latitude\": \"string\",\n      \"longitude\": \"string\",\n      \"lockbox\": \"string\",\n      \"lot\": \"string\",\n      \"createdAt\": \"string\",\n      \"createdBy\": 7168.485252278915,\n      \"updatedAt\": \"string\",\n      \"updatedBy\": 4290.842473019756,\n      \"isDeleted\": 8560.207426997691\n    },\n    \"latitude\": \"string\",\n    \"longitude\": \"string\",\n    \"isAsap\": false,\n    \"isRemote\": true,\n    \"inspectionDetails\": {\n      \"loanId\": 9700.265049327012,\n      \"loanTypeId\": 4816.037616013946,\n      \"loanType\": \"string\",\n      \"subdivision\": {},\n      \"lockboxCode\": \"string\",\n      \"loanOfficer\": {\n        \"userId\": 2645754,\n        \"email\": \"pablo.ovejero+loanadmin@getbuilt.com\",\n        \"firstName\": \"Pablo\",\n        \"lastName\": \"Ovejero\",\n        \"fullName\": \"Pablo Ovejero\",\n        \"displayName\": \"Ovejero, Pablo\",\n        \"defaultRole\": \"loanAdministrator\",\n        \"isRegistered\": 1\n      },\n      \"borrower\": {\n        \"name\": \"string\",\n        \"primaryPhoneNumber\": {\n          \"number\": 4066.2939170212107,\n          \"isPrimary\": true\n        },\n        \"primaryAdministrator\": {}\n      },\n      \"builder\": {\n        \"name\": \"string\",\n        \"primaryPhoneNumber\": {\n          \"number\": 5740.217085846917,\n          \"isPrimary\": true\n        },\n        \"primaryAdministrator\": {}\n      }\n    },\n    \"isFinal\": false,\n    \"method\": {\n      \"method\": \"string\",\n      \"methodCode\": \"string\"\n    },\n    \"items\": [\n      {\n        \"name\": 9584.904407585998,\n        \"displayOrder\": 5007.586220898006,\n        \"inspectionItemId\": \"string\",\n        \"weightValue\": 5840.500662806454,\n        \"progress\": 6506.925246753707,\n        \"inspectedPercentComplete\": 3815.9172468103097,\n        \"budgetPhaseName\": \"string\",\n        \"budgetPhaseDisplayOrder\": 17.154402880594777,\n        \"financials\": {\n          \"loanBudgetItemFinancialId\": 9577.369448628018,\n          \"originalBudgetAmount\": 1307.5192075403752,\n          \"budgetAmount\": 8466.342055017467,\n          \"fundedAmount\": 4774.423295705492,\n          \"requestedFundsAmount\": 481.76037448392606,\n          \"pendingRetainageCreditAmount\": 4585.457858280571,\n          \"equityPrepaidAmount\": 685.2370455277113,\n          \"equityEarmarkAmount\": 8172.185057063288,\n          \"releasedAmount\": 6808.108567487414,\n          \"availableFundsAmount\": 2170.3443945025656,\n          \"storedMaterialAmount\": 353.90077854153157,\n          \"changeOrderCount\": 4218.762630075099,\n          \"changeOrderAmount\": 9809.848983973994,\n          \"pendingChangeOrderAmount\": 9026.48908019399,\n          \"trackRetainage\": 5469.4170794837755,\n          \"retainageAccountId\": 1668.0258434094774,\n          \"retainagePercentage\": 1530.9354064405857,\n          \"totalRetainageAmount\": 7149.7041737082845,\n          \"remainingRetainageAmount\": 3100.426338345517,\n          \"invoiceFinancingPercentage\": 371.65865097958715,\n          \"eligibilityControl\": \"string\",\n          \"depositsOutstanding\": 579.2061125881932,\n          \"createdAt\": \"string\",\n          \"createdBy\": 7334.812458027101,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 1373.2874892658642,\n          \"isDeleted\": 7386.8039759322455\n        },\n        \"item\": {\n          \"loanBudgetItemId\": 4113.297829564531,\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\",\n          \"subtype\": \"string\",\n          \"mergeType\": \"string\",\n          \"displayOrder\": 8349.356402928172,\n          \"percentComplete\": 9065.34088788491,\n          \"value\": 7418.247159911886,\n          \"loanBudgetId\": 4711.374548136018,\n          \"loanBudgetItemFinancialId\": 364.23876194762397,\n          \"loanBudgetPhaseId\": 2214.5269792771114,\n          \"settings\": {\n            \"retainagePercent\": 4676.61427162527,\n            \"inspectable\": false,\n            \"drawable\": false,\n            \"retainable\": true,\n            \"retainagePercentage\": \"string\",\n            \"invoiceFinancingPercentage\": \"string\",\n            \"retainagePercentageValue\": 4419.874707523719,\n            \"invoiceFinancingPercentageValue\": 4694.634410339793,\n            \"retainageAccountId\": 4134.484506781575\n          },\n          \"financials\": {\n            \"originalBudgetAmount\": 4503.175949087652,\n            \"adjustmentsToDate\": 3974.872344407658,\n            \"budgetAmount\": 9290.033952562253,\n            \"depositsOutstanding\": 4930.369852823093,\n            \"fundedAmount\": 3860.8039157319718,\n            \"prepaidAmount\": 4338.945822844485,\n            \"releasedAmount\": 1478.1638667571517,\n            \"availableAmount\": 1159.5453087885965,\n            \"pendingChangeOrderAmount\": 2625.461484505465,\n            \"pendingDrawAmount\": 42.244102271802305,\n            \"pendingRetainageCreditAmount\": 3806.05920448402,\n            \"retainageBalance\": 9053.116799892709,\n            \"changeOrderCount\": 5668.187707962918,\n            \"balanceRemaining\": 8801.659771051513,\n            \"requestedFundsAmount\": 8404.39444547861,\n            \"remainingRetainageAmount\": 3197.1070977167383,\n            \"otherPendingDrawTotal\": 4177.91052737767,\n            \"otherPendingReallocations\": 6856.429438831795,\n            \"availableFundsAmount\": 7752.284433971526,\n            \"retainageToDate\": 2701.542228442344\n          },\n          \"inspectionData\": {\n            \"inspectionCount\": 2724.8457876140274,\n            \"inspectedPercentComplete\": 8180.444431852289,\n            \"lastInspectedAt\": \"string\"\n          },\n          \"phase\": {},\n          \"builderDisbursementMethodTypeId\": 1961.0140374643393,\n          \"customDisbursementMethodId\": 7315.769655630309,\n          \"releasedAmount\": 84.66403397685784,\n          \"retainageToDate\": 1114.9414432235537,\n          \"prepaidAmount\": 4773.495323409112,\n          \"fundedAmount\": 8813.280454460464,\n          \"budgetAmount\": 7454.2591921395115,\n          \"originalBudgetAmount\": 6520.662405759907,\n          \"requestedFundsAmount\": 2964.91182870966,\n          \"availableFundsAmount\": 7778.362691737588,\n          \"changeOrderAmount\": 7995.175048705012,\n          \"remainingRetainageAmount\": 7768.262271970539,\n          \"unallocatedFundsAmount\": 2085.431211958857,\n          \"availableFunds\": 140.1929407937752\n        },\n        \"loanBudgetItemExpenseId\": 6022.182779801875,\n        \"loanBudgetItemId\": 6182.73250676445,\n        \"loanBudgetItemExpenseStatusId\": 7789.0529005839635,\n        \"inspectionId\": \"string\",\n        \"drawId\": 9458.065148185984,\n        \"loanPaymentId\": 8637.843089286836,\n        \"workAmount\": 7371.797811801719,\n        \"storedMaterialAmount\": 6706.646811305197,\n        \"currentStatus\": 8876.461790935025,\n        \"amount\": 6067.354272953931,\n        \"retainageBalanceAmount\": 5720.695944923269,\n        \"retainageDrawAmount\": 2262.3909610494075,\n        \"retainageDebitAmount\": 4933.419790937063,\n        \"retainageCreditAmount\": 2100.9090735955783,\n        \"requestAmount\": 9302.854673629281,\n        \"originalRequestAmount\": 6422.20479389054,\n        \"approveAmount\": 5977.211117175414,\n        \"originalApproveAmount\": 6039.303909992919,\n        \"transferAmount\": 1164.4550117097197,\n        \"originalTransferAmount\": 1996.1308769245557,\n        \"reallocationAmount\": 1883.317262940196,\n        \"originalReallocationAmount\": 5079.710957628749,\n        \"fundingType\": \"string\",\n        \"fundingTypeId\": 461.2722340984332,\n        \"description\": \"string\",\n        \"depositsCreditAmount\": 8436.597725997517,\n        \"depositsDebitAmount\": 4054.664962419958,\n        \"createdAt\": \"string\",\n        \"createdBy\": 9073.40405378135,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 4486.4682691399,\n        \"isDeleted\": 34.00207341479167,\n        \"invoicesCount\": 8723.69773392957,\n        \"cumulativeFundedAmount\": 6917.3605909913995,\n        \"previousProgress\": 6295.609657025567,\n        \"incrementalProgress\": 1531.082948196203\n      },\n      {\n        \"name\": 3068.826393518771,\n        \"displayOrder\": 4595.388579358297,\n        \"inspectionItemId\": \"string\",\n        \"weightValue\": 1640.1122210333651,\n        \"progress\": 4149.578631465804,\n        \"inspectedPercentComplete\": 4808.40210724161,\n        \"budgetPhaseName\": \"string\",\n        \"budgetPhaseDisplayOrder\": 9345.175096158822,\n        \"financials\": {\n          \"loanBudgetItemFinancialId\": 8958.915776064654,\n          \"originalBudgetAmount\": 6650.938051371535,\n          \"budgetAmount\": 9042.994579330907,\n          \"fundedAmount\": 6875.984710323848,\n          \"requestedFundsAmount\": 3102.062138037842,\n          \"pendingRetainageCreditAmount\": 6227.0266984310665,\n          \"equityPrepaidAmount\": 9336.293885190322,\n          \"equityEarmarkAmount\": 7743.8463593232855,\n          \"releasedAmount\": 4072.578780646867,\n          \"availableFundsAmount\": 9011.26347735893,\n          \"storedMaterialAmount\": 9850.339422813418,\n          \"changeOrderCount\": 7703.776602102803,\n          \"changeOrderAmount\": 8858.17734608529,\n          \"pendingChangeOrderAmount\": 5069.790609237261,\n          \"trackRetainage\": 5823.646305488088,\n          \"retainageAccountId\": 2913.5124537342326,\n          \"retainagePercentage\": 6117.219512319521,\n          \"totalRetainageAmount\": 2909.146618208045,\n          \"remainingRetainageAmount\": 4459.825020861603,\n          \"invoiceFinancingPercentage\": 1960.4771674698873,\n          \"eligibilityControl\": \"string\",\n          \"depositsOutstanding\": 2986.2917423731574,\n          \"createdAt\": \"string\",\n          \"createdBy\": 2646.488507375977,\n          \"updatedAt\": \"string\",\n          \"updatedBy\": 1625.2222971075669,\n          \"isDeleted\": 7573.506031583804\n        },\n        \"item\": {\n          \"loanBudgetItemId\": 9139.978521871031,\n          \"name\": \"string\",\n          \"description\": \"string\",\n          \"type\": \"string\",\n          \"subtype\": \"string\",\n          \"mergeType\": \"string\",\n          \"displayOrder\": 7106.448880441081,\n          \"percentComplete\": 3078.653588645093,\n          \"value\": 2647.2908038592745,\n          \"loanBudgetId\": 6337.285867267108,\n          \"loanBudgetItemFinancialId\": 7583.09897517647,\n          \"loanBudgetPhaseId\": 5659.390427117918,\n          \"settings\": {\n            \"retainagePercent\": 4378.805747942445,\n            \"inspectable\": false,\n            \"drawable\": false,\n            \"retainable\": true,\n            \"retainagePercentage\": \"string\",\n            \"invoiceFinancingPercentage\": \"string\",\n            \"retainagePercentageValue\": 6526.6921469609015,\n            \"invoiceFinancingPercentageValue\": 7280.773519896129,\n            \"retainageAccountId\": 2262.3646853586597\n          },\n          \"financials\": {\n            \"originalBudgetAmount\": 3759.833604037155,\n            \"adjustmentsToDate\": 7024.557128364004,\n            \"budgetAmount\": 6254.159534682318,\n            \"depositsOutstanding\": 4019.797522847255,\n            \"fundedAmount\": 8899.357150864678,\n            \"prepaidAmount\": 8310.792595341549,\n            \"releasedAmount\": 822.2247969918084,\n            \"availableAmount\": 2597.8749357967577,\n            \"pendingChangeOrderAmount\": 740.1661158521077,\n            \"pendingDrawAmount\": 2919.176283821201,\n            \"pendingRetainageCreditAmount\": 5750.781795158935,\n            \"retainageBalance\": 6883.39791284519,\n            \"changeOrderCount\": 6853.575666586462,\n            \"balanceRemaining\": 7486.797196792696,\n            \"requestedFundsAmount\": 5151.628024828614,\n            \"remainingRetainageAmount\": 8252.869687831282,\n            \"otherPendingDrawTotal\": 2960.9592414300632,\n            \"otherPendingReallocations\": 7850.182290616901,\n            \"availableFundsAmount\": 4261.586797706467,\n            \"retainageToDate\": 4824.704128062889\n          },\n          \"inspectionData\": {\n            \"inspectionCount\": 1287.8800301827976,\n            \"inspectedPercentComplete\": 68.33234308364355,\n            \"lastInspectedAt\": \"string\"\n          },\n          \"phase\": {},\n          \"builderDisbursementMethodTypeId\": 7020.096048064175,\n          \"customDisbursementMethodId\": 276.68129215984163,\n          \"releasedAmount\": 5635.55026788678,\n          \"retainageToDate\": 7972.932850971734,\n          \"prepaidAmount\": 214.48970535391965,\n          \"fundedAmount\": 5758.366344610772,\n          \"budgetAmount\": 6669.691820390342,\n          \"originalBudgetAmount\": 6077.4942516241645,\n          \"requestedFundsAmount\": 6492.809091966518,\n          \"availableFundsAmount\": 5769.837982422508,\n          \"changeOrderAmount\": 9905.829016208894,\n          \"remainingRetainageAmount\": 5145.78064509533,\n          \"unallocatedFundsAmount\": 8733.139359929539,\n          \"availableFunds\": 848.7465346069633\n        },\n        \"loanBudgetItemExpenseId\": 7664.843227122209,\n        \"loanBudgetItemId\": 3139.1055198502827,\n        \"loanBudgetItemExpenseStatusId\": 947.6996685978789,\n        \"inspectionId\": \"string\",\n        \"drawId\": 1796.76488670363,\n        \"loanPaymentId\": 6265.275289371435,\n        \"workAmount\": 9050.449229337066,\n        \"storedMaterialAmount\": 9708.957967982238,\n        \"currentStatus\": 4416.209660180632,\n        \"amount\": 790.1323329585352,\n        \"retainageBalanceAmount\": 7368.921719052335,\n        \"retainageDrawAmount\": 556.1578176830074,\n        \"retainageDebitAmount\": 2358.1507070904495,\n        \"retainageCreditAmount\": 8387.970590654324,\n        \"requestAmount\": 5302.680247627561,\n        \"originalRequestAmount\": 4747.063647755954,\n        \"approveAmount\": 6021.149569796183,\n        \"originalApproveAmount\": 5699.634636381681,\n        \"transferAmount\": 973.0717538554945,\n        \"originalTransferAmount\": 1541.88002398713,\n        \"reallocationAmount\": 9593.384159324632,\n        \"originalReallocationAmount\": 6250.204299991138,\n        \"fundingType\": \"string\",\n        \"fundingTypeId\": 2332.027872801825,\n        \"description\": \"string\",\n        \"depositsCreditAmount\": 9303.756156070902,\n        \"depositsDebitAmount\": 9973.032901506067,\n        \"createdAt\": \"string\",\n        \"createdBy\": 3547.84198749607,\n        \"updatedAt\": \"string\",\n        \"updatedBy\": 4977.601640961775,\n        \"isDeleted\": 2869.5811019130124,\n        \"invoicesCount\": 4197.876101762794,\n        \"cumulativeFundedAmount\": 41.040011694757354,\n        \"previousProgress\": 8983.007228329378,\n        \"incrementalProgress\": 1691.2733189201301\n      }\n    ],\n    \"survey\": {},\n    \"isLenderSubmitted\": true,\n    \"isManual\": true,\n    \"isCancellable\": true,\n    \"hasExecutiveSummary\": true,\n    \"inspectorOrganizationId\": 3388.56219253342,\n    \"executiveSummaryStatus\": \"string\",\n    \"incrementalProgress\": \"string\"\n  }\n}"},{"id":"41e734b1-ff32-436c-acbe-80d53ff081b4","name":"Invalid inspection ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"222c178e-78ea-46b0-a71a-2da539e019b5","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"26be72ee-406d-411e-aee9-0e21aea4104c","name":"Unable to find the inspection","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"6f62fd40-a4c1-48f8-8a71-2ea0487f8b92","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id"],"variable":[{"key":"inspection_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"5d054190-b63d-4163-9a15-b4acf6cbc457"},{"name":"Get photos for an inspection","id":"de6dddab-c452-42bb-95bb-3f62712c2308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/{inspection_id}/photos","description":"<p><b>Purpose:</b> etrieve all photos associated with a specific inspection (inspection_id). This endpoint returns metadata for each image, including its URL, caption, creation timestamp, dimensions, and MIME type. It allows users to view and manage the visual evidence collected during an inspection, supporting audit, compliance, and progress tracking workflows.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","inspections","inspection","{inspection_id}","photos"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"06bdf866-8756-49e7-89d7-4ffeac8ff885","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": \"string\",\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"id\": \"string\",\n      \"inspectionId\": \"string\",\n      \"url\": \"string\",\n      \"createdAt\": \"string\",\n      \"caption\": \"string\",\n      \"metadata\": {\n        \"width\": 1080,\n        \"height\": 720,\n        \"mimeType\": \"image/jpeg\"\n      }\n    },\n    {\n      \"id\": \"string\",\n      \"inspectionId\": \"string\",\n      \"url\": \"string\",\n      \"createdAt\": \"string\",\n      \"caption\": \"string\",\n      \"metadata\": {\n        \"width\": 1080,\n        \"height\": 720,\n        \"mimeType\": \"image/jpeg\"\n      }\n    }\n  ]\n}"},{"id":"24b7eaff-d3fc-4881-8109-bc73cce465de","name":"Invalid inspection ID","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"fd5be85c-7e92-4ee4-9bdd-fdd93934d68c","name":"The action is not allowed.","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"69685d89-e074-4d70-9024-52cc1377167d","name":"Unable to find the inspection","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"441f5833-d550-42bf-9e66-d3eccb4a515c","name":"There was a problem completing the request","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":{"raw":"https://api.getbuilt.com/cla-product-api/public/v1/inspections/inspection/:inspection_id/photos","host":["https://api.getbuilt.com"],"path":["cla-product-api","public","v1","inspections","inspection",":inspection_id","photos"],"variable":[{"key":"inspection_id"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"string\",\n  \"error\": false,\n  \"details\": [\n    \"string\",\n    \"string\"\n  ]\n}"}],"_postman_id":"de6dddab-c452-42bb-95bb-3f62712c2308"}],"id":"52cd820a-372f-4c75-b5a9-e379fbd1602f","description":"<p>Inspection scheduling and management endpoints for property inspections</p>\n","_postman_id":"52cd820a-372f-4c75-b5a9-e379fbd1602f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}}},{"name":"Product Type","item":[{"name":"Get product types","id":"8da38971-6d19-492b-880f-883ddba9e037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"X-BUILT-API-KEY","value":"<your-api-key>","description":"<p>API Key (UUID format)</p>\n"},{"key":"Authorization","value":"<your-api-secret>","description":"<p>API Secret (UUID format)</p>\n"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types","description":"<p><b>Purpose:</b> Retrieves the list of available product types, which represent the different categories of deals or loan agreements supported by the CLA system. Each product type defines the structure and behavior of a loan, such as Residential, Renovation, Commercial, Line of Credit, or Borrowing Base.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}},"urlObject":{"path":["cla-product-api","public","v1","product_types"],"host":["https://api.getbuilt.com"],"query":[],"variable":[]}},"response":[{"id":"d1083042-ad31-4c91-96db-77ec19e875e2","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 200,\n  \"body\": [\n    {\n      \"product_type_id\": 123,\n      \"name\": \"Commercial\"\n    },\n    {\n      \"product_type_id\": 123,\n      \"name\": \"Commercial\"\n    }\n  ],\n  \"has_next\": true,\n  \"has_prev\": false,\n  \"page\": 1,\n  \"per_page\": 25,\n  \"total\": 10\n}"},{"id":"5d7ee23e-bf49-493f-b7aa-b3ffc29c8bc0","name":"The action is not allowed. ","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 403,\n  \"message\": \"Action not allowed.\",\n  \"details\": []\n}"},{"id":"fc3bed4e-5e85-4b69-b7b1-50024d29b7b4","name":"Unable to get product types","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","description":"Added as a part of security scheme: bearer"}],"url":"https://api.getbuilt.com/cla-product-api/public/v1/product_types"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"error\": true,\n  \"statusCode\": 500,\n  \"message\": \"Unable to get product types\",\n  \"details\": []\n}"}],"_postman_id":"8da38971-6d19-492b-880f-883ddba9e037"}],"id":"6bf4be6d-b65a-44b2-8efe-ebe77fbac96b","description":"<p>Product type management endpoints for retrieving available product types</p>\n","_postman_id":"6bf4be6d-b65a-44b2-8efe-ebe77fbac96b","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}}}],"id":"4bb79c11-0865-45e2-91f2-ff3589760879","_postman_id":"4bb79c11-0865-45e2-91f2-ff3589760879","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]},"isInherited":true,"source":{"_postman_id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","id":"f10cbc0c-261e-4c90-a765-0bf4811f84eb","name":"CLA Product API - Endpoints","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"<your-api-secret>"}]}},"event":[{"listen":"prerequest","script":{"id":"a5bd199d-28c7-4a0c-9ad1-2d5a393d55ff","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"e38b7c9a-ddc1-4db0-82c9-e2c628e04d8d","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://api.getbuilt.com"},{"key":"api_key","value":"<your-api-key>"},{"key":"api_secret","value":"<your-api-secret>"}]}