{"info":{"_postman_id":"a27fbcc8-b861-41bf-b9f6-8a60aeaafc43","name":"LeanData API","description":"<html><head></head><body><p>Welcome to the LeanData API documentation suite — your hub for building integrations that drive smarter routing, matching, and scheduling across your organization.</p>\n<ul>\n<li><p><a href=\"#5cf55855-1403-4ccb-b200-759392f3fa62\"><b>Matching API</b></a></p>\n<p>  : Identify Salesforce Leads, Contacts, or Accounts from external systems in real time with industry-best accuracy.</p>\n</li>\n<li><p><a href=\"#5cf55855-1403-4ccb-b200-759392f3fa62\"><b>Round Robin API</b></a></p>\n<p>  : Assign records using advanced logic such as weighted distribution, working hours, and vacation rules.</p>\n</li>\n<li><p><a href=\"#a4840f04-68a3-4207-b8a9-5477e591e9de\"><b>BookIt API</b></a></p>\n<p>  : Power your custom UI with real-time availability and scheduling logic, backed by secure, server-side authentication.</p>\n</li>\n<li><p><a href=\"#51659601-d648-4425-946f-2740fc235397\"><b>Graph API</b></a></p>\n<p>  : Run LeanData One Time Routing and fetch graph data to power your own custom solution.</p>\n</li>\n</ul>\n<p>Our APIs are built for flexibility, precision, and performance — whether you're matching, routing, or booking.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5903739","collectionId":"a27fbcc8-b861-41bf-b9f6-8a60aeaafc43","publishedId":"RztfwXJq","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303538","highlight":"1C517D"},"publishDate":"2025-05-20T17:10:44.000Z"},"item":[{"name":"Matching & Round Robin API","item":[{"name":"Functionality","item":[],"id":"adb9e37d-68f1-477c-9a42-437a5552193c","description":"<h2 id=\"lead-matching\">Lead Matching</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Operation Type</strong></th>\n<th><strong>Purpose</strong></th>\n<th><strong>LeanData Version</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Single Duplicate Lead</td>\n<td>matchedLead</td>\n<td>Returns a single Duplicate Lead considering default tie-breakers and filters</td>\n<td>1.500+</td>\n</tr>\n<tr>\n<td>Single Duplicate Lead</td>\n<td>duplicateLead</td>\n<td>Returns a single Duplicate Lead considering default tie-breakers and filters</td>\n<td>1.500+</td>\n</tr>\n<tr>\n<td>All Duplicate Leads</td>\n<td>allDuplicateLeads</td>\n<td>Returns all Duplicate Leads</td>\n<td>1.500+</td>\n</tr>\n<tr>\n<td>All Related Leads</td>\n<td>allRelatedLeads</td>\n<td>Returns all Related Leads associated with the company matched from the request</td>\n<td>1.500+</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"contact-matching\">Contact Matching</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Operation Type</strong></th>\n<th><strong>Purpose</strong></th>\n<th><strong>LeanData Version</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Single Duplicate Contact</td>\n<td>duplicateContact</td>\n<td>Returns a single Duplicate Contact considering default tie-breakers and filters</td>\n<td>1.500+</td>\n</tr>\n<tr>\n<td>All Duplicate Contacts</td>\n<td>allDuplicateContacts</td>\n<td>Returns all Duplicate Contacts</td>\n<td>1.500+</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"account-matching\">Account Matching</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>Operation Type</strong></th>\n<th><strong>Purpose</strong></th>\n<th><strong>LeanData Version</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Matched Account</td>\n<td>matchedAccount</td>\n<td>Returns a single Matched Account considering configured tie-breakers and filters within LeanData</td>\n<td>1.500+</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"salesforce-object-routing\">Salesforce Object Routing</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Name</strong></th>\n<th><strong>API Type</strong></th>\n<th><strong>Purpose</strong></th>\n<th><strong>LeanData Version</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Round Robin (Standard Assignment)</td>\n<td>roundRobin</td>\n<td>Returns the \"next up\" owner from a Round Robin Pool for a Salesforce record and assigns the record to the owner</td>\n<td>1.500+</td>\n</tr>\n<tr>\n<td>Round Robin (Flexible)</td>\n<td>roundRobin</td>\n<td>Returns the \"next up\" owner from a Round Robin Pool without assigning it; does not require a Salesforce record</td>\n<td>1.500+</td>\n</tr>\n<tr>\n<td>Round Robin (Pool Information)</td>\n<td>roundRobin</td>\n<td>Returns the Pool Names and other Pool details</td>\n<td>1.500+</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"adb9e37d-68f1-477c-9a42-437a5552193c"},{"name":"Matching - Request and Return Values","item":[],"id":"a72a1837-9869-411c-b7c2-499ccab08bfb","description":"<p><strong>Types:</strong></p>\n<ul>\n<li><p>Native Salesforce</p>\n</li>\n<li><p>External</p>\n</li>\n</ul>\n<p><strong>Request:</strong></p>\n<ul>\n<li><p>Category (matching)</p>\n</li>\n<li><p>API Type (matchedAccount, duplicateLead, etc.)</p>\n</li>\n<li><p>Values to match (ex: Name, Company, etc.)</p>\n</li>\n<li><p>Desired return field values of the matched record(s)</p>\n</li>\n</ul>\n<p><strong>Response:</strong></p>\n<ul>\n<li><p>Matched record ID(s)</p>\n</li>\n<li><p>Additional return values requested of matched record(s)</p>\n</li>\n</ul>\n<p>LeanData does not require any specific field to complete matching. However, the more fields that can be passed over, the more data points the algorithm can analyze, and the more accurate the result. While not required, there are certain fields we recommend such as company name, website, email (for Matched Account) and person's name (for Duplicate Lead(s) and Contact(s)). Any fields on the matched object record can be included as return values upon request.</p>\n","_postman_id":"a72a1837-9869-411c-b7c2-499ccab08bfb"},{"name":"Example Use Cases","item":[],"id":"02ad5174-7834-462d-bedd-6d749e7a7406","description":"<p><strong>For LeanData Customers:</strong><br />Utilize LeanData's powerful algorithm inside and outside of Salesforce:</p>\n<ul>\n<li><p>Match data collected from an event with existing data in your CRM. Trigger additional workflows, such as notifying the Sales Rep to fuel sales conversations for lead conversions and upsells.</p>\n</li>\n<li><p>Match data of a Visitor to an existing Account and display relevant products based on the account's firmographics</p>\n</li>\n<li><p>Check for existing data in Salesforce before creating new Leads, Contacts, or Accounts</p>\n</li>\n<li><p>Convert new Leads under matched Accounts</p>\n</li>\n</ul>\n<p><strong>For Partners:</strong><br />Provide your customers the ability to display and leverage dynamic content from their CRM:</p>\n<ul>\n<li><p>G2: Match Buyer Intent information to existing Accounts</p>\n</li>\n<li><p>Drift: Collect visitor information as the chatbot. Match Visitor information to existing Accounts. Add the Account Owner into the conversation.</p>\n</li>\n</ul>\n","_postman_id":"02ad5174-7834-462d-bedd-6d749e7a7406"},{"name":"Get Started","item":[],"id":"8cf0986e-1840-48a6-90a5-00080eab0877","description":"<p><strong>For LeanData Customers:</strong></p>\n<ol>\n<li><p>Authorize Salesforce Token for LeanData. Click into your LeanData tab in Salesforce and authorize the token from the top of the home page. (If you've already authorized the token for LeanData, no action is necessary.)</p>\n</li>\n<li><p>Notify your LeanData CSM. Provide the ID of the Salesforce instance where you'd like to enable the Matching API.</p>\n</li>\n<li><p>Once the CSM confirms provisioning of the Matching API, test it. Steps to test in Workbench:</p>\n<ul>\n<li><p>Agree to the terms of service in Workbench and log in to the desired instance with Workbench <a href=\"https://workbench.developerforce.com/restExplorer.php\">here</a>.</p>\n</li>\n<li><p>Toggle to the POST function and fill in the URL as: /services/apexrest/LeanData/LeanDataAPI.</p>\n</li>\n<li><p>The Request Body is dependent on the Operation Type.</p>\n</li>\n</ul>\n</li>\n</ol>\n<p><strong>For Partners:</strong></p>\n<ul>\n<li>Reach out to <a href=\"https://mailto:partners@leandatainc.com\">partners@leandatainc.com</a> with your request.</li>\n</ul>\n<p><strong>For Prospects:</strong></p>\n<ul>\n<li>Request a demo of our features <a href=\"https://www.leandatainc.com/demo-request/\">here</a>.</li>\n</ul>\n","_postman_id":"8cf0986e-1840-48a6-90a5-00080eab0877"},{"name":"Build Your Salesforce OAuth Connected App","item":[],"id":"3c04a8c9-14ae-4371-93dc-29ffd2e87955","description":"<p><strong>Replace the below values with your own details:</strong></p>\n<ul>\n<li><p><code>CONNECTED_APP_CLIENTID</code></p>\n</li>\n<li><p><code>CONNECTED_APP_REDIRECT_URL</code></p>\n</li>\n<li><p><code>AUTH_CODE</code></p>\n</li>\n<li><p><code>REFRESH_TOKEN</code></p>\n</li>\n<li><p><code>CONNECTED_APP_CLIENTID_SECRET</code></p>\n</li>\n</ul>\n<p><strong>Step 1. User Requests Access</strong></p>\n<p>Users must approve the Connected App. This page will prompt the users to authenticate the app and once they've accepted the OAuth prompt, the browser will re-direct them to the CONNECTED_APP_REDIRECT_URL with the Authorization Code in the URL param.</p>\n<blockquote>\n<p>Button REST Link Example: <a href=\"https://login.salesforce.com/services/oauth2/authorize?response_type=code&amp;client_id=CONNECTED_APP_CLIENT_ID&amp;redirect_uri=CONNECTED_APP_REDIRECT_URL\">https://login.salesforce.com/services/oauth2/authorize?response_type=code&amp;client_id=CONNECTED_APP_CLIENT_ID&amp;redirect_uri=CONNECTED_APP_REDIRECT_URL</a> </p>\n</blockquote>\n<p><strong>Step 2. Exchange Authorization Code for Access Token</strong></p>\n<p>After obtaining the authorization code, the web server passes back the authorization code to get a token response.After validating the authorization code, Salesforce passes back a token response. This REST call returns the Access Token, Instance URL, and Refresh Token. The web server can now access the user's data.</p>\n<blockquote>\n<p>Token REST Endpoint Example: <a href=\"https://login.salesforce.com/services/oauth2/token?grant_type=authorization_code&amp;code=AUTH_CODE&amp;client_id=CONNECTED_APP_CLIENT_ID&amp;client_secret=CONNECTED_APP_CLIENT_SECRET&amp;redirect_uri=CONNECTED_APP_REDIRECT_URL\">https://login.salesforce.com/services/oauth2/token?grant_type=authorization_code&amp;code=AUTH_CODE&amp;client_id=CONNECTED_APP_CLIENT_ID&amp;client_secret=CONNECTED_APP_CLIENT_SECRET&amp;redirect_uri=CONNECTED_APP_REDIRECT_URL</a> </p>\n</blockquote>\n<p><strong>Step 3. Refresh Token</strong></p>\n<p>If the access token becomes invalid, the client can use a refresh token to get a new access token. This REST call returns the new Access Token, Instance URL, and Refresh Token.</p>\n<blockquote>\n<p>Token Refresh REST Endpoint Example: <a href=\"https://login.salesforce.com/grant_type=refresh_token&amp;client_id=CONNECTED_APP_CLIENT_ID&amp;client_secret=CONNECTED_APP_CLIENT_SECRET&amp;refresh_token=REFRESH_TOKEN\">https://login.salesforce.com/grant_type=refresh_token&amp;client_id=CONNECTED_APP_CLIENT_ID&amp;client_secret=CONNECTED_APP_CLIENT_SECRET&amp;refresh_token=REFRESH_TOKEN</a> </p>\n</blockquote>\n<p>Review these Salesforce documents with your Salesforce Administrator and IT team:</p>\n<ul>\n<li><p><a href=\"https://help.salesforce.com/articleView?id=remoteaccess_oauth_web_server_flow.htm&amp;type=0\">OAuth 2.0 Web Server Authentication Flow</a></p>\n</li>\n<li><p><a href=\"https://help.salesforce.com/articleView?id=remoteaccess_oauth_refresh_token_flow.htm&amp;type=0\">OAuth 2.0 Refresh Token Flow</a></p>\n</li>\n</ul>\n","_postman_id":"3c04a8c9-14ae-4371-93dc-29ffd2e87955"},{"name":"Errors","item":[],"id":"5d2dd916-23fe-414d-a97c-1ab1394cb21d","description":"<p>LeanData utilizes standard HTTP response codes to indicate the status of an API request. Codes in the <code>2xx</code> range indicate success; Codes in the <code>4xx</code> or <code>5xx</code> range indicate an error.</p>\n<p><strong>Errors typically fall under these categories:</strong></p>\n<ul>\n<li><p>\"message\": \"Session expired or invalid\", \"errorCode\": \"INVALID_SESSION_ID\"</p>\n<p>  The Session ID in the authentication of the API request has expired. Please contact your Salesforce Administrator for a valid Session ID.</p>\n</li>\n<li><p>\"No such column 'Favorite Food' on sobject of type Lead\\\"</p>\n<p>  The API call contains a field in the request or response that does not exist on the object queried. Please verify the API name of the field.</p>\n</li>\n</ul>\n","_postman_id":"5d2dd916-23fe-414d-a97c-1ab1394cb21d"},{"name":"What's Next","item":[],"id":"1c348447-d3cd-41f8-929a-3b7c4c2ae64b","description":"<p><strong>Future Functionality:</strong></p>\n<ul>\n<li>Tiebreakers and filters enabled for Duplicate Lead(s) and Duplicate Contact(s)</li>\n</ul>\n<hr />\n<h2 id=\"interested-in-hearing-more-sign-up-for-our-blog-updates-here\">Interested in hearing more? Sign up for our blog updates <a href=\"http://learn.leandatainc.com/routing-rules-leandatas-sales-and-marketing-blog\">here</a>!</h2>\n","_postman_id":"1c348447-d3cd-41f8-929a-3b7c4c2ae64b"},{"name":"Matched Lead","id":"d6fc19ff-7404-4208-b845-c3550aaa401d","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"matchedLead\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"matchedLeadFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns a single Duplicate Lead considering default tie-breakers and filters</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"e5d90d77-9375-4deb-b319-d61a9fc7fa7c","name":"Matched Lead","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"matchedLead\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"matchedLeadFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:33:35 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"matchedLead\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Lead/00Q460000068Q5PEAU\\\"},\\\"FirstName\\\":\\\"Brian\\\",\\\"Title\\\":\\\"VP Sales\\\",\\\"LastName\\\":\\\"Griffin\\\",\\\"Email\\\":\\\"bgriffin@leandatainc.com\\\",\\\"Id\\\":\\\"00Q460000068Q5PEAU\\\"}]}\""}],"_postman_id":"d6fc19ff-7404-4208-b845-c3550aaa401d"},{"name":"Duplicate Lead","id":"31b578b3-7c18-4968-920c-6eb96e392ceb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"duplicateLead\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"duplicateLeadFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns a single Duplicate Lead considering default tie-breakers and filters</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"439303f0-5d45-4205-ba32-695577e4f0b8","name":"Duplicate Lead","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"duplicateLead\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"duplicateLeadFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:34:48 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"duplicateLead\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Lead/00Q460000068Q5PEAU\\\"},\\\"FirstName\\\":\\\"Brian\\\",\\\"Title\\\":\\\"VP Sales\\\",\\\"LastName\\\":\\\"Griffin\\\",\\\"Email\\\":\\\"bgriffin@leandatainc.com\\\",\\\"Id\\\":\\\"00Q460000068Q5PEAU\\\"}]}\""}],"_postman_id":"31b578b3-7c18-4968-920c-6eb96e392ceb"},{"name":"All Duplicate Leads","id":"7e39e29c-a7d4-488c-a22d-713b170d7347","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allDuplicateLeads\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"allDuplicateLeadsFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns All Duplicate Leads that matches the passed in person</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"27ea5340-2fe7-472a-a9ae-b4374e84f838","name":"All Duplicate Leads","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allDuplicateLeads\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"allDuplicateLeadsFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:35:34 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"allDuplicateLeads\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Lead/00Q460000068Q5PEAU\\\"},\\\"FirstName\\\":\\\"Brian\\\",\\\"Title\\\":\\\"VP Sales\\\",\\\"LastName\\\":\\\"Griffin\\\",\\\"Email\\\":\\\"bgriffin@leandatainc.com\\\",\\\"Id\\\":\\\"00Q460000068Q5PEAU\\\"}]}\""}],"_postman_id":"7e39e29c-a7d4-488c-a22d-713b170d7347"},{"name":"All Related Leads","id":"db80d157-a533-4489-a68d-d6605040eac6","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allRelatedLeads\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"allRelatedLeadsFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns All Related Leads associated with the company matched from the request</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"2dac9b68-66bb-4bb2-ae9f-9ec491afc8c5","name":"All Related Leads","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allRelatedLeads\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"allRelatedLeadsFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\",\\\"Reporting_Matched_Account__c\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:36:00 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"allRelatedLeads\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Lead/00Q46000002AiTAEA0\\\"},\\\"LastName\\\":\\\"Alex Yao\\\",\\\"Id\\\":\\\"00Q46000002AiTAEA0\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Lead/00Q460000068Q5PEAU\\\"},\\\"FirstName\\\":\\\"Brian\\\",\\\"Title\\\":\\\"VP Sales\\\",\\\"LastName\\\":\\\"Griffin\\\",\\\"Email\\\":\\\"bgriffin@leandatainc.com\\\",\\\"Id\\\":\\\"00Q460000068Q5PEAU\\\"}]}\""}],"_postman_id":"db80d157-a533-4489-a68d-d6605040eac6"},{"name":"Duplicate Contact","id":"bfd663c2-42d4-47aa-b4e6-83d0939ec145","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"duplicateContact\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"IBM\\\", \\\"Email\\\":\\\"briang@ibm.com\\\"}\", \"duplicateContactFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns a single Duplicate Contact considering default tie-breakers and filters</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"7ad099f6-7f8a-4846-bb26-f07a5466ee42","name":"Duplicate Contact","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"duplicateContact\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"IBM\\\", \\\"Email\\\":\\\"briang@ibm.com\\\"}\", \"duplicateContactFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:36:33 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"duplicateContact\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Contact\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Contact/0034600001NhK6zAAF\\\"},\\\"FirstName\\\":\\\"Brian\\\",\\\"LastName\\\":\\\"Griffin\\\",\\\"Email\\\":\\\"briang@ibm.com\\\",\\\"Id\\\":\\\"0034600001NhK6zAAF\\\"}]}\""}],"_postman_id":"bfd663c2-42d4-47aa-b4e6-83d0939ec145"},{"name":"All Duplicate Contacts","id":"c939538c-ba46-4e90-a83e-787b83d75700","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allDuplicateContacts\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"IBM\\\", \\\"Email\\\":\\\"briang@ibm.com\\\"}\", \"allDuplicateContactsFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns All Duplicate Contacts that matches the passed in person</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"b0b0b2f6-732b-4b47-a5fa-f099df33473b","name":"All Duplicate Contacts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allDuplicateContacts\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"IBM\\\", \\\"Email\\\":\\\"briang@ibm.com\\\"}\", \"allDuplicateContactsFields\":\"[\\\"FirstName\\\",\\\"Title\\\",\\\"LastName\\\",\\\"Email\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:36:52 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"allDuplicateContacts\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Contact\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Contact/0034600001NhK6zAAF\\\"},\\\"FirstName\\\":\\\"Brian\\\",\\\"LastName\\\":\\\"Griffin\\\",\\\"Email\\\":\\\"briang@ibm.com\\\",\\\"Id\\\":\\\"0034600001NhK6zAAF\\\"}]}\""}],"_postman_id":"c939538c-ba46-4e90-a83e-787b83d75700"},{"name":"Matched Account","id":"3f5b76c2-1e8f-4f99-8692-9909ba81823e","request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"matchedAccount\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"matchedAccountFields\":\"[\\\"Name\\\",\\\"Website\\\",\\\"BillingCountry\\\",\\\"BillingState\\\",\\\"OwnerId\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns a single Matched Account considering configured tie-breakers and filters within LeanData</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"232f2cf9-c134-463c-8167-f036cd4e457c","name":"Matched Account","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"matchedAccount\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"matchedAccountFields\":\"[\\\"Name\\\",\\\"Website\\\",\\\"BillingCountry\\\",\\\"BillingState\\\",\\\"OwnerId\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:37:13 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"matchedAccount\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Account\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Account/0014600001DMG2RAAX\\\"},\\\"Name\\\":\\\"LeanData, Inc.\\\",\\\"Website\\\":\\\"www.leandatainc.com\\\",\\\"BillingCountry\\\":\\\"US\\\",\\\"BillingState\\\":\\\"CA\\\",\\\"OwnerId\\\":\\\"00546000000J7bhAAC\\\",\\\"Id\\\":\\\"0014600001DMG2RAAX\\\"}]}\""}],"_postman_id":"3f5b76c2-1e8f-4f99-8692-9909ba81823e"},{"name":"All Related Accounts","id":"060d24e3-61b5-4ba9-9b9d-2ab7a89654e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}","type":"text"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allRelatedAccounts\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"allRelatedAccountsFields\":\"[\\\"Name\\\",\\\"Website\\\",\\\"BillingCountry\\\",\\\"BillingState\\\",\\\"OwnerId\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p>Purpose: Returns all related Accounts (all accounts that matched via LeanData's Lead to Account Algorithm)</p>\n<p>Available in version 1.504+ of LeanData</p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"066dafc2-4f77-4e94-8dda-c303c8d81922","name":"All Related Accounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}","type":"text"}],"body":{"mode":"raw","raw":"{\"apiType\":\"match\", \"operation\":\"allRelatedAccounts\", \"version\":\"2\", \"requesterName\":\"LeanData\", \"requesterType\":\"Partner\", \"inputData\":\"{\\\"FirstName\\\":\\\"Brian\\\", \\\"LastName\\\":\\\"Griffin\\\", \\\"Country\\\":\\\"US\\\", \\\"Company\\\":\\\"LeanData, Inc.\\\"}\", \"allRelatedAccountsFields\":\"[\\\"Name\\\",\\\"Website\\\",\\\"BillingCountry\\\",\\\"BillingState\\\",\\\"OwnerId\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Sep 2019 16:37:39 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\";"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"allRelatedAccounts\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Account\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Account/00146000004a82eAAA\\\"},\\\"Name\\\":\\\"LeanData\\\",\\\"OwnerId\\\":\\\"00546000000J7bhAAC\\\",\\\"Id\\\":\\\"00146000004a82eAAA\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Account\\\",\\\"url\\\":\\\"/services/data/v46.0/sobjects/Account/0014600001DMG2RAAX\\\"},\\\"Name\\\":\\\"LeanData, Inc.\\\",\\\"Website\\\":\\\"www.leandatainc.com\\\",\\\"BillingCountry\\\":\\\"US\\\",\\\"BillingState\\\":\\\"CA\\\",\\\"OwnerId\\\":\\\"00546000000J7bhAAC\\\",\\\"Id\\\":\\\"0014600001DMG2RAAX\\\"}]}\""}],"_postman_id":"060d24e3-61b5-4ba9-9b9d-2ab7a89654e6"},{"name":"Round Robin (Standard)","id":"35a1e2fa-163e-4633-86a0-211ce3cb54bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"roundRobin\",\"version\":\"2\",\"requesterName\":\"LeanData\",\"roundRobinGroupId\":\"a193600000GCKMCAA5\",\"roundRobinField\":\"ownerId\",\"objects\":\"[{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q1Q000010eNk5UAE\\\"},\\\"Id\\\":\\\"00Q1Q000010eNk5UAE\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q3600000xXQpJEAW\\\"},\\\"Id\\\":\\\"00Q3600000xXQpJEAW\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q1Q000010eNiYUAU\\\"},\\\"Id\\\":\\\"00Q1Q000010eNiYUAU\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"}]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns the next user available and assigns the record (the Assignment Field, the User Lookup field) to the next user available.</p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c8d810f4-f1ef-41c1-a98c-60990437dd59","name":"Round Robin (Standard)","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"category\":\"roundRobin\",\"apiType\":\"roundRobin\",\"version\":\"2\",\"roundRobinGroupId\":\"a193600000GCKMCAA5\",\"roundRobinField\":\"ownerId\",\"objects\":\"[{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q1Q000010eNk5UAE\\\"},\\\"Id\\\":\\\"00Q1Q000010eNk5UAE\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q3600000xXQpJEAW\\\"},\\\"Id\\\":\\\"00Q3600000xXQpJEAW\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q1Q000010eNiYUAU\\\"},\\\"Id\\\":\\\"00Q1Q000010eNiYUAU\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"}]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 19:35:33 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00D36000000rsStm\";"},{"key":"Expect-CT","value":"max-age=0; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00D36000000rsStm\";"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"result\\\":{\\\"results\\\":{\\\"00Q1Q000010eNiYUAU\\\":\\\"success\\\",\\\"00Q3600000xXQpJEAW\\\":\\\"success\\\",\\\"00Q1Q000010eNk5UAE\\\":\\\"success\\\"}}}\""},{"id":"ce244635-8c63-4cd9-85f2-82aef860dc71","name":"Round Robin (Standard)","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"category\":\"roundRobin\",\"apiType\":\"roundRobin\",\"version\":\"2\",\"roundRobinGroupId\":\"a193600000GCKMCAA5\",\"roundRobinField\":\"ownerId\",\"objects\":\"[{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q1Q000010eNk5UAE\\\"},\\\"Id\\\":\\\"00Q1Q000010eNk5UAE\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q3600000xXQpJEAW\\\"},\\\"Id\\\":\\\"00Q3600000xXQpJEAW\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"},{\\\"attributes\\\":{\\\"type\\\":\\\"Lead\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Lead/00Q1Q000010eNiYUAU\\\"},\\\"Id\\\":\\\"00Q1Q000010eNiYUAU\\\",\\\"OwnerId\\\":\\\"00536000002QcjkAAC\\\",\\\"RecordTypeId\\\":\\\"01236000000nvDEAAY\\\"}]\"}"},"url":"{{baseurl}}/services/apexrest/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 19:31:35 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00D36000000rsStm\";"},{"key":"Expect-CT","value":"max-age=0; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00D36000000rsStm\";"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"result\\\":{\\\"results\\\":{\\\"00Q1Q000010eNiYUAU\\\":\\\"success\\\",\\\"00Q3600000xXQpJEAW\\\":\\\"success\\\",\\\"00Q1Q000010eNk5UAE\\\":\\\"success\\\"}}}\""}],"_postman_id":"35a1e2fa-163e-4633-86a0-211ce3cb54bb"},{"name":"Round Robin (Flexible)","id":"459abde2-a61a-4832-a2dd-91e10f65c6f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"roundRobin\",\"version\":\"2\",\"requesterName\":\"LeanData\",\"roundRobinGroupId\":\"a193600000GCKMCAA5\",\"roundRobinField\":\"ownerId\",\"objIds\":\"[\\\"IdA\\\",\\\"IdB\\\",\\\"IdC\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Returns the next user available in the Round Robin Pool for each of the specified \"Ids\" without assigning it. This method updates the Round Robin pool, assuming an assigment will occur.</p>\n<p>Main Use Case: Determining the owner before the record is created in Salesforce. </p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c2acca33-52d4-4039-994e-5d822fb671b0","name":"Round Robin (No Assignment/Return UserId)","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"roundRobin\",\"version\":\"2\", \"requesterName\":\"LeanData\",\"roundRobinGroupId\":\"a193600000GCKMCAA5\",\"roundRobinField\":\"ownerId\",\"objIds\":\"[\\\"IdA\\\",\\\"IdB\\\",\\\"IdC\\\"]\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 19:34:06 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00D36000000rsStm\";"},{"key":"Expect-CT","value":"max-age=0; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00D36000000rsStm\";"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"result\\\":{\\\"assignmentMap\\\":{\\\"IdC\\\":\\\"00536000001iTfwAAE\\\",\\\"IdB\\\":\\\"00536000001dCMuAAM\\\",\\\"IdA\\\":\\\"00536000002QkSzAAK\\\"},\\\"results\\\":{\\\"null\\\":\\\"success\\\"}}}\""}],"_postman_id":"459abde2-a61a-4832-a2dd-91e10f65c6f1"},{"name":"Round Robin (Pool Information)","id":"f33e239e-bddd-4baa-8ce0-a38731092aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"roundRobin\",\"operation\":\"getRoundRobinObjects\",\"version\":\"2\",\"requesterName\":\"LeanData\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Provides Round Robin Pool information, including Pool Description, Object Type, etc. </p>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"c4ba8d64-a21e-49ed-8112-7f4058bfd626","name":"Round Robin (getRoundRobinObjects)","originalRequest":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"Bearer {{sessionid}}"}],"body":{"mode":"raw","raw":"{\"apiType\":\"roundRobin\",\"operation\":\"getRoundRobinObjects\",\"version\":\"2\",\"requesterName\":\"LeanData\"}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 19:36:01 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536002; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/00D36000000rsStm\";"},{"key":"Expect-CT","value":"max-age=0; report-uri=\"https://a.forcesslreports.com/Expect-CT-report/00D36000000rsStm\";"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"result\\\":{\\\"members\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001PeeCeQAJ\\\"},\\\"Id\\\":\\\"a0n1Q00001PeeCeQAJ\\\",\\\"Grouping__c\\\":\\\"a193600000GyRliAAF\\\",\\\"OwnerId__c\\\":\\\"00536000001qudfAAA\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001Pf4RNQAZ\\\"},\\\"Id\\\":\\\"a0n1Q00001Pf4RNQAZ\\\",\\\"Grouping__c\\\":\\\"a193600000GCKMCAA5\\\",\\\"OwnerId__c\\\":\\\"00536000001iTfwAAE\\\",\\\"Owner_Order__c\\\":1},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001MALg1QAH\\\"},\\\"Id\\\":\\\"a0n1Q00001MALg1QAH\\\",\\\"Grouping__c\\\":\\\"a191Q00000HThO3QAL\\\",\\\"OwnerId__c\\\":\\\"00536000001qudfAAA\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001MALg2QAH\\\"},\\\"Id\\\":\\\"a0n1Q00001MALg2QAH\\\",\\\"Grouping__c\\\":\\\"a191Q00000HThO3QAL\\\",\\\"OwnerId__c\\\":\\\"00536000001cy9mAAA\\\",\\\"Owner_Order__c\\\":1},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001MALg3QAH\\\"},\\\"Id\\\":\\\"a0n1Q00001MALg3QAH\\\",\\\"Grouping__c\\\":\\\"a191Q00000HThO3QAL\\\",\\\"OwnerId__c\\\":\\\"00536000001cyEcAAI\\\",\\\"Owner_Order__c\\\":2},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001PhbNaQAJ\\\"},\\\"Id\\\":\\\"a0n1Q00001PhbNaQAJ\\\",\\\"Grouping__c\\\":\\\"a193600000GCKMCAA5\\\",\\\"OwnerId__c\\\":\\\"00536000002QkSzAAK\\\",\\\"Owner_Order__c\\\":2},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001PhbNbQAJ\\\"},\\\"Id\\\":\\\"a0n1Q00001PhbNbQAJ\\\",\\\"Grouping__c\\\":\\\"a193600000GCKMCAA5\\\",\\\"OwnerId__c\\\":\\\"00536000001dCMuAAM\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001Opc3FQAR\\\"},\\\"Id\\\":\\\"a0n1Q00001Opc3FQAR\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTs68QAD\\\",\\\"OwnerId__c\\\":\\\"00536000001qudfAAA\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001Opc3GQAR\\\"},\\\"Id\\\":\\\"a0n1Q00001Opc3GQAR\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTs68QAD\\\",\\\"OwnerId__c\\\":\\\"00536000001cy9mAAA\\\",\\\"Owner_Order__c\\\":1},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001Opc3HQAR\\\"},\\\"Id\\\":\\\"a0n1Q00001Opc3HQAR\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTs68QAD\\\",\\\"OwnerId__c\\\":\\\"00536000002R4lxAAC\\\",\\\"Owner_Order__c\\\":2},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001Or7QDQAZ\\\"},\\\"Id\\\":\\\"a0n1Q00001Or7QDQAZ\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTuAjQAL\\\",\\\"OwnerId__c\\\":\\\"00536000001qudfAAA\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001Or7QEQAZ\\\"},\\\"Id\\\":\\\"a0n1Q00001Or7QEQAZ\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTuAjQAL\\\",\\\"OwnerId__c\\\":\\\"00536000002QcjkAAC\\\",\\\"Owner_Order__c\\\":1},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001Or7QFQAZ\\\"},\\\"Id\\\":\\\"a0n1Q00001Or7QFQAZ\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTuAjQAL\\\",\\\"OwnerId__c\\\":\\\"00536000002R4lxAAC\\\",\\\"Owner_Order__c\\\":2},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n3600001GCJM8AAP\\\"},\\\"Id\\\":\\\"a0n3600001GCJM8AAP\\\",\\\"Grouping__c\\\":\\\"a193600000GyRlnAAF\\\",\\\"OwnerId__c\\\":\\\"00536000001iTfwAAE\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n3600001GCeEBAA1\\\"},\\\"Id\\\":\\\"a0n3600001GCeEBAA1\\\",\\\"Grouping__c\\\":\\\"a193600000Gyhd5AAB\\\",\\\"OwnerId__c\\\":\\\"00536000002CsS0AAK\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001NaGFCQA3\\\"},\\\"Id\\\":\\\"a0n1Q00001NaGFCQA3\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTmImQAL\\\",\\\"OwnerId__c\\\":\\\"00536000001qudfAAA\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001NaGFDQA3\\\"},\\\"Id\\\":\\\"a0n1Q00001NaGFDQA3\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTmImQAL\\\",\\\"OwnerId__c\\\":\\\"00536000001cy9mAAA\\\",\\\"Owner_Order__c\\\":1},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001NaGG6QAN\\\"},\\\"Id\\\":\\\"a0n1Q00001NaGG6QAN\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTmIrQAL\\\",\\\"OwnerId__c\\\":\\\"00536000002QcjkAAC\\\",\\\"Owner_Order__c\\\":0},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Setting__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Setting__c/a0n1Q00001NaGG7QAN\\\"},\\\"Id\\\":\\\"a0n1Q00001NaGG7QAN\\\",\\\"Grouping__c\\\":\\\"a191Q00000HTmIrQAL\\\",\\\"OwnerId__c\\\":\\\"00536000002R4lxAAC\\\",\\\"Owner_Order__c\\\":1}],\\\"pools\\\":[{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a193600000GCKMCAA5\\\"},\\\"Id\\\":\\\"a193600000GCKMCAA5\\\",\\\"Grouping_Name__c\\\":\\\"Lead Pool\\\",\\\"Object_Type__c\\\":\\\"Lead\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a191Q00000HThO3QAL\\\"},\\\"Id\\\":\\\"a191Q00000HThO3QAL\\\",\\\"Grouping_Name__c\\\":\\\"Splunk Example\\\",\\\"Object_Type__c\\\":\\\"Lead\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a191Q00000HTs68QAD\\\"},\\\"Id\\\":\\\"a191Q00000HTs68QAD\\\",\\\"Grouping_Name__c\\\":\\\"Example1\\\",\\\"Object_Type__c\\\":\\\"Lead\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a191Q00000HTuAjQAL\\\"},\\\"Id\\\":\\\"a191Q00000HTuAjQAL\\\",\\\"Grouping_Name__c\\\":\\\"Lead Live Routing\\\",\\\"Object_Type__c\\\":\\\"Lead\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a193600000GyRliAAF\\\"},\\\"Id\\\":\\\"a193600000GyRliAAF\\\",\\\"Grouping_Name__c\\\":\\\"Test Pool\\\",\\\"Object_Type__c\\\":\\\"Lead\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a193600000GyRlnAAF\\\"},\\\"Id\\\":\\\"a193600000GyRlnAAF\\\",\\\"Grouping_Name__c\\\":\\\"Test2 Pool\\\",\\\"Object_Type__c\\\":\\\"Lead\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a193600000Gyhd5AAB\\\"},\\\"Id\\\":\\\"a193600000Gyhd5AAB\\\",\\\"Grouping_Name__c\\\":\\\"Test3\\\",\\\"Object_Type__c\\\":\\\"Lead\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a191Q00000HTmImQAL\\\"},\\\"Id\\\":\\\"a191Q00000HTmImQAL\\\",\\\"Grouping_Name__c\\\":\\\"English SMB\\\",\\\"Object_Type__c\\\":\\\"Opportunity\\\",\\\"Weighting_Enabled__c\\\":false},{\\\"attributes\\\":{\\\"type\\\":\\\"Round_Robin_Pool__c\\\",\\\"url\\\":\\\"/services/data/v45.0/sobjects/Round_Robin_Pool__c/a191Q00000HTmIrQAL\\\"},\\\"Id\\\":\\\"a191Q00000HTmIrQAL\\\",\\\"Grouping_Name__c\\\":\\\"Spanish SMB\\\",\\\"Object_Type__c\\\":\\\"Opportunity\\\",\\\"Weighting_Enabled__c\\\":false}]}}\""}],"_postman_id":"f33e239e-bddd-4baa-8ce0-a38731092aa1"},{"name":"One Time Routing","id":"7984430b-8524-4d93-9405-1d161c5694d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"requesterName\": \"LeanData\",\n    \"apiType\": \"routing\",\n    \"operation\": \"oneTime\",\n    \"version\": \"2\",\n    \"objectType\": \"Lead\",\n    \"condition\": \"Title ='CEO'\",\n    \"graphName\": \"Test Routing Api\",\n    \"notificationsDisabled\": false,\n    \"sendEmail\": true,\n    \"nodeType\": \"Update Trigger\",\n    \"edgeName\": \"Lead is MQL\"\n}"},"url":"{{baseurl}}/services/apexrest/LeanData/LeanDataAPI","description":"<p><strong>Purpose:</strong> Runs one-time routing via a specified graph on a set of standard objects (Lead, Contact, Account, Opportunity, Case) based on SOQL query</p>\n<p><strong>Required Body Params:</strong></p>\n<ul>\n<li>@param 'requesterName' Name of the API caller</li>\n<li>@param 'apiType' Type of API call</li>\n<li>@param 'version' LeanData API version (should be 2)</li>\n<li>@param 'objectType' Type of object to route</li>\n<li>@param 'condition' SOQL condition to query i.e. Title = 'CEO'</li>\n<li>@param 'graphName' Name of the graph to use for 1x Routing</li>\n<li>@param 'notificationsDisabled' Disables all notifications from 1x Routing</li>\n<li>@param 'nodeType' 'Trigger' or 'Update Trigger' to enter from Insert Or Update Trigger Nodes respectively</li>\n<li>@param 'edgeName' Name of edge from Trigger Node e.g. 'Lead is MQL'</li>\n</ul>\n<p><strong>Optional Body Params:</strong></p>\n<ul>\n<li>@param 'allowDedupe' Flag to allow deduplication. Value will by <code>false</code> by default</li>\n<li>@param 'businessUnitId' Id of the specific business unit graph to route the object through. Value will by <code>null</code> by default</li>\n<li>@param 'orderBy' sort records that are found from SOQL condition (i.e. \"CreatedDate DESC\")</li>\n<li>@param 'queryLimit' limit the records found from SOQL condition</li>\n<li>@param 'respectSchedules' Route records only to available users</li>\n</ul>\n<p><em>Available in version 1.500+ of LeanData</em></p>\n","urlObject":{"path":["services","apexrest","LeanData","LeanDataAPI"],"host":["{{baseurl}}"],"query":[],"variable":[]}},"response":[{"id":"1202a07a-2201-4f3c-ad85-24d25e39db31","name":"One Time Routing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{sessionid}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"requesterName\":\"LeanData\",\"apiType\":\"routing\",\"operation\":\"oneTime\",\"version\":\"2\",\"objectType\": \"Lead\",\"condition\": \"Title ='CEO'\",\"graphName\": \"Test Routing Api\",\"notificationsDisabled\": false, \"sendEmail\": true, \"nodeType\": \"Update Trigger\", \"edgeName\": \"Lead is MQL\"}","options":{"raw":{"language":"json"}}},"url":"{{baseurl}}/services/apexrest/LeanDataAPI"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Oct 2019 17:26:45 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Public-Key-Pins-Report-Only","value":"pin-sha256=\"9n0izTnSRF+W4W4JTq51avSXkWhQB8duS2bxVLfzXsY=\"; pin-sha256=\"5kJvNEMw0KjrCAu7eXY5HZdvyCS13BbA0VJG1RSP91w=\"; pin-sha256=\"njN4rRG+22dNXAi+yb8e3UMypgzPUPHlv4+foULwl1g=\"; max-age=86400; includeSubDomains; report-uri=\"https://a.forcesslreports.com/hpkp-report/nullm\";"},{"key":"Expect-CT","value":"max-age=86400, report-uri=\"https://a.forcesslreports.com/Expect-CT-report/nullm\""},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Robots-Tag","value":"none"},{"key":"Cache-Control","value":"no-cache,must-revalidate,max-age=0,no-store,private"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"\"{\\\"result\\\":{\\\"condition\\\":\\\"Title ='CEO'\\\",\\\"nRecords\\\":\\\"2\\\",\\\"jobId\\\":\\\"7073m0000CVisNgAQJ\\\",\\\"objectType\\\":\\\"Lead\\\"}}\""}],"_postman_id":"7984430b-8524-4d93-9405-1d161c5694d7"}],"id":"5cf55855-1403-4ccb-b200-759392f3fa62","description":"<p>Improve org-wide efficiency by utilizing LeanData’s industry-leading matching algorithm to ensure the highest fidelity match and LeanData's Round Robin functionality to route records to the right person at the right time.</p>\n<p>Note: Matching &amp; Round Robin API usage is for direct communication with an SFDC org. This API is recommended to be used via SFDC Flows. This is distinct from the Graph API that uses a custom LeanData API key to perform actions.</p>\n<h2 id=\"matching-api-overview\">Matching API Overview</h2>\n<blockquote>\n<p>Our Matching API matches data passed from external systems against existing Leads, Contacts, or Accounts in Salesforce via REST endpoints, and returns the matched values (ID by default, other matched fields as necessary). </p>\n</blockquote>\n<h2 id=\"round-robin-api-overview\">Round Robin API Overview</h2>\n<blockquote>\n<p>Our Round Robin API determines the relevant LeanData Round Robin Pool to route objects to and returns the \"next up\" assignee, taking into consideration Weighted Distribution, Capping, Working Hours, Holidays, and Vacations of the User and Pool.</p>\n</blockquote>\n","_postman_id":"5cf55855-1403-4ccb-b200-759392f3fa62"},{"name":"BookIt API","item":[{"name":"🧠 Scheduling Inputs","item":[{"name":"v1/scheduling/retrieve-inputs","id":"ff11d05a-45bb-4435-ae44-a5220dc4a3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"nodeName\": \"New Webform Prospect\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/retrieve-inputs","description":"<p>This endpoint returns the fields defined in your trigger node. Use this endpoint to dynamically determine what prospect data must be collected (including field types and validation rules) prior to calling the routing availability endpoint.</p>\n<p>⚠️ <strong>Note:</strong> Routing Links Trigger Nodes are <strong>not</strong> supported.</p>\n<p><strong>Common use cases:</strong></p>\n<ul>\n<li><p>Agentic scheduling: ask only for missing fields</p>\n</li>\n<li><p>Dynamic UI: render required fields based on trigger configuration</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<ul>\n<li><code>nodeName</code> (required) — A <strong>string</strong> value that contains the name of your Trigger Node (in the BookIt Flowbuilder). For more information, check out the <a href=\"https://leandatahelp.zendesk.com/hc/en-us/articles/5987002499995-New-Prospect-Trigger-Node\">Trigger Node Implementation guide</a>.</li>\n</ul>\n<hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<ul>\n<li><p><code>name</code> — A <strong>string</strong> name of the requested trigger node.</p>\n</li>\n<li><p><code>inputs</code> — An <strong>array of input field objects</strong> that represent the fields required for routing. Each input field object contains the following properties:</p>\n<ul>\n<li><p>⚠️ <strong>Note:</strong> All input definitions in the <code>inputs</code> array are configured in the LeanData application. If any updates or changes are needed—such as adding, removing, or modifying input fields—they must be made in the corresponding configuration within LeanData. These definitions cannot be modified through the API.</p>\n<ul>\n<li><p><code>name</code> — A <strong>string</strong> that represents the unique API name of the input field. This value should be used as the key when submitting data for booking or routing requests.</p>\n</li>\n<li><p><code>type</code> — A <strong>string</strong> that represents the expected data type of the input field.</p>\n<p>  Supported values include:</p>\n<ul>\n<li><p><code>STRING</code> — A text value</p>\n</li>\n<li><p><code>PHONE</code> — A text value of the phone number (can include country code).</p>\n</li>\n<li><p><code>DOUBLE</code> — A numeric value (supports decimal values)</p>\n</li>\n<li><p><code>BOOLEAN</code> — A true/false value</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","scheduling","retrieve-inputs"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"80e02c0c-622e-4fac-b375-5c7ff7746190","name":"Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"nodeName\": \"New Webform Prospect\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/retrieve-inputs"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 19:45:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"259"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"25c98d0b-26d2-4f5d-b0ff-62602645a1df"},{"key":"x-amz-apigw-id","value":"ZQAv4HFbyK4FVpw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cae65-6d90bdf44892614842c51450;Parent=0e0c41cfaa916ae9;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"New Webform Prospect\",\n    \"inputs\": [\n        {\n            \"name\": \"FirstName\",\n            \"type\": \"STRING\"\n        },\n        {\n            \"name\": \"LastName\",\n            \"type\": \"STRING\"\n        },\n        {\n            \"name\": \"Email\",\n            \"type\": \"STRING\"\n        },\n        {\n            \"name\": \"Company\",\n            \"type\": \"STRING\"\n        },\n        {\n            \"name\": \"PhoneNumber\",\n            \"type\": \"PHONE\"\n        },\n        {\n            \"name\": \"NumEmployees\",\n            \"type\": \"DOUBLE\"\n        },\n        {\n            \"name\": \"EnrichedLead\",\n            \"type\": \"BOOLEAN\"\n        }\n    ]\n}"},{"id":"ad1e0482-4197-4c76-815d-17433a2fcd41","name":"Invalid Trigger Node Input","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"nodeName\": \"Invalid Node\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/retrieve-inputs"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 19:43:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"93"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"e1ff9c14-5825-485d-9de3-bc67ca8b98e5"},{"key":"x-amz-apigw-id","value":"ZQAdcGkEyK4Fhuw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cadef-71c3855e70de957d00dd1788;Parent=130955e1d1834afe;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: No prospect trigger node found with name: Invalid Node\"\n}"}],"_postman_id":"ff11d05a-45bb-4435-ae44-a5220dc4a3cb"}],"id":"da6cdfc4-fe73-4c20-a42e-6e13b335ef5c","_postman_id":"da6cdfc4-fe73-4c20-a42e-6e13b335ef5c","description":""},{"name":"🗓️ Availability","item":[{"name":"v1/scheduling/route-and-fetch-availability","id":"23bda3c0-d0f0-488a-92c2-1d7850091548","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"triggerNode\": \"New Webform Prospect\",\n    \"uid\": \"3ac6f6f3-2bbd-4401-ab12-0ee9a654b6d1\",\n    \"prospect\": {\n        \"Company\": \"LeanData\",\n        \"NumEmployees\": \"500\",\n        \"PhoneNumber\": \"+1(669) 600-5676\",\n        \"ld_bookit_log_id\": \"3ac6f6f3-2bbd-4401-ab12-0ee9a654b6d1\",\n        \"FirstName\": \"John\",\n        \"LastName\": \"Doe\",\n        \"Email\": \"johndoe@test.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route-and-fetch-availability","description":"<p>Use this endpoint when you want LeanData BookIt to determine the correct routing outcome (who/what should be booked) and return the current availability of determined host.</p>\n<p><strong>Common use cases:</strong></p>\n<ul>\n<li><p>First-time booking when routing is required</p>\n</li>\n<li><p>Agentic flows that need to decide <em>who</em> to book and <em>when</em></p>\n</li>\n<li><p>Generating a <code>token</code> that can be reused to refresh availability without re-running routing</p>\n</li>\n</ul>\n<p><strong>Notes:</strong></p>\n<ul>\n<li>The response may include a <code>token</code> that can be passed to <strong>POST</strong> <code>/v1/scheduling/fetch-availability</code> to refetch availability without triggering routing again.</li>\n</ul>\n<hr />\n<h2 id=\"📋-pre-routing-requirements\">📋 Pre-Routing Requirements</h2>\n<p>Before sending form data to the BookIt API, ensure the following requirements are met:</p>\n<h3 id=\"unique-bookit-log-id\">Unique BookIt Log ID</h3>\n<ul>\n<li><p><strong>Requirement:</strong></p>\n<ul>\n<li>Each submission must have a unique BookIt Log ID. This Log ID must also be populated on the prospect's Salesforce record.</li>\n</ul>\n</li>\n<li><p><strong>Specifications</strong>:</p>\n<ul>\n<li><p><strong>Format</strong>: Universally Unique Identifier (UUID)</p>\n</li>\n<li><p><strong>Example</strong>: <code>c149cd78-377c-4549-ae62-3910ebe3b6ed</code></p>\n</li>\n<li><p><strong>Generation</strong>: Can be arbitrarily created by your system</p>\n</li>\n<li><p><strong>Integration</strong>: Must be populated on the prospect's Salesforce record through your marketing automation platform, preferably simultaenously as your first BookIt API callout.</p>\n<ul>\n<li><p>❗️ <strong>Note:</strong> if a prospect submits multiple times, each subsequent Log ID must replace the previous ID in Salesforce.</p>\n</li>\n<li><p>❗️<strong>If you are using Marketo as your Marketing Automation, please reach out to your LeanData team.</strong></p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><strong>Best Practices</strong>:</p>\n<ul>\n<li><p>Use a reliable UUID generation method to ensure uniqueness</p>\n</li>\n<li><p>Validate the ID format before submission</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<ul>\n<li><p><code>triggerNode</code> (required) — A <strong>string</strong> value that contains the name of your Trigger Node in the BookIt Flowbuilder. This value must exactly match the configured Trigger Node name in the LeanData application.</p>\n<ul>\n<li>⚠️ <strong>Note:</strong> Routing Links Trigger Nodes are <strong>not</strong> supported.</li>\n</ul>\n</li>\n<li><p><code>uid</code> (required) — A <strong>string</strong> value that contains your <a href=\"https://bookit-api.leandata.com/#37d94fab-525c-42e3-bdb2-6cf656f8d7f0\">BookIt Unique Log ID</a>.</p>\n</li>\n<li><p><code>prospect</code> (required) — An <strong>object</strong> that contains all prospect data required for routing and availability retrieval.</p>\n<ul>\n<li><p>⚠️ <strong>Important:</strong> The fields included inside the <code>prospect</code> object must <strong>exactly match</strong> the input field definitions returned by the <code>/v1/scheduling/retrieve-inputs</code> endpoint.</p>\n</li>\n<li><p>Field names are <strong>case-sensitive</strong> and must be passed exactly as returned in the <code>inputs[].name</code> response.</p>\n</li>\n<li><p>Field values must match the corresponding <code>inputs[].type</code> response.</p>\n</li>\n<li><p>Missing required fields may result in routing failure or incomplete availability results.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<p>❗️<strong>Availability</strong> <strong>data is returned only when</strong> <strong><code>routing.responseType = \"calendar\"</code>****.</strong><br />If <code>responseType</code> is <code>\"redirect\"</code> or <code>\"none\"</code>, the <code>scheduling</code> object will be <code>null</code>, and no availability data will be returned. Always check <code>routing.responseType</code> before accessing scheduling data.</p>\n<ul>\n<li><p><code>routing</code> — An <strong>object</strong> that contains the routing outcome determined by the BookIt routing graph.</p>\n<ul>\n<li><p><code>responseType</code> — A <strong>string</strong> that indicates the routing outcome determined by the BookIt routing graph. Possible values are:</p>\n<ul>\n<li><p><code>\"calendar\"</code> — The routing graph reached a <strong>\"Schedule\"</strong> node. Encrypted scheduling parameters are returned in the <code>token</code> field.</p>\n</li>\n<li><p><code>\"redirect\"</code> — The routing graph reached a <strong>\"Redirect to URL\"</strong> node. A redirect URL is returned in the <code>redirect</code> field.</p>\n</li>\n<li><p><code>\"none\"</code> — The routing graph reached an <strong>\"End of Flow\"</strong> node. No scheduling or redirect data is returned. This can be used to trigger a fallback experience in your UI.</p>\n</li>\n</ul>\n</li>\n<li><p><code>token</code> <em>(optional)</em> — A <strong>string</strong> value that is used to refresh availability without re-running routing.</p>\n<ul>\n<li>Only present when <code>routing.responseType</code> is <code>\"calendar\"</code>.</li>\n</ul>\n</li>\n<li><p><code>calendarLink</code> (<em>optional</em>) — A <strong>string</strong> containing the URL that renders the hosted LeanData BookIt scheduling page. Use this link if you prefer to leverage LeanData’s native scheduling UI instead of building a custom booking experience using the <code>scheduling</code> object. Redirecting a user to this URL will load the full BookIt calendar experience.</p>\n<ul>\n<li>Only present when <code>routing.responseType</code> is <code>\"calendar\"</code>.</li>\n</ul>\n</li>\n<li><p><code>redirect</code> <em>(optional)</em> — A <strong>string</strong> containing the URL configured in the <strong>\"Redirect to URL\"</strong> node of the BookIt routing graph.</p>\n<ul>\n<li><p>Only present when <code>responseType</code> is <code>\"redirect\"</code>.</p>\n</li>\n<li><p>Redirect users to this URL to continue the scheduling process as defined by your routing configuration.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>scheduling</code> (<em>optional</em>) — An <strong>object</strong> (or <strong>null</strong>) that contains the full scheduling page configuration and availability data required to render a booking experience.</p>\n<ul>\n<li><p>Present only when <code>routing.responseType = \"calendar\"</code>.</p>\n</li>\n<li><p>Returns <code>null</code> when <code>responseType</code> is <code>\"redirect\"</code> or <code>\"none\"</code>.</p>\n</li>\n<li><p>⚠️ <strong>Note:</strong> All data in the <code>scheduling</code> object is sourced directly from the <strong>Meeting Type configuration</strong> in the LeanData application (and related LeanData configuration). Any updates or changes to this information must be made in LeanData. This data cannot be modified through the API.</p>\n</li>\n<li><p><code>meeting</code> — An <strong>object</strong> that contains metadata about the meeting type.</p>\n<ul>\n<li><p><code>name</code> — A <strong>string</strong> that contains the name of the meeting type.</p>\n</li>\n<li><p><code>duration</code> — An <strong>object</strong> that describes the meeting duration.</p>\n<ul>\n<li><p><code>unit</code> — A <strong>string</strong> that represents the time unit (e.g., <code>min</code>).</p>\n</li>\n<li><p><code>value</code> — A <strong>number</strong> that represents the duration value.</p>\n</li>\n</ul>\n</li>\n<li><p><code>formFields</code> — An <strong>array</strong> of form field objects that represent the input fields required to finalize the booking of the meeting. These form fields should appear on the final confirmation screen before the meeting is booked.</p>\n<ul>\n<li><p>⚠️ <strong>Important:</strong> You must send back values for <strong>all defined fields</strong> when booking a meeting.</p>\n</li>\n<li><p><code>name</code> — A <strong>string</strong> of the Field label.</p>\n</li>\n<li><p><code>type</code> — A <strong>string</strong> that represents the input type (e.g., <code>text</code>)</p>\n</li>\n<li><p><code>required</code> — A <strong>boolean</strong> that signifies whether a field is mandatory. This value is based on the settings defined in the Meeting Type configuration.</p>\n</li>\n</ul>\n</li>\n<li><p><code>description</code> — A <strong>string</strong> that contains the calendar event description</p>\n</li>\n<li><p><code>pageStyle</code> — An <strong>object</strong> that defines branding settings for the scheduling page. This is set in the LeanData application.</p>\n<ul>\n<li><p><code>styleColor</code> — A <strong>string</strong> representing the primary hex color code used to theme UI elements (e.g. buttons, highlights) on the scheduling page.</p>\n</li>\n<li><p><code>logo</code> — A <strong>string</strong> representing the URL of the company logo (uploaded in the LeanData application) to be displayed on the scheduling page. If empty, no logo was uploaded to the application.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>pageInfo</code> — An <strong>object</strong> that contains general page metadata.</p>\n<ul>\n<li><p><code>displayAllPoolAvailability</code> — A <strong>boolean/null</strong> that indicates to show all availability for all pool members. If this value is <code>true</code>, then you will need to use the <code>/v1/round-robin-meeting</code> endpoint to book the meeting.</p>\n</li>\n<li><p><code>userIds</code> — An <strong>array</strong> that contains user IDs involved in the meeting (hosts or pool members). This array can be used to display representative names on the scheduling calendar.</p>\n<ul>\n<li><strong>Note:</strong> If the array is <strong>empty</strong>, it indicates that the meeting is being scheduled with a round robin pool, and the final rep has not yet been selected. The actual rep will be determined later based on the selected time slot, availability, and pool assignment logic.</li>\n</ul>\n</li>\n<li><p><code>prefillFields</code> — An <strong>object</strong> that contains form submission data for the prospect, specifically their <code>\"First Name\"</code>, <code>\"Last Name\"</code>, and <code>\"Email\"</code>. These values can be used to pre-populate the prospect's information before finalizing the meeting booking.</p>\n<ul>\n<li><strong>Note</strong>: to receive these pre-populated values, your Trigger Node form fields must be mapped to our default First Name, Last Name, Email variables.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>availability</code> — An <strong>object</strong> that contains available time slots and a mapping of user indices to user IDs.</p>\n<ul>\n<li><p>❗️<strong>Note:</strong> If this object is empty, then this is an indicator that either the meeting type expired or there are no availability in the pool (e.g. all members are on vacations). In this scenario, please revert to your fallback experience.</p>\n</li>\n<li><p><code>indexToUserIdMap</code> — An <strong>object</strong> that maps numeric indices (used in <code>timeSlots.users</code>) to user IDs from the <code>userIdToInfoMap</code> object.</p>\n</li>\n<li><p><code>timeSlots</code> — An <strong>array</strong> of time slot objects that represent available meeting windows. You can use this data to render available times on your scheduling UI.</p>\n<ul>\n<li><p><code>start_time</code> — A <strong>number</strong> that represents the start time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>end_time</code> — A <strong>number</strong> that represents the end time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>users</code> — An <strong>array</strong> of <strong>numbers</strong> that reference user indices from <code>indexToUserIdMap</code>. These represent the users who are available during this time slot.</p>\n<ul>\n<li>❗️<strong>Note:</strong> You'll need to use the corresponding user IDs (from <code>indexToUserIdMap</code>) as part of the request payload when booking the meeting.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>userIdToInfoMap</code> — An <strong>object</strong> that maps user IDs to user-specific details used for scheduling.</p>\n<ul>\n<li><p>❗️<strong>Note:</strong> The information in <code>userIdToInfoMap</code> is <em><strong>not required</strong></em> to build the core calendar UI. It is provided as supplementary context.</p>\n</li>\n<li><p><code>[userId]</code> — An <strong>object</strong> where each key is a user ID and each value is a user object.</p>\n<ul>\n<li><p><code>FirstName</code> — A <strong>string</strong> that represents the user's first name.</p>\n</li>\n<li><p><code>LastName</code> — A <strong>string</strong> that represents the user's last name.</p>\n</li>\n<li><p><code>Email</code> — A <strong>string</strong> that represents the user's email address.</p>\n</li>\n<li><p><code>TimeZoneSidKey</code> — A <strong>string</strong> that represents the user's primary time zone, using the <a href=\"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List\">IANA Time Zone Database</a> format. (e.g. <code>America/Los_Angeles</code>)</p>\n</li>\n<li><p><code>ConferenceLink</code> — A <strong>string</strong> that represents the user's conferencing URL</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","scheduling","route-and-fetch-availability"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"1f65d209-62d5-4d11-8422-0f1e7ef11c96","name":"Single Host - Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"triggerNode\": \"New Webform Prospect\",\n    \"prospect\": {\n        \"company\": \"LeanData\",\n        \"NumEmployees\": \"500\",\n        \"Phone\": \"+1(669) 600-5676\",\n        \"ld_bookit_log_id\": \"0a13abca-40e5-40b8-ad8e-a9d96141ce6c\",\n        \"FirstName\": \"John\",\n        \"LastName\": \"Doe\",\n        \"email\": \"johndoe@test.com\",\n        \"EnrichedLead\": false\n    },\n    \"uid\": \"0a13abca-40e5-40b8-ad8e-a9d96141ce6c\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route-and-fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 23:38:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"20607"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2df17f74-db63-4bd3-8b87-3e6330ad8def"},{"key":"x-amz-apigw-id","value":"ZQi02ERWSK4FbnA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699ce4eb-7a47adc004e3dd9a608faada;Parent=25694ecf304b69ca;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"routing\": {\n        \"responseType\": \"calendar\",\n        \"calendarLink\": \"https://app.leandata.com/v2/schedule?link=QsvSavAHFLXcrwZO+EPXQ1yl3R+vi1nNxZKKY1jwbM40MDmrNdWxtwnIKC/akFRBwcGKTlBCjD7NKuJOpqtDFDmCYj9L7xRGS+4lW5M9pwMOD7hBBIrgBIZ/CmVUBiAv/y1TACUZcul+fPhmjjWz0/XHPEof/OyLSxfZLJ8AqUm4tkrNtG4O6f/bZB9sB3wp/iCE6bysRjG1uMn390/XSwkLcbbxrDnM5DrL84KmNO/b+3CXzXdwjcN63tLTMl2uDF28ji9vX2SPG7fFUODBiaR8ttkdENsgsP4pcZdLOAKZ7Xu2QlSINEDF8aHkcYdvGLXzJwdwueFdgmj6LtxmrgM/M4mrfb3L9rbbDpHPrQngd+inkgOE59O1oNPOn1SK2b74Gs6Qu7juIulyxX9A8uK396C6j5qj+IZfsPhyLsPt4PQJA8aC36AQMQlqTKkz8UVhD+8Kyf7HVkTPBBpJSe2zqjj6YSem/i1VgyLJRci7FeXSO0ODUdei7JO1fA7Ow0bJFZL/3U9RoYkCVaArCkGCxi24UBhMBUjcNeJVO3sNZ9SkDJ73vVQ4gqFXBQIwdVN8p3JvXooC4TOXt3i6rg==\"\n        \"token\": \"QsvSavAHFLXcrwZO+EPXQ1yl3R+vi1nNxZKKY1jwbM40MDmrNdWxtwnIKC/akFRBwcGKTlBCjD7NKuJOpqtDFDmCYj9L7xRGS+4lW5M9pwMOD7hBBIrgBIZ/CmVUBiAv/y1TACUZcul+fPhmjjWz0/XHPEof/OyLSxfZLJ8AqUm4tkrNtG4O6f/bZB9sB3wp/iCE6bysRjG1uMn390/XSwkLcbbxrDnM5DrL84KmNO/b+3CXzXdwjcN63tLTMl2uDF28ji9vX2SPG7fFUODBiaR8ttkdENsgsP4pcZdLOAKZ7Xu2QlSINEDF8aHkcYdvGLXzJwdwueFdgmj6LtxmrgM/M4mrfb3L9rbbDpHPrQngd+inkgOE59O1oNPOn1SK2b74Gs6Qu7juIulyxX9A8uK396C6j5qj+IZfsPhyLsPt4PQJA8aC36AQMQlqTKkz8UVhD+8Kyf7HVkTPBBpJSe2zqjj6YSem/i1VgyLJRci7FeXSO0ODUdei7JO1fA7Ow0bJFZL/3U9RoYkCVaArCkGCxi24UBhMBUjcNeJVO3sNZ9SkDJ73vVQ4gqFXBQIwdVN8p3JvXooC4TOXt3i6rg==\"\n    },\n    \"scheduling\": {\n        \"meeting\": {\n            \"name\": \"BookIt Demo Meeting\",\n            \"duration\": {\n                \"unit\": \"min\",\n                \"value\": 30\n            },\n            \"formFields\": [\n                {\n                    \"name\": \"First Name\",\n                    \"type\": \"text\",\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Last Name\",\n                    \"type\": \"text\",\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Email\",\n                    \"type\": \"text\",\n                    \"required\": true\n                },\n                {\n                    \"name\": \"What is your company size?\",\n                    \"type\": \"text\",\n                    \"required\": false\n                },\n                {\n                    \"name\": \"What product are you interested in?\",\n                    \"type\": \"text\",\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Additional Guest Emails\",\n                    \"type\": \"textarea\",\n                    \"required\": false\n                }\n            ],\n            \"description\": \"This meeting is a 30 minute demo\",\n            \"pageStyle\": {\n                \"styleColor\": \"#0b7a2a\"\n            },\n            \"logo\": \"\"\n        },\n        \"pageInfo\": {\n            \"prefillFields\": {\n                \"Phone Number\": \"+120144934\",\n                \"Email\": \"johndoe@test.com\",\n                \"Last Name\": \"Doe\",\n                \"First Name\": \"John\"\n            },\n            \"userIds\": [\n                \"005Hu00000QJwJ5IAL\"\n            ],\n            \"displayAllPoolAvailability\": null\n        },\n        \"userIdToInfoMap\": {\n            \"005Hu00000QJwJ5IAL\": {\n                \"FirstName\": \"Person1\",\n                \"LastName\": \"Person1\",\n                \"Email\": \"person1@test.com\",\n                \"TimeZoneSidKey\": \"America/Los_Angeles\",\n                \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n            }\n        },\n        \"availability\": {\n            \"indexToUserIdMap\": {\n                \"1\": \"005Hu00000QJwJ5IAL\"\n            },\n            \"timeSlots\": [\n                {\n                    \"start_time\": 1771920000000,\n                    \"end_time\": 1771921800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771921800000,\n                    \"end_time\": 1771923600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771923600000,\n                    \"end_time\": 1771925400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771925400000,\n                    \"end_time\": 1771927200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771927200000,\n                    \"end_time\": 1771929000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771929000000,\n                    \"end_time\": 1771930800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771930800000,\n                    \"end_time\": 1771932600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771932600000,\n                    \"end_time\": 1771934400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771934400000,\n                    \"end_time\": 1771936200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771936200000,\n                    \"end_time\": 1771938000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771938000000,\n                    \"end_time\": 1771939800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771939800000,\n                    \"end_time\": 1771941600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771941600000,\n                    \"end_time\": 1771943400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771943400000,\n                    \"end_time\": 1771945200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771945200000,\n                    \"end_time\": 1771947000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771947000000,\n                    \"end_time\": 1771948800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771948800000,\n                    \"end_time\": 1771950600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771950600000,\n                    \"end_time\": 1771952400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771952400000,\n                    \"end_time\": 1771954200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771954200000,\n                    \"end_time\": 1771956000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771956000000,\n                    \"end_time\": 1771957800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771957800000,\n                    \"end_time\": 1771959600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771959600000,\n                    \"end_time\": 1771961400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771961400000,\n                    \"end_time\": 1771963200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771963200000,\n                    \"end_time\": 1771965000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771965000000,\n                    \"end_time\": 1771966800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771966800000,\n                    \"end_time\": 1771968600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771968600000,\n                    \"end_time\": 1771970400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771970400000,\n                    \"end_time\": 1771972200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771972200000,\n                    \"end_time\": 1771974000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771974000000,\n                    \"end_time\": 1771975800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771975800000,\n                    \"end_time\": 1771977600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771977600000,\n                    \"end_time\": 1771979400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771979400000,\n                    \"end_time\": 1771981200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771981200000,\n                    \"end_time\": 1771983000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771983000000,\n                    \"end_time\": 1771984800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771984800000,\n                    \"end_time\": 1771986600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771986600000,\n                    \"end_time\": 1771988400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771988400000,\n                    \"end_time\": 1771990200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771990200000,\n                    \"end_time\": 1771992000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771992000000,\n                    \"end_time\": 1771993800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771993800000,\n                    \"end_time\": 1771995600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771995600000,\n                    \"end_time\": 1771997400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771997400000,\n                    \"end_time\": 1771999200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1771999200000,\n                    \"end_time\": 1772001000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772001000000,\n                    \"end_time\": 1772002800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772002800000,\n                    \"end_time\": 1772004600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772006400000,\n                    \"end_time\": 1772008200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772008200000,\n                    \"end_time\": 1772010000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772010000000,\n                    \"end_time\": 1772011800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772011800000,\n                    \"end_time\": 1772013600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772013600000,\n                    \"end_time\": 1772015400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772017200000,\n                    \"end_time\": 1772019000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772019000000,\n                    \"end_time\": 1772020800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772020800000,\n                    \"end_time\": 1772022600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772022600000,\n                    \"end_time\": 1772024400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772024400000,\n                    \"end_time\": 1772026200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772026200000,\n                    \"end_time\": 1772028000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772028000000,\n                    \"end_time\": 1772029800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772029800000,\n                    \"end_time\": 1772031600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772031600000,\n                    \"end_time\": 1772033400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772033400000,\n                    \"end_time\": 1772035200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772035200000,\n                    \"end_time\": 1772037000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772037000000,\n                    \"end_time\": 1772038800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772038800000,\n                    \"end_time\": 1772040600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772040600000,\n                    \"end_time\": 1772042400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772042400000,\n                    \"end_time\": 1772044200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772044200000,\n                    \"end_time\": 1772046000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772046000000,\n                    \"end_time\": 1772047800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772047800000,\n                    \"end_time\": 1772049600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772049600000,\n                    \"end_time\": 1772051400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772051400000,\n                    \"end_time\": 1772053200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772053200000,\n                    \"end_time\": 1772055000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772055000000,\n                    \"end_time\": 1772056800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772056800000,\n                    \"end_time\": 1772058600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772058600000,\n                    \"end_time\": 1772060400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772060400000,\n                    \"end_time\": 1772062200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772062200000,\n                    \"end_time\": 1772064000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772064000000,\n                    \"end_time\": 1772065800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772065800000,\n                    \"end_time\": 1772067600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772067600000,\n                    \"end_time\": 1772069400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772069400000,\n                    \"end_time\": 1772071200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772071200000,\n                    \"end_time\": 1772073000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772073000000,\n                    \"end_time\": 1772074800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772074800000,\n                    \"end_time\": 1772076600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772076600000,\n                    \"end_time\": 1772078400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772078400000,\n                    \"end_time\": 1772080200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772080200000,\n                    \"end_time\": 1772082000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772082000000,\n                    \"end_time\": 1772083800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772083800000,\n                    \"end_time\": 1772085600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772085600000,\n                    \"end_time\": 1772087400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772087400000,\n                    \"end_time\": 1772089200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772089200000,\n                    \"end_time\": 1772091000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772125200000,\n                    \"end_time\": 1772127000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772127000000,\n                    \"end_time\": 1772128800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772128800000,\n                    \"end_time\": 1772130600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772130600000,\n                    \"end_time\": 1772132400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772132400000,\n                    \"end_time\": 1772134200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772134200000,\n                    \"end_time\": 1772136000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772136000000,\n                    \"end_time\": 1772137800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772137800000,\n                    \"end_time\": 1772139600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772139600000,\n                    \"end_time\": 1772141400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772141400000,\n                    \"end_time\": 1772143200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772143200000,\n                    \"end_time\": 1772145000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772145000000,\n                    \"end_time\": 1772146800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772146800000,\n                    \"end_time\": 1772148600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772148600000,\n                    \"end_time\": 1772150400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772150400000,\n                    \"end_time\": 1772152200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772152200000,\n                    \"end_time\": 1772154000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772211600000,\n                    \"end_time\": 1772213400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772213400000,\n                    \"end_time\": 1772215200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772215200000,\n                    \"end_time\": 1772217000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772217000000,\n                    \"end_time\": 1772218800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772218800000,\n                    \"end_time\": 1772220600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772220600000,\n                    \"end_time\": 1772222400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772222400000,\n                    \"end_time\": 1772224200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772224200000,\n                    \"end_time\": 1772226000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772226000000,\n                    \"end_time\": 1772227800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772227800000,\n                    \"end_time\": 1772229600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772229600000,\n                    \"end_time\": 1772231400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772231400000,\n                    \"end_time\": 1772233200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772233200000,\n                    \"end_time\": 1772235000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772235000000,\n                    \"end_time\": 1772236800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772236800000,\n                    \"end_time\": 1772238600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772238600000,\n                    \"end_time\": 1772240400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772470800000,\n                    \"end_time\": 1772472600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772472600000,\n                    \"end_time\": 1772474400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772474400000,\n                    \"end_time\": 1772476200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772476200000,\n                    \"end_time\": 1772478000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772478000000,\n                    \"end_time\": 1772479800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772479800000,\n                    \"end_time\": 1772481600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772481600000,\n                    \"end_time\": 1772483400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772483400000,\n                    \"end_time\": 1772485200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772485200000,\n                    \"end_time\": 1772487000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772487000000,\n                    \"end_time\": 1772488800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772488800000,\n                    \"end_time\": 1772490600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772490600000,\n                    \"end_time\": 1772492400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772492400000,\n                    \"end_time\": 1772494200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772494200000,\n                    \"end_time\": 1772496000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772496000000,\n                    \"end_time\": 1772497800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772497800000,\n                    \"end_time\": 1772499600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772524800000,\n                    \"end_time\": 1772526600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772526600000,\n                    \"end_time\": 1772528400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772528400000,\n                    \"end_time\": 1772530200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772530200000,\n                    \"end_time\": 1772532000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772532000000,\n                    \"end_time\": 1772533800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772533800000,\n                    \"end_time\": 1772535600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772535600000,\n                    \"end_time\": 1772537400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772537400000,\n                    \"end_time\": 1772539200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772539200000,\n                    \"end_time\": 1772541000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772541000000,\n                    \"end_time\": 1772542800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772542800000,\n                    \"end_time\": 1772544600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772544600000,\n                    \"end_time\": 1772546400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772546400000,\n                    \"end_time\": 1772548200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772548200000,\n                    \"end_time\": 1772550000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772550000000,\n                    \"end_time\": 1772551800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772551800000,\n                    \"end_time\": 1772553600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772553600000,\n                    \"end_time\": 1772555400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772555400000,\n                    \"end_time\": 1772557200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772557200000,\n                    \"end_time\": 1772559000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772559000000,\n                    \"end_time\": 1772560800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772560800000,\n                    \"end_time\": 1772562600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772562600000,\n                    \"end_time\": 1772564400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772564400000,\n                    \"end_time\": 1772566200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772566200000,\n                    \"end_time\": 1772568000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772568000000,\n                    \"end_time\": 1772569800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772569800000,\n                    \"end_time\": 1772571600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772571600000,\n                    \"end_time\": 1772573400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772573400000,\n                    \"end_time\": 1772575200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772575200000,\n                    \"end_time\": 1772577000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772577000000,\n                    \"end_time\": 1772578800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772578800000,\n                    \"end_time\": 1772580600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772580600000,\n                    \"end_time\": 1772582400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772582400000,\n                    \"end_time\": 1772584200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772584200000,\n                    \"end_time\": 1772586000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772586000000,\n                    \"end_time\": 1772587800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772587800000,\n                    \"end_time\": 1772589600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772589600000,\n                    \"end_time\": 1772591400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772591400000,\n                    \"end_time\": 1772593200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772593200000,\n                    \"end_time\": 1772595000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772595000000,\n                    \"end_time\": 1772596800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772596800000,\n                    \"end_time\": 1772598600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772598600000,\n                    \"end_time\": 1772600400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772600400000,\n                    \"end_time\": 1772602200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772602200000,\n                    \"end_time\": 1772604000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772604000000,\n                    \"end_time\": 1772605800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772605800000,\n                    \"end_time\": 1772607600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772607600000,\n                    \"end_time\": 1772609400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772611200000,\n                    \"end_time\": 1772613000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772613000000,\n                    \"end_time\": 1772614800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772614800000,\n                    \"end_time\": 1772616600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772616600000,\n                    \"end_time\": 1772618400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772618400000,\n                    \"end_time\": 1772620200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772620200000,\n                    \"end_time\": 1772622000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772622000000,\n                    \"end_time\": 1772623800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772623800000,\n                    \"end_time\": 1772625600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772625600000,\n                    \"end_time\": 1772627400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772627400000,\n                    \"end_time\": 1772629200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772629200000,\n                    \"end_time\": 1772631000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772631000000,\n                    \"end_time\": 1772632800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772632800000,\n                    \"end_time\": 1772634600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772634600000,\n                    \"end_time\": 1772636400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772636400000,\n                    \"end_time\": 1772638200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772638200000,\n                    \"end_time\": 1772640000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772640000000,\n                    \"end_time\": 1772641800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772641800000,\n                    \"end_time\": 1772643600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772643600000,\n                    \"end_time\": 1772645400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772645400000,\n                    \"end_time\": 1772647200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772647200000,\n                    \"end_time\": 1772649000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772649000000,\n                    \"end_time\": 1772650800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772650800000,\n                    \"end_time\": 1772652600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772652600000,\n                    \"end_time\": 1772654400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772654400000,\n                    \"end_time\": 1772656200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772656200000,\n                    \"end_time\": 1772658000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772658000000,\n                    \"end_time\": 1772659800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772659800000,\n                    \"end_time\": 1772661600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772661600000,\n                    \"end_time\": 1772663400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772663400000,\n                    \"end_time\": 1772665200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772665200000,\n                    \"end_time\": 1772667000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772667000000,\n                    \"end_time\": 1772668800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772668800000,\n                    \"end_time\": 1772670600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772670600000,\n                    \"end_time\": 1772672400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772672400000,\n                    \"end_time\": 1772674200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772674200000,\n                    \"end_time\": 1772676000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772676000000,\n                    \"end_time\": 1772677800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772677800000,\n                    \"end_time\": 1772679600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772679600000,\n                    \"end_time\": 1772681400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772681400000,\n                    \"end_time\": 1772683200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772683200000,\n                    \"end_time\": 1772685000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772685000000,\n                    \"end_time\": 1772686800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772686800000,\n                    \"end_time\": 1772688600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772688600000,\n                    \"end_time\": 1772690400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772690400000,\n                    \"end_time\": 1772692200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772692200000,\n                    \"end_time\": 1772694000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772694000000,\n                    \"end_time\": 1772695800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772730000000,\n                    \"end_time\": 1772731800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772731800000,\n                    \"end_time\": 1772733600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772733600000,\n                    \"end_time\": 1772735400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772735400000,\n                    \"end_time\": 1772737200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772737200000,\n                    \"end_time\": 1772739000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772739000000,\n                    \"end_time\": 1772740800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772740800000,\n                    \"end_time\": 1772742600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772742600000,\n                    \"end_time\": 1772744400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772744400000,\n                    \"end_time\": 1772746200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772746200000,\n                    \"end_time\": 1772748000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772748000000,\n                    \"end_time\": 1772749800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772749800000,\n                    \"end_time\": 1772751600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772751600000,\n                    \"end_time\": 1772753400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772753400000,\n                    \"end_time\": 1772755200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772755200000,\n                    \"end_time\": 1772757000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772757000000,\n                    \"end_time\": 1772758800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772816400000,\n                    \"end_time\": 1772818200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772818200000,\n                    \"end_time\": 1772820000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772820000000,\n                    \"end_time\": 1772821800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772821800000,\n                    \"end_time\": 1772823600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772823600000,\n                    \"end_time\": 1772825400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772825400000,\n                    \"end_time\": 1772827200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772827200000,\n                    \"end_time\": 1772829000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772829000000,\n                    \"end_time\": 1772830800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772830800000,\n                    \"end_time\": 1772832600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772832600000,\n                    \"end_time\": 1772834400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772834400000,\n                    \"end_time\": 1772836200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772836200000,\n                    \"end_time\": 1772838000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772838000000,\n                    \"end_time\": 1772839800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772839800000,\n                    \"end_time\": 1772841600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772841600000,\n                    \"end_time\": 1772843400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1772843400000,\n                    \"end_time\": 1772845200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773072000000,\n                    \"end_time\": 1773073800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773073800000,\n                    \"end_time\": 1773075600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773075600000,\n                    \"end_time\": 1773077400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773077400000,\n                    \"end_time\": 1773079200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773079200000,\n                    \"end_time\": 1773081000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773081000000,\n                    \"end_time\": 1773082800000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773082800000,\n                    \"end_time\": 1773084600000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773084600000,\n                    \"end_time\": 1773086400000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773086400000,\n                    \"end_time\": 1773088200000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773088200000,\n                    \"end_time\": 1773090000000,\n                    \"users\": [\n                        1\n                    ]\n                },\n                {\n                    \"start_time\": 1773090000000,\n                    \"end_time\": 1773091800000,\n                    \"users\": [\n                        1\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"5abdb1ba-13ca-43b8-9ea5-aa01f4a06c92","name":"Round Robin Pool - Successful Response Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"triggerNode\": \"New Webform Prospect\",\n    \"uid\": \"0a13abca-40e5-40b8-ad8e-a9d96141ce6c\",\n    \"prospect\": {\n        \"company\": \"LeanData\",\n        \"numemployees\": \"500\",\n        \"phone\": \"+1(669) 600-5676\",\n        \"ld_bookit_log_id\": \"0a13abca-40e5-40b8-ad8e-a9d96141ce6c\",\n        \"FirstName\": \"John\",\n        \"LastName\": \"Doe\",\n        \"email\": \"johndoe@test.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route-and-fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 20:19:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"55659"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3638f6c6-63b0-479a-9500-9496fdcc2191"},{"key":"x-amz-apigw-id","value":"KKZCTEpZSK4FTAA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-681a6edb-692cb884622523971abb6e2c;Parent=695d11eb7877cbe8;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"routing\": {\n        \"responseType\": \"calendar\",\n        \"calendarLink\": \"https://app.leandata.com/v2/schedule?link=2qU8Onqp4ryUDXcqErye5J4VuQ1Sp5QBceHRTo2bRdRBX4GVMF1uETtLMq57Dg/HyWr5om6Bctxe1fyL/U1fiq+nf/vJjYCdLST0R5nPNf6pv+ITVM3HbfEUib9PnonvpW1KqmhBM21pfkSIQhUa9JPJDW7OHetQuoZu2yBEQhsOBo6/j9N0fnK0pSPw2KbG7OkZC2UPkjX2xLM7zZez0leUBeAXTAF39c+2i157R58Pj0YCgeNk2S/Sp5Ob5+Pu2zW6YkTz4dBvZdCDBjIr2q2/z0x83fMnTbO75FDPAeLL+q9+qu5idnzDhO6PuBecr3KAfXYZOj1jmlcUvqH4CklcJBtgwUWqaZUn5Q9OWgzhzhtrozUV/qV06h/STQhrmWGppZdTgNg8WuysiITBeM6GFTFZ2qBqGsDaxmO9tAicL38AaMJTDcL8k9x1Cz6rrDI5TAOTWBOtwFO123NFQ1vdMdLu1W7o/pAzaw+6rLl4adnOHyp/tGmvsWIPDqjT/xMS042HPywTK9Tf4idqqStW4AqpCTy7zx3VQHh2QfkBitKkyyLhpLk/ACFC8V2g\",\n        \"token\": \"2qU8Onqp4ryUDXcqErye5J4VuQ1Sp5QBceHRTo2bRdRBX4GVMF1uETtLMq57Dg/HyWr5om6Bctxe1fyL/U1fiq+nf/vJjYCdLST0R5nPNf6pv+ITVM3HbfEUib9PnonvpW1KqmhBM21pfkSIQhUa9JPJDW7OHetQuoZu2yBEQhsOBo6/j9N0fnK0pSPw2KbG7OkZC2UPkjX2xLM7zZez0leUBeAXTAF39c+2i157R58Pj0YCgeNk2S/Sp5Ob5+Pu2zW6YkTz4dBvZdCDBjIr2q2/z0x83fMnTbO75FDPAeLL+q9+qu5idnzDhO6PuBecr3KAfXYZOj1jmlcUvqH4CklcJBtgwUWqaZUn5Q9OWgzhzhtrozUV/qV06h/STQhrmWGppZdTgNg8WuysiITBeM6GFTFZ2qBqGsDaxmO9tAicL38AaMJTDcL8k9x1Cz6rrDI5TAOTWBOtwFO123NFQ1vdMdLu1W7o/pAzaw+6rLl4adnOHyp/tGmvsWIPDqjT/xMS042HPywTK9Tf4idqqStW4AqpCTy7zx3VQHh2QfkBitKkyyLhpLk/ACFC8V2g\"\n    },\n    \"scheduling\": {\n        \"meeting\": {\n            \"name\": \"API Demo Request\",\n            \"duration\": {\n                \"unit\": \"min\",\n                \"value\": 15\n            },\n            \"formFields\": [\n                {\n                    \"name\": \"First Name\",\n                    \"type\": \"text\",\n                    \"readOnly\": true,\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Last Name\",\n                    \"type\": \"text\",\n                    \"readOnly\": true,\n                    \"required\": true\n                },\n                {\n                    \"name\": \"Email\",\n                    \"type\": \"text\",\n                    \"readOnly\": true,\n                    \"required\": true,\n                    \"validation\": \"email\"\n                },\n                {\n                    \"name\": \"\",\n                    \"type\": \"text\",\n                    \"required\": false\n                },\n                {\n                    \"name\": \"\",\n                    \"type\": \"text\",\n                    \"required\": false\n                },\n                {\n                    \"name\": \"Additional Guest Emails\",\n                    \"type\": \"textarea\",\n                    \"required\": false,\n                    \"validation\": \"email\"\n                }\n            ],\n            \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n            \"pageStyle\": {\n                \"styleColor\": \"#2DB670\"\n            },\n            \"logo\": \"\"\n        },\n        \"pageInfo\": {\n            \"displayAllPoolAvailability\": true,\n            \"round robin pool id\": \"a0jKa000009oGa2IAE\",\n            \"prefillFields\": {\n                \"Email\": \"test@test.com\",\n                \"Last Name\": \"pool\",\n                \"First Name\": \"Test\"\n            }\n        },\n        \"userIdToInfoMap\": {\n            \"0058c00000CssZGAAZ\": {\n                \"FirstName\": \"Adele\",\n                \"LastName\": \"Vance\",\n                \"Email\": \"AdeleV@testdomain.com\",\n                \"TimeZoneSidKey\": \"America/Los_Angeles\"\n            },\n            \"0058c00000CtXJhAAN\": {\n                \"FirstName\": \"Diego\",\n                \"LastName\": \"Siciliani\",\n                \"Email\": \"DiegoS@testdomain.com\",\n                \"TimeZoneSidKey\": \"America/Los_Angeles\",\n                \"ConferenceLink\": \"https://www.diegoconferencelink.com\"\n            },\n            \"0058c00000AukyPAAR\": {\n                \"FirstName\": \"Person2\",\n                \"LastName\": \"Person2\",\n                \"Email\": \"person2@testdomain.com\",\n                \"TimeZoneSidKey\": \"America/Los_Angeles\",\n                \"ConferenceLink\": \"https://www.p2conferencelink.com\"\n            },\n            \"0058c00000CtXKaAAN\": {\n                \"FirstName\": \"Isaiah\",\n                \"LastName\": \"Langer\",\n                \"Email\": \"IsaiahL@testdomain.com\",\n                \"TimeZoneSidKey\": \"America/Los_Angeles\",\n                \"ConferenceLink\": \"https://www.isaiahconferencelink.com\"\n            },\n            \"0058c00000CssZLAAZ\": {\n                \"FirstName\": \"Alex\",\n                \"LastName\": \"Wilber\",\n                \"Email\": \"AlexW@testdomain.com\",\n                \"TimeZoneSidKey\": \"America/Los_Angeles\",\n                \"ConferenceLink\": \"https://www.alexconferencelinks.com\"\n            },\n            \"0058c00000AukxgAAB\": {\n                \"FirstName\": \"Person1\",\n                \"LastName\": \"Person1\",\n                \"Email\": \"person1@testdomain.com\",\n                \"TimeZoneSidKey\": \"America/Los_Angeles\",\n                \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n            }\n        },\n        \"availability\": {\n            \"indexToUserIdMap\": {\n                \"1\": \"0058c00000CssZGAAZ\",\n                \"2\": \"0058c00000CtXJhAAN\",\n                \"3\": \"0058c00000AukyPAAR\",\n                \"4\": \"0058c00000CtXKaAAN\",\n                \"5\": \"0058c00000AukxgAAB\",\n                \"6\": \"0058c00000CssZLAAZ\"\n            },\n            \"timeSlots\": [\n                {\n                    \"start_time\": 1746563400000,\n                    \"end_time\": 1746564300000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746564300000,\n                    \"end_time\": 1746565200000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746565200000,\n                    \"end_time\": 1746566100000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746566100000,\n                    \"end_time\": 1746567000000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746567000000,\n                    \"end_time\": 1746567900000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746567900000,\n                    \"end_time\": 1746568800000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746568800000,\n                    \"end_time\": 1746569700000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746569700000,\n                    \"end_time\": 1746570600000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746570600000,\n                    \"end_time\": 1746571500000,\n                    \"users\": [\n                        1,\n                        2,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746571500000,\n                    \"end_time\": 1746572400000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746572400000,\n                    \"end_time\": 1746573300000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746573300000,\n                    \"end_time\": 1746574200000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746574200000,\n                    \"end_time\": 1746575100000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746575100000,\n                    \"end_time\": 1746576000000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746576000000,\n                    \"end_time\": 1746576900000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746576900000,\n                    \"end_time\": 1746577800000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746577800000,\n                    \"end_time\": 1746578700000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746578700000,\n                    \"end_time\": 1746579600000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746579600000,\n                    \"end_time\": 1746580500000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746580500000,\n                    \"end_time\": 1746581400000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746581400000,\n                    \"end_time\": 1746582300000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746582300000,\n                    \"end_time\": 1746583200000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746583200000,\n                    \"end_time\": 1746584100000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746584100000,\n                    \"end_time\": 1746585000000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746585000000,\n                    \"end_time\": 1746585900000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746585900000,\n                    \"end_time\": 1746586800000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746633600000,\n                    \"end_time\": 1746634500000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746634500000,\n                    \"end_time\": 1746635400000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746635400000,\n                    \"end_time\": 1746636300000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        5\n                    ]\n                },\n                {\n                    \"start_time\": 1746636300000,\n                    \"end_time\": 1746637200000,\n                    \"users\": [\n                        1,\n                        2,\n                        3,\n                        4,\n                        6\n                    ]\n                }\n            ]\n        }\n    }\n}"},{"id":"09c88c7b-68b7-44e7-8e00-a0556e588e83","name":"Redirect Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"triggerNode\": \"Demo Request\",\n  \"uid\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\",\n  \"prospect\": { \n    \"state\": \"California\",\n    \"phone_number\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"last_name\": \"Test\",\n    \"first_name\": \"Test\",\n    \"ld_bookit_log_id\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route-and-fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 20:28:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8e9fea06-d215-45d5-86c3-3a3a4a568476"},{"key":"x-amz-apigw-id","value":"J9Oh8GgbSK4FqZw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68152ad8-25deb458112e826e230ff075;Parent=4483af8fba5cecbd;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"routing\": {\n        \"responseType\": \"redirect\",\n        \"redirect\": \"https://www.leandata.com\"\n    },\n    \"scheduling\": null\n}"},{"id":"165d4a54-92d7-4304-98dc-9e632bdafee1","name":"End Of Flow Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"triggerNode\": \"Demo Request\",\n  \"uid\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\",\n  \"prospect\": {\n    \"state\": \"California\",\n    \"phone_number\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"last_name\": \"Test\",\n    \"first_name\": \"Test\",\n    \"ld_bookit_log_id\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route-and-fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 20:30:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1cfc9ba5-65b6-4a5a-bb49-ca7073a5e0b1"},{"key":"x-amz-apigw-id","value":"J9O63GMmyK4FQpQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68152b78-6a5dcad26fec3af65cd65b2a;Parent=3f4021340215028f;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"routing\": {\n        \"responseType\": \"none\"\n    },\n    \"scheduling\": null\n}"},{"id":"1ef89974-7811-47c3-814d-eb0baf1886c7","name":"Invalid Trigger Node","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"triggerNode\": \"Not a valid trigger node\",\n    \"uid\": \"62b56a7d-f1a8-4fb7-a993-ec03e82f1ab7\",\n    \"prospect\": {\n        \"company\": \"LeanData\",\n        \"numemployees\": \"500\",\n        \"phone\": \"+1(669) 600-5676\",\n        \"ld_bookit_log_id\": \"28774936-b618-440c-adcb-da13814b134c\",\n        \"FirstName\": \"John\",\n        \"LastName\": \"Doe\",\n        \"email\": \"johndoe@test.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route-and-fetch-availability"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 19:58:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"694120a2-7ecd-4c17-bd88-63a5e90d2d8f"},{"key":"x-amz-apigw-id","value":"ZQCk-G7nyK4FlmQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb152-5d94175a0d17600e2d00822d;Parent=0632cdfe3600c635;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid Node name provided\"\n}"},{"id":"6220b24f-19ff-4b39-93d9-8643f7127891","name":"Missing Required Inputs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"triggerNode\": \"Demo Request\",\n    \"prospect\": {\n        \"company\": \"LeanData\",\n        \"numemployees\": \"500\",\n        \"phone\": \"+1(669) 600-5676\",\n        \"ld_bookit_log_id\": \"9a61a1bf-22cb-4d1c-a303-7a7dc04d587a\",\n        \"FirstName\": \"John\",\n        \"LastName\": \"Doe\",\n        \"email\": \"johndoe@test.com\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/staging/v1/scheduling/route-and-fetch-availability"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 19:58:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"61"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"ba50a685-9d1f-48cc-8f73-cc2b62ac050f"},{"key":"x-amz-apigw-id","value":"ZQCsLGAfSK4FV2A="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb180-2763f4250f6208663f4c4875;Parent=39277dc198b37252;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: Missing required input: uid\"\n}"},{"id":"1c793766-02cf-486c-990b-3b99cf6cda03","name":"Unauthorized User's Calendar Response Copy","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"triggerNode\": \"Demo Request\",\n    \"uid\": \"131988a2-1693-4038-a8c8-a8e9e9c72041\",\n    \"prospect\": {\n        \"company\": \"LeanData\",\n        \"numemployees\": \"500\",\n        \"phone\": \"+1(669) 600-5676\",\n        \"ld_bookit_log_id\": \"43e93534-0f88-4f92-a64e-764545a4d19a\",\n        \"FirstName\": \"John\",\n        \"LastName\": \"Doe\",\n        \"email\": \"johndoe@test.com\"\n    }\n}"},"url":"https://api.leandata.com/v1/scheduling/route-and-fetch-availability"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 20:40:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0409e66d-aae4-415a-ad03-76d81f059238"},{"key":"x-amz-apigw-id","value":"J9QZsEnDSK4FuMQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68152dd7-145134ff72df35e905605fe4;Parent=76cefc80edbc87ac;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Please check the following users have the correct product access and their calendar tokens are valid: 005Kd0000056DucIAE\"\n}"}],"_postman_id":"23bda3c0-d0f0-488a-92c2-1d7850091548"},{"name":"v1/scheduling/fetch-availability","id":"ef60a4b3-d6bd-46fa-a439-d23cf94e9916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"/31AvS7OmROG0U3f1iR1cg/ouvG3T57T0674o0FfVNEDe1oTP0eMWylkgnOmZ7erwPy5Llz+7tYkxuJbyff9PUYdVgKrPk8hkkWlyj6vqa1/Hi3b/ISC9VT2CbG0/vShqEBzU+4MuQv5+0+xCMdnR6i3MK4uwlMK9p7lST6y1FZydHE+VsFj9eZPOxWTKB0lZ5IbFZNJbuvAiA+EJKCPdXw24Z1myG/371ckdjrgwDhFYjGdfXqRRbOQbnyWmXqgjKndHhcwuM4Zn0Qq45+BUnnjKZjyG32qEJaJWLlGQozGQQukcUqupMCzSIyuUgrqpWqFALGbwjf+sYWarqrw/+zKf2n9Jt14/anXkxw1mDWjTVAfnX3PH+XJwIbb/A6mWHe1AjTBtol1M+/6qCWZQwSLrBOiQuO7ySw+Y+F+Y1cfceorE1S6NajM/i7483q5RyMJFsugpiX//KCwBPUIBcP0zola1Uk2KgKc7K03Cq787j5Rlf9yBLs8Z5o2BgT1bY/DqUrTmgOpbIbExnZRX+vltzDQEmIqxsB1kAoC9BbXlWyRsgefyL2Z7nKPeKDxu0FCPO69vMt9AIcmK4TOZQ==\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability","description":"<p>Use this endpoint to:</p>\n<ul>\n<li><p><strong>refresh times after routing</strong>, using the <code>token</code> returned by <code>v1/scheduling/route-and-fetch-availability</code> to refetch availability without re-running routing</p>\n</li>\n<li><p>fetch availability for <strong>single-meeting-type BookIt Links only</strong> by passing the <code>linkId</code></p>\n<ul>\n<li>⚠️ Multi-Meeting Type Links, Routing Links, Dynamic Links, and BookIt Invites/Embedded Meeting Invites Links <strong>are not supported</strong> by this endpoint.</li>\n</ul>\n</li>\n<li><p><strong>reschedule flow:</strong> pass <code>meetingId</code> to fetch availability for rescheduling an existing meeting</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<p>❗️ <strong>Important:</strong> The request body must include <strong>exactly one</strong> of the following parameters:</p>\n<ul>\n<li><p><code>token</code> — A <strong>string</strong> value returned by the <code>/v1/scheduling/route-and-fetch-availability</code> endpoint.</p>\n<ul>\n<li><p>Use this parameter to <strong>refresh availability after routing</strong> <em><strong>and</strong></em> <strong>before a meeting has been booked.</strong> This token represents the previously computed routing + scheduling context.</p>\n</li>\n<li><p>⚠️ The <code>token</code> is valid <strong>only until a meeting is successfully booked</strong> for that routed outcome.</p>\n<ul>\n<li><p>If a meeting has already been created, the token can no longer be used.</p>\n</li>\n<li><p>For rescheduling a booked meeting, use <code>meetingId</code> instead.</p>\n</li>\n</ul>\n</li>\n<li><p>When <code>token</code> is provided, <code>linkId</code> and <code>meetingId</code> must not be included.</p>\n</li>\n</ul>\n</li>\n<li><p><code>linkId</code> — A <strong>string</strong> that represents the ID of a <strong>single-meeting-type BookIt Link</strong>.</p>\n<ul>\n<li><p>Use this parameter to fetch availability for standalone BookIt Links.</p>\n<ul>\n<li>⚠️ Multi-Meeting Type Links, Routing Links, Dynamic Links, and BookIt Invites/Embedded Meeting Invites are <strong>not supported</strong> by this endpoint.</li>\n</ul>\n</li>\n<li><p>This value is derived from the BookIt Link URL and corresponds to the path segment immediately following <code>/l/</code>. For example, given the BookIt Link <code>https://leandata.my.leandata.com/l/Lw5mjKK</code>, the linkId is <code>Lw5mjKK</code>.</p>\n</li>\n<li><p>When <code>linkId</code> is provided, <code>token</code> and <code>meetingId</code> must not be included.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meetingId</code> — A <strong>string</strong> that represents the ID of an existing scheduled meeting.</p>\n<ul>\n<li><p>Use this parameter to fetch updated availability <strong>after a meeting has already been booked</strong>, for use in a reschedule flow.</p>\n</li>\n<li><p>This returns updated availability for the meeting’s associated meeting type and host(s).</p>\n</li>\n<li><p>When <code>meetingId</code> is provided, <code>token</code> and <code>linkId</code> must not be included.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<p>The response structure varies depending on whether the request used <code>token</code>, <code>linkId</code>, or <code>meetingId</code>.</p>\n<h3 id=\"top-level-properties\">Top-Level Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n<th>When Returned</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>calendarEvent</code></td>\n<td>object</td>\n<td>Details of the existing scheduled event (id, title, scheduledTime, attendees, status, organizer).</td>\n<td><strong>Reschedule flow only</strong> (<code>meetingId</code>)</td>\n</tr>\n<tr>\n<td><code>meeting</code></td>\n<td>object</td>\n<td>Meeting metadata (name, duration, required form fields, styling, etc.).</td>\n<td>All flows</td>\n</tr>\n<tr>\n<td><code>pageInfo</code></td>\n<td>object</td>\n<td>Page-level metadata including hosts and booking behavior flags.</td>\n<td>All flows</td>\n</tr>\n<tr>\n<td><code>userIdToInfoMap</code></td>\n<td>object</td>\n<td>Map of user ID → user scheduling metadata (name, email, timezone, phone, conference link).</td>\n<td>All flows</td>\n</tr>\n<tr>\n<td><code>availability</code></td>\n<td>object</td>\n<td>Available time slots and host index mapping.</td>\n<td>All flows</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"pageinfo-properties\"><code>pageInfo</code> Properties</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>displayAllPoolAvailability</code></td>\n<td>boolean or <code>null</code></td>\n<td>⚠️ Always check <code>displayAllPoolAvailability</code> before booking.  <br />If <code>true</code>, use <strong>POST</strong> <code>/v1/round-robin-meeting</code> booking endpoint.  <br />If <code>false</code>, use <strong>POST</strong> <code>/v1/meeting</code> booking endpoint</td>\n</tr>\n<tr>\n<td><code>userIds</code></td>\n<td>string[]</td>\n<td>Represents <strong>defined hosts</strong> for the meeting. If <code>userIds</code> is empty, this indicates a pooled availability where the host has not been selected. In this case, the selected time slot determines the host assignment.</td>\n</tr>\n<tr>\n<td><code>nonSFDCUserIds</code></td>\n<td>string[]</td>\n<td>IDs for non-SFDC users included in scheduling (group links only).</td>\n</tr>\n<tr>\n<td><code>prefillFields</code></td>\n<td>object</td>\n<td>Prospect values used to pre-populate the booking form (First Name, Email, etc.).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"meeting-object\"><code>meeting</code> Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>string</td>\n<td>Display name of the meeting type.</td>\n</tr>\n<tr>\n<td><code>duration</code></td>\n<td>object</td>\n<td>Duration metadata (<code>unit</code>, <code>value</code>).</td>\n</tr>\n<tr>\n<td><code>formFields</code></td>\n<td>object[]</td>\n<td>Fields required to book the meeting.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>string</td>\n<td>Meeting description shown to the prospect.</td>\n</tr>\n<tr>\n<td><code>redirectURL</code></td>\n<td>string</td>\n<td>Post-booking redirect URL (may be empty).</td>\n</tr>\n<tr>\n<td><code>internalName</code></td>\n<td>string</td>\n<td>Internal meeting type identifier.</td>\n</tr>\n<tr>\n<td><code>pageStyle</code></td>\n<td>object</td>\n<td>Styling metadata (e.g., <code>styleColor</code>).</td>\n</tr>\n<tr>\n<td><code>logo</code></td>\n<td>string</td>\n<td>URL or base64 logo string</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"availability-object\"><code>availability</code> Object</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>indexToUserIdMap</code></td>\n<td>object</td>\n<td>Maps numeric index → user ID.</td>\n</tr>\n<tr>\n<td><code>timeSlots</code></td>\n<td>object[]</td>\n<td>List of available time windows.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"timeslots-structure\"><code>timeSlots</code> Structure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>start_time</code></td>\n<td>number</td>\n<td>Start time (Unix timestamp in milliseconds).</td>\n</tr>\n<tr>\n<td><code>end_time</code></td>\n<td>number</td>\n<td>End time (Unix timestamp in milliseconds).</td>\n</tr>\n<tr>\n<td><code>users</code></td>\n<td>number[]</td>\n<td>Array of indices referencing <code>indexToUserIdMap</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","scheduling","fetch-availability"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"13dba54c-064b-4917-a912-b73eb98e611a","name":"Refresh Times - Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"/31AvS7OmROG0U3f1iR1cg/ouvG3T57T0674o0FfVNEDe1oTP0eMWylkgnOmZ7erwPy5Llz+7tYkxuJbyff9PUYdVgKrPk8hkkWlyj6vqa1/Hi3b/ISC9VT2CbG0/vShqEBzU+4MuQv5+0+xCMdnR6i3MK4uwlMK9p7lST6y1FZydHE+VsFj9eZPOxWTKB0lZ5IbFZNJbuvAiA+EJKCPdXw24Z1myG/371ckdjrgwDhFYjGdfXqRRbOQbnyWmXqgjKndHhcwuM4Zn0Qq45+BUnnjKZjyG32qEJaJWLlGQozGQQukcUqupMCzSIyuUgrqpWqFALGbwjf+sYWarqrw/+zKf2n9Jt14/anXkxw1mDWjTVAfnX3PH+XJwIbb/A6mWHe1AjTBtol1M+/6qCWZQwSLrBOiQuO7ySw+Y+F+Y1cfceorE1S6NajM/i7483q5RyMJFsugpiX//KCwBPUIBcP0zola1Uk2KgKc7K03Cq787j5Rlf9yBLs8Z5o2BgT1bY/DqUrTmgOpbIbExnZRX+vltzDQEmIqxsB1kAoC9BbXlWyRsgefyL2Z7nKPeKDxu0FCPO69vMt9AIcmK4TOZQ==\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:07:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19269"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"181e53c5-e523-48f0-8b6f-8dd852e2e4ce"},{"key":"x-amz-apigw-id","value":"ZQD_OFR2SK4Fh2g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb394-74c1644a04b880051ced4e30;Parent=0d23f758490dc058;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meeting\": {\n        \"name\": \"Demo Request\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 30\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"What is your company size?\",\n                \"type\": \"text\",\n                \"required\": false\n            },\n            {\n                \"name\": \"What product are you interested in?\",\n                \"type\": \"text\",\n                \"required\": false\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"required\": false\n            }\n        ],\n        \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n        \"pageStyle\": {\n            \"styleColor\": \"#0b7a2a\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"prefillFields\": {\n            \"Phone Number\": \"+1 (669) 600-5676\",\n            \"Email\": \"test@test.com\",\n            \"Last Name\": \"explicit\",\n            \"First Name\": \"Test\"\n        },\n        \"userIds\": [\n            \"005Hu00000QJwJ5IAL\"\n        ],\n        \"displayAllPoolAvailability\": null\n    },\n    \"userIdToInfoMap\": {\n        \"005Hu00000QJwJ5IAL\": {\n            \"FirstName\": \"Person1\",\n            \"LastName\": \"Person1\",\n            \"Email\": \"person1@test.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n        }\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"005Hu00000QJwJ5IAL\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1771885800000,\n                \"end_time\": 1771887600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771887600000,\n                \"end_time\": 1771889400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771889400000,\n                \"end_time\": 1771891200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771891200000,\n                \"end_time\": 1771893000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771893000000,\n                \"end_time\": 1771894800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771920000000,\n                \"end_time\": 1771921800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771921800000,\n                \"end_time\": 1771923600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771923600000,\n                \"end_time\": 1771925400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771925400000,\n                \"end_time\": 1771927200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771927200000,\n                \"end_time\": 1771929000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771929000000,\n                \"end_time\": 1771930800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771930800000,\n                \"end_time\": 1771932600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771932600000,\n                \"end_time\": 1771934400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771934400000,\n                \"end_time\": 1771936200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771936200000,\n                \"end_time\": 1771938000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771938000000,\n                \"end_time\": 1771939800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771939800000,\n                \"end_time\": 1771941600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771941600000,\n                \"end_time\": 1771943400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771943400000,\n                \"end_time\": 1771945200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771945200000,\n                \"end_time\": 1771947000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771947000000,\n                \"end_time\": 1771948800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771948800000,\n                \"end_time\": 1771950600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771950600000,\n                \"end_time\": 1771952400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771952400000,\n                \"end_time\": 1771954200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771954200000,\n                \"end_time\": 1771956000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771956000000,\n                \"end_time\": 1771957800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771957800000,\n                \"end_time\": 1771959600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771959600000,\n                \"end_time\": 1771961400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771961400000,\n                \"end_time\": 1771963200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771963200000,\n                \"end_time\": 1771965000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771965000000,\n                \"end_time\": 1771966800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771966800000,\n                \"end_time\": 1771968600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771968600000,\n                \"end_time\": 1771970400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771970400000,\n                \"end_time\": 1771972200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771972200000,\n                \"end_time\": 1771974000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771974000000,\n                \"end_time\": 1771975800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771975800000,\n                \"end_time\": 1771977600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771977600000,\n                \"end_time\": 1771979400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771979400000,\n                \"end_time\": 1771981200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771981200000,\n                \"end_time\": 1771983000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771983000000,\n                \"end_time\": 1771984800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771984800000,\n                \"end_time\": 1771986600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771986600000,\n                \"end_time\": 1771988400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771988400000,\n                \"end_time\": 1771990200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771990200000,\n                \"end_time\": 1771992000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771992000000,\n                \"end_time\": 1771993800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771993800000,\n                \"end_time\": 1771995600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771995600000,\n                \"end_time\": 1771997400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771997400000,\n                \"end_time\": 1771999200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771999200000,\n                \"end_time\": 1772001000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772001000000,\n                \"end_time\": 1772002800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772002800000,\n                \"end_time\": 1772004600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772006400000,\n                \"end_time\": 1772008200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772008200000,\n                \"end_time\": 1772010000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772010000000,\n                \"end_time\": 1772011800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772011800000,\n                \"end_time\": 1772013600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772013600000,\n                \"end_time\": 1772015400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772015400000,\n                \"end_time\": 1772017200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772017200000,\n                \"end_time\": 1772019000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772019000000,\n                \"end_time\": 1772020800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772020800000,\n                \"end_time\": 1772022600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772022600000,\n                \"end_time\": 1772024400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772024400000,\n                \"end_time\": 1772026200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772026200000,\n                \"end_time\": 1772028000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772028000000,\n                \"end_time\": 1772029800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772029800000,\n                \"end_time\": 1772031600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772031600000,\n                \"end_time\": 1772033400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772033400000,\n                \"end_time\": 1772035200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772035200000,\n                \"end_time\": 1772037000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772037000000,\n                \"end_time\": 1772038800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772038800000,\n                \"end_time\": 1772040600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772040600000,\n                \"end_time\": 1772042400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772042400000,\n                \"end_time\": 1772044200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772044200000,\n                \"end_time\": 1772046000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772046000000,\n                \"end_time\": 1772047800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772047800000,\n                \"end_time\": 1772049600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772049600000,\n                \"end_time\": 1772051400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772051400000,\n                \"end_time\": 1772053200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772053200000,\n                \"end_time\": 1772055000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772055000000,\n                \"end_time\": 1772056800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772056800000,\n                \"end_time\": 1772058600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772058600000,\n                \"end_time\": 1772060400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772060400000,\n                \"end_time\": 1772062200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772062200000,\n                \"end_time\": 1772064000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772064000000,\n                \"end_time\": 1772065800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772065800000,\n                \"end_time\": 1772067600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772067600000,\n                \"end_time\": 1772069400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772069400000,\n                \"end_time\": 1772071200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772071200000,\n                \"end_time\": 1772073000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772073000000,\n                \"end_time\": 1772074800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772074800000,\n                \"end_time\": 1772076600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772076600000,\n                \"end_time\": 1772078400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772078400000,\n                \"end_time\": 1772080200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772080200000,\n                \"end_time\": 1772082000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772082000000,\n                \"end_time\": 1772083800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772083800000,\n                \"end_time\": 1772085600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772085600000,\n                \"end_time\": 1772087400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772087400000,\n                \"end_time\": 1772089200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772089200000,\n                \"end_time\": 1772091000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772125200000,\n                \"end_time\": 1772127000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772127000000,\n                \"end_time\": 1772128800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772128800000,\n                \"end_time\": 1772130600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772130600000,\n                \"end_time\": 1772132400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772132400000,\n                \"end_time\": 1772134200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772134200000,\n                \"end_time\": 1772136000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772136000000,\n                \"end_time\": 1772137800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772137800000,\n                \"end_time\": 1772139600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772139600000,\n                \"end_time\": 1772141400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772141400000,\n                \"end_time\": 1772143200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772143200000,\n                \"end_time\": 1772145000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772145000000,\n                \"end_time\": 1772146800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772146800000,\n                \"end_time\": 1772148600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772148600000,\n                \"end_time\": 1772150400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772150400000,\n                \"end_time\": 1772152200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772152200000,\n                \"end_time\": 1772154000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772211600000,\n                \"end_time\": 1772213400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772213400000,\n                \"end_time\": 1772215200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772215200000,\n                \"end_time\": 1772217000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772217000000,\n                \"end_time\": 1772218800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772218800000,\n                \"end_time\": 1772220600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772220600000,\n                \"end_time\": 1772222400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772222400000,\n                \"end_time\": 1772224200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772224200000,\n                \"end_time\": 1772226000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772226000000,\n                \"end_time\": 1772227800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772227800000,\n                \"end_time\": 1772229600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772229600000,\n                \"end_time\": 1772231400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772231400000,\n                \"end_time\": 1772233200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772233200000,\n                \"end_time\": 1772235000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772235000000,\n                \"end_time\": 1772236800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772236800000,\n                \"end_time\": 1772238600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772238600000,\n                \"end_time\": 1772240400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772470800000,\n                \"end_time\": 1772472600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772472600000,\n                \"end_time\": 1772474400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772474400000,\n                \"end_time\": 1772476200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772476200000,\n                \"end_time\": 1772478000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772478000000,\n                \"end_time\": 1772479800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772479800000,\n                \"end_time\": 1772481600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772481600000,\n                \"end_time\": 1772483400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772483400000,\n                \"end_time\": 1772485200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772485200000,\n                \"end_time\": 1772487000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772487000000,\n                \"end_time\": 1772488800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772488800000,\n                \"end_time\": 1772490600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772490600000,\n                \"end_time\": 1772492400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772492400000,\n                \"end_time\": 1772494200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772494200000,\n                \"end_time\": 1772496000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772496000000,\n                \"end_time\": 1772497800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772497800000,\n                \"end_time\": 1772499600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772524800000,\n                \"end_time\": 1772526600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772526600000,\n                \"end_time\": 1772528400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772528400000,\n                \"end_time\": 1772530200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772530200000,\n                \"end_time\": 1772532000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772532000000,\n                \"end_time\": 1772533800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772533800000,\n                \"end_time\": 1772535600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772535600000,\n                \"end_time\": 1772537400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772537400000,\n                \"end_time\": 1772539200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772539200000,\n                \"end_time\": 1772541000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772541000000,\n                \"end_time\": 1772542800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772542800000,\n                \"end_time\": 1772544600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772544600000,\n                \"end_time\": 1772546400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772546400000,\n                \"end_time\": 1772548200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772548200000,\n                \"end_time\": 1772550000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772550000000,\n                \"end_time\": 1772551800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772551800000,\n                \"end_time\": 1772553600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772553600000,\n                \"end_time\": 1772555400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772555400000,\n                \"end_time\": 1772557200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772557200000,\n                \"end_time\": 1772559000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772559000000,\n                \"end_time\": 1772560800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772560800000,\n                \"end_time\": 1772562600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772562600000,\n                \"end_time\": 1772564400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772564400000,\n                \"end_time\": 1772566200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772566200000,\n                \"end_time\": 1772568000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772568000000,\n                \"end_time\": 1772569800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772569800000,\n                \"end_time\": 1772571600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772571600000,\n                \"end_time\": 1772573400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772573400000,\n                \"end_time\": 1772575200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772575200000,\n                \"end_time\": 1772577000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772577000000,\n                \"end_time\": 1772578800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772578800000,\n                \"end_time\": 1772580600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772580600000,\n                \"end_time\": 1772582400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772582400000,\n                \"end_time\": 1772584200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772584200000,\n                \"end_time\": 1772586000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772586000000,\n                \"end_time\": 1772587800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772587800000,\n                \"end_time\": 1772589600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772589600000,\n                \"end_time\": 1772591400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772591400000,\n                \"end_time\": 1772593200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772593200000,\n                \"end_time\": 1772595000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772595000000,\n                \"end_time\": 1772596800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772596800000,\n                \"end_time\": 1772598600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772598600000,\n                \"end_time\": 1772600400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772600400000,\n                \"end_time\": 1772602200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772602200000,\n                \"end_time\": 1772604000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772604000000,\n                \"end_time\": 1772605800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772605800000,\n                \"end_time\": 1772607600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772607600000,\n                \"end_time\": 1772609400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772611200000,\n                \"end_time\": 1772613000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772613000000,\n                \"end_time\": 1772614800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772614800000,\n                \"end_time\": 1772616600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772616600000,\n                \"end_time\": 1772618400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772618400000,\n                \"end_time\": 1772620200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772620200000,\n                \"end_time\": 1772622000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772622000000,\n                \"end_time\": 1772623800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772623800000,\n                \"end_time\": 1772625600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772625600000,\n                \"end_time\": 1772627400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772627400000,\n                \"end_time\": 1772629200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772629200000,\n                \"end_time\": 1772631000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772631000000,\n                \"end_time\": 1772632800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772632800000,\n                \"end_time\": 1772634600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772634600000,\n                \"end_time\": 1772636400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772636400000,\n                \"end_time\": 1772638200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772638200000,\n                \"end_time\": 1772640000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772640000000,\n                \"end_time\": 1772641800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772641800000,\n                \"end_time\": 1772643600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772643600000,\n                \"end_time\": 1772645400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772645400000,\n                \"end_time\": 1772647200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772647200000,\n                \"end_time\": 1772649000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772649000000,\n                \"end_time\": 1772650800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772650800000,\n                \"end_time\": 1772652600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772652600000,\n                \"end_time\": 1772654400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772654400000,\n                \"end_time\": 1772656200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772656200000,\n                \"end_time\": 1772658000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772658000000,\n                \"end_time\": 1772659800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772659800000,\n                \"end_time\": 1772661600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772661600000,\n                \"end_time\": 1772663400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772663400000,\n                \"end_time\": 1772665200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772665200000,\n                \"end_time\": 1772667000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772667000000,\n                \"end_time\": 1772668800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772668800000,\n                \"end_time\": 1772670600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772670600000,\n                \"end_time\": 1772672400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772672400000,\n                \"end_time\": 1772674200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772674200000,\n                \"end_time\": 1772676000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772676000000,\n                \"end_time\": 1772677800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772677800000,\n                \"end_time\": 1772679600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772679600000,\n                \"end_time\": 1772681400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772681400000,\n                \"end_time\": 1772683200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772683200000,\n                \"end_time\": 1772685000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772685000000,\n                \"end_time\": 1772686800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772686800000,\n                \"end_time\": 1772688600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772688600000,\n                \"end_time\": 1772690400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772690400000,\n                \"end_time\": 1772692200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772692200000,\n                \"end_time\": 1772694000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772694000000,\n                \"end_time\": 1772695800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772730000000,\n                \"end_time\": 1772731800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772731800000,\n                \"end_time\": 1772733600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772733600000,\n                \"end_time\": 1772735400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772735400000,\n                \"end_time\": 1772737200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772737200000,\n                \"end_time\": 1772739000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772739000000,\n                \"end_time\": 1772740800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772740800000,\n                \"end_time\": 1772742600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772742600000,\n                \"end_time\": 1772744400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772744400000,\n                \"end_time\": 1772746200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772746200000,\n                \"end_time\": 1772748000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772748000000,\n                \"end_time\": 1772749800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772749800000,\n                \"end_time\": 1772751600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772751600000,\n                \"end_time\": 1772753400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772753400000,\n                \"end_time\": 1772755200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772755200000,\n                \"end_time\": 1772757000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772757000000,\n                \"end_time\": 1772758800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772816400000,\n                \"end_time\": 1772818200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772818200000,\n                \"end_time\": 1772820000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772820000000,\n                \"end_time\": 1772821800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772821800000,\n                \"end_time\": 1772823600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772823600000,\n                \"end_time\": 1772825400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772825400000,\n                \"end_time\": 1772827200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772827200000,\n                \"end_time\": 1772829000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772829000000,\n                \"end_time\": 1772830800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772830800000,\n                \"end_time\": 1772832600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772832600000,\n                \"end_time\": 1772834400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772834400000,\n                \"end_time\": 1772836200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772836200000,\n                \"end_time\": 1772838000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772838000000,\n                \"end_time\": 1772839800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772839800000,\n                \"end_time\": 1772841600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772841600000,\n                \"end_time\": 1772843400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772843400000,\n                \"end_time\": 1772845200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773072000000,\n                \"end_time\": 1773073800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773073800000,\n                \"end_time\": 1773075600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773075600000,\n                \"end_time\": 1773077400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773077400000,\n                \"end_time\": 1773079200000,\n                \"users\": [\n                    1\n                ]\n            }\n        ]\n    }\n}"},{"id":"658021b0-1ef0-4bf0-ad6d-ea69aa935e6e","name":"Single Host Link - Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"yfl8434\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:39:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10958"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"909eaec5-b792-4684-a294-b3f92dc80e3e"},{"key":"x-amz-apigw-id","value":"ZQIo0E2FSK4FpTQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cbb04-4673c42039f56e632349641b;Parent=018b5ba607e2aaf4;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meeting\": {\n        \"name\": \"BookIt Demo Request Link\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 30\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Company\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"required\": false\n            }\n        ],\n        \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n        \"redirectURL\": \"\",\n        \"internalName\": \"Demo Request for BookIt Links\",\n        \"pageStyle\": {\n            \"styleColor\": \"#2DB670\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"userIds\": [\n            \"005Hu00000T47g6IAB\"\n        ],\n        \"nonSFDCUserIds\": []\n    },\n    \"userIdToInfoMap\": {\n        \"005Hu00000T47g6IAB\": {\n           \"FirstName\": \"Person1\",\n           \"LastName\": \"Person1\",\n           \"Email\": \"person1@test.com\",\n           \"Phone\": \"+12012342344\",\n           \"TimeZoneSidKey\": \"America/Los_Angeles\",\n           \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n        }\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"005Hu00000T47g6IAB\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1771887600000,\n                \"end_time\": 1771889400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771889400000,\n                \"end_time\": 1771891200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771891200000,\n                \"end_time\": 1771893000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771893000000,\n                \"end_time\": 1771894800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771952400000,\n                \"end_time\": 1771954200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771954200000,\n                \"end_time\": 1771956000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771956000000,\n                \"end_time\": 1771957800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771957800000,\n                \"end_time\": 1771959600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771959600000,\n                \"end_time\": 1771961400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771961400000,\n                \"end_time\": 1771963200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771963200000,\n                \"end_time\": 1771965000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771965000000,\n                \"end_time\": 1771966800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771966800000,\n                \"end_time\": 1771968600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771968600000,\n                \"end_time\": 1771970400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771970400000,\n                \"end_time\": 1771972200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771972200000,\n                \"end_time\": 1771974000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771974000000,\n                \"end_time\": 1771975800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771975800000,\n                \"end_time\": 1771977600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771977600000,\n                \"end_time\": 1771979400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1771979400000,\n                \"end_time\": 1771981200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772038800000,\n                \"end_time\": 1772040600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772040600000,\n                \"end_time\": 1772042400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772042400000,\n                \"end_time\": 1772044200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772044200000,\n                \"end_time\": 1772046000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772046000000,\n                \"end_time\": 1772047800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772047800000,\n                \"end_time\": 1772049600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772049600000,\n                \"end_time\": 1772051400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772051400000,\n                \"end_time\": 1772053200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772053200000,\n                \"end_time\": 1772055000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772055000000,\n                \"end_time\": 1772056800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772056800000,\n                \"end_time\": 1772058600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772058600000,\n                \"end_time\": 1772060400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772060400000,\n                \"end_time\": 1772062200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772062200000,\n                \"end_time\": 1772064000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772064000000,\n                \"end_time\": 1772065800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772065800000,\n                \"end_time\": 1772067600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772125200000,\n                \"end_time\": 1772127000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772127000000,\n                \"end_time\": 1772128800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772128800000,\n                \"end_time\": 1772130600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772130600000,\n                \"end_time\": 1772132400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772132400000,\n                \"end_time\": 1772134200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772134200000,\n                \"end_time\": 1772136000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772136000000,\n                \"end_time\": 1772137800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772137800000,\n                \"end_time\": 1772139600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772139600000,\n                \"end_time\": 1772141400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772141400000,\n                \"end_time\": 1772143200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772143200000,\n                \"end_time\": 1772145000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772145000000,\n                \"end_time\": 1772146800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772146800000,\n                \"end_time\": 1772148600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772148600000,\n                \"end_time\": 1772150400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772150400000,\n                \"end_time\": 1772152200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772152200000,\n                \"end_time\": 1772154000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772211600000,\n                \"end_time\": 1772213400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772213400000,\n                \"end_time\": 1772215200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772215200000,\n                \"end_time\": 1772217000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772217000000,\n                \"end_time\": 1772218800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772218800000,\n                \"end_time\": 1772220600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772220600000,\n                \"end_time\": 1772222400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772222400000,\n                \"end_time\": 1772224200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772224200000,\n                \"end_time\": 1772226000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772226000000,\n                \"end_time\": 1772227800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772227800000,\n                \"end_time\": 1772229600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772229600000,\n                \"end_time\": 1772231400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772231400000,\n                \"end_time\": 1772233200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772233200000,\n                \"end_time\": 1772235000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772235000000,\n                \"end_time\": 1772236800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772236800000,\n                \"end_time\": 1772238600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772238600000,\n                \"end_time\": 1772240400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772470800000,\n                \"end_time\": 1772472600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772472600000,\n                \"end_time\": 1772474400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772474400000,\n                \"end_time\": 1772476200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772476200000,\n                \"end_time\": 1772478000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772478000000,\n                \"end_time\": 1772479800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772479800000,\n                \"end_time\": 1772481600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772481600000,\n                \"end_time\": 1772483400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772483400000,\n                \"end_time\": 1772485200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772485200000,\n                \"end_time\": 1772487000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772487000000,\n                \"end_time\": 1772488800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772488800000,\n                \"end_time\": 1772490600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772490600000,\n                \"end_time\": 1772492400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772492400000,\n                \"end_time\": 1772494200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772494200000,\n                \"end_time\": 1772496000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772496000000,\n                \"end_time\": 1772497800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772497800000,\n                \"end_time\": 1772499600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772557200000,\n                \"end_time\": 1772559000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772559000000,\n                \"end_time\": 1772560800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772560800000,\n                \"end_time\": 1772562600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772562600000,\n                \"end_time\": 1772564400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772564400000,\n                \"end_time\": 1772566200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772566200000,\n                \"end_time\": 1772568000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772568000000,\n                \"end_time\": 1772569800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772569800000,\n                \"end_time\": 1772571600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772571600000,\n                \"end_time\": 1772573400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772573400000,\n                \"end_time\": 1772575200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772575200000,\n                \"end_time\": 1772577000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772577000000,\n                \"end_time\": 1772578800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772578800000,\n                \"end_time\": 1772580600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772580600000,\n                \"end_time\": 1772582400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772582400000,\n                \"end_time\": 1772584200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772584200000,\n                \"end_time\": 1772586000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772643600000,\n                \"end_time\": 1772645400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772645400000,\n                \"end_time\": 1772647200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772647200000,\n                \"end_time\": 1772649000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772649000000,\n                \"end_time\": 1772650800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772650800000,\n                \"end_time\": 1772652600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772652600000,\n                \"end_time\": 1772654400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772654400000,\n                \"end_time\": 1772656200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772656200000,\n                \"end_time\": 1772658000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772658000000,\n                \"end_time\": 1772659800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772659800000,\n                \"end_time\": 1772661600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772661600000,\n                \"end_time\": 1772663400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772663400000,\n                \"end_time\": 1772665200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772665200000,\n                \"end_time\": 1772667000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772667000000,\n                \"end_time\": 1772668800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772668800000,\n                \"end_time\": 1772670600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772670600000,\n                \"end_time\": 1772672400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772730000000,\n                \"end_time\": 1772731800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772731800000,\n                \"end_time\": 1772733600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772733600000,\n                \"end_time\": 1772735400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772735400000,\n                \"end_time\": 1772737200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772737200000,\n                \"end_time\": 1772739000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772739000000,\n                \"end_time\": 1772740800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772740800000,\n                \"end_time\": 1772742600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772742600000,\n                \"end_time\": 1772744400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772744400000,\n                \"end_time\": 1772746200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772746200000,\n                \"end_time\": 1772748000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772748000000,\n                \"end_time\": 1772749800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772749800000,\n                \"end_time\": 1772751600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772751600000,\n                \"end_time\": 1772753400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772753400000,\n                \"end_time\": 1772755200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772755200000,\n                \"end_time\": 1772757000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772757000000,\n                \"end_time\": 1772758800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772816400000,\n                \"end_time\": 1772818200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772818200000,\n                \"end_time\": 1772820000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772820000000,\n                \"end_time\": 1772821800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772821800000,\n                \"end_time\": 1772823600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772823600000,\n                \"end_time\": 1772825400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772825400000,\n                \"end_time\": 1772827200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772827200000,\n                \"end_time\": 1772829000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772829000000,\n                \"end_time\": 1772830800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772830800000,\n                \"end_time\": 1772832600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772832600000,\n                \"end_time\": 1772834400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772834400000,\n                \"end_time\": 1772836200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772836200000,\n                \"end_time\": 1772838000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772838000000,\n                \"end_time\": 1772839800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772839800000,\n                \"end_time\": 1772841600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772841600000,\n                \"end_time\": 1772843400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772843400000,\n                \"end_time\": 1772845200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773072000000,\n                \"end_time\": 1773073800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773073800000,\n                \"end_time\": 1773075600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773075600000,\n                \"end_time\": 1773077400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773077400000,\n                \"end_time\": 1773079200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1773079200000,\n                \"end_time\": 1773081000000,\n                \"users\": [\n                    1\n                ]\n            }\n        ]\n    }\n}"},{"id":"350ce0b4-aa27-4aa2-9283-adb892a7bac4","name":"Pooled Link - Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"CRG2YZb\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:19:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2161"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d6d9ac1a-7060-4525-92bc-dc4dd596160e"},{"key":"x-amz-apigw-id","value":"ZQFuAGq_SK4FhBg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb659-755f64e87aa27d8432feb771;Parent=4d239da55f62f6c5;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meeting\": {\n        \"name\": \"Demo Request\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 30\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Company\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"required\": false\n            }\n        ],\n        \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n        \"redirectURL\": \"\",\n        \"internalName\": \"SDR Pool - Demo Request for BookIt Links\",\n        \"pageStyle\": {\n            \"styleColor\": \"#2DB670\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"userIds\": [],\n        \"nonSFDCUserIds\": [],\n        \"displayAllPoolAvailability\": true\n    },\n    \"userIdToInfoMap\": {\n        \"005Hu00000PnlPTIAZ\": {\n           \"FirstName\": \"Person1\",\n           \"LastName\": \"Person1\",\n           \"Email\": \"person1@test.com\",\n           \"Phone\": \"+12012342344\",\n           \"TimeZoneSidKey\": \"America/Los_Angeles\",\n           \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n        },\n        \"005Hu00000QJtjMIAT\": {\n           \"FirstName\": \"Person2\",\n           \"LastName\": \"Person2\",\n           \"Email\": \"person2@test.com\",\n           \"Phone\": \"+1212312342\",\n           \"TimeZoneSidKey\": \"America/Los_Angeles\",\n           \"ConferenceLink\": \"https://www.p2conferencelink.com\"\n        }\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"005Hu00000PnlPTIAZ\",\n            \"2\": \"005Hu00000QJtjMIAT\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1772298000000,\n                \"end_time\": 1772299800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772301600000,\n                \"end_time\": 1772303400000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772305200000,\n                \"end_time\": 1772307000000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772308800000,\n                \"end_time\": 1772310600000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772312400000,\n                \"end_time\": 1772314200000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772316000000,\n                \"end_time\": 1772317800000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772319600000,\n                \"end_time\": 1772321400000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772323200000,\n                \"end_time\": 1772325000000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772902800000,\n                \"end_time\": 1772904600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772906400000,\n                \"end_time\": 1772908200000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772910000000,\n                \"end_time\": 1772911800000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772913600000,\n                \"end_time\": 1772915400000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772917200000,\n                \"end_time\": 1772919000000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772920800000,\n                \"end_time\": 1772922600000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772924400000,\n                \"end_time\": 1772926200000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772928000000,\n                \"end_time\": 1772929800000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            }\n        ]\n    }\n}"},{"id":"7e9f40f1-05b6-40d0-a4ae-77e6a7206c62","name":"Group Link with Non SFDC Users - Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"PRG2hZb\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:19:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2161"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d6d9ac1a-7060-4525-92bc-dc4dd596160e"},{"key":"x-amz-apigw-id","value":"ZQFuAGq_SK4FhBg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb659-755f64e87aa27d8432feb771;Parent=4d239da55f62f6c5;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meeting\": {\n        \"name\": \"Demo Request\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 30\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Company\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"required\": false\n            }\n        ],\n        \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n        \"redirectURL\": \"\",\n        \"internalName\": \"SDR Pool - Demo Request for BookIt Links\",\n        \"pageStyle\": {\n            \"styleColor\": \"#2DB670\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"userIds\": [\"005Hu00000PnlPTIAZ\"],\n        \"nonSFDCUserIds\": [\"e2497586-72be-44ea-a46e-e41ec62c823c\"]\n    },\n    \"userIdToInfoMap\": {\n        \"005Hu00000PnlPTIAZ\": {\n           \"FirstName\": \"Person1\",\n           \"LastName\": \"Person1\",\n           \"Email\": \"person1@test.com\",\n           \"Phone\": \"+12012342344\",\n           \"TimeZoneSidKey\": \"America/Los_Angeles\",\n           \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n        },\n       \"e2497586-72be-44ea-a46e-e41ec62c823c\": {\n           \"FirstName\": \"Person2\",\n           \"LastName\": \"Person2\",\n           \"Email\": \"person2@test.com\",\n           \"TimeZoneSidKey\": \"GMT\"\n       }\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"005Hu00000PnlPTIAZ\",\n            \"2\": \"e2497586-72be-44ea-a46e-e41ec62c823c\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1772298000000,\n                \"end_time\": 1772299800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772301600000,\n                \"end_time\": 1772303400000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772305200000,\n                \"end_time\": 1772307000000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772308800000,\n                \"end_time\": 1772310600000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772312400000,\n                \"end_time\": 1772314200000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772316000000,\n                \"end_time\": 1772317800000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772319600000,\n                \"end_time\": 1772321400000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772323200000,\n                \"end_time\": 1772325000000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772902800000,\n                \"end_time\": 1772904600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772906400000,\n                \"end_time\": 1772908200000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772910000000,\n                \"end_time\": 1772911800000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772913600000,\n                \"end_time\": 1772915400000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772917200000,\n                \"end_time\": 1772919000000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772920800000,\n                \"end_time\": 1772922600000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772924400000,\n                \"end_time\": 1772926200000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            },\n            {\n                \"start_time\": 1772928000000,\n                \"end_time\": 1772929800000,\n                \"users\": [\n                    1,\n                    2\n                ]\n            }\n        ]\n    }\n}"},{"id":"7e7d296e-2529-4bbb-984a-323afe1c0243","name":"Reschedule Existing Meeting - Successful Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"meetingId\": \"f1c7gp1k9hk68uaqb5skqkap6cp5kk1gd1p46hrd8d74ke9if0q0\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:32:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2183"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"312c3ab5-c1c4-4c1a-a467-77d41264b648"},{"key":"x-amz-apigw-id","value":"ZQHjDEA3yK4FScg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb946-6e46980f7a6156640edc99a4;Parent=371a589354049f0b;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n        \"calendarEvent\": {\n        \"id\": \"f1c7gp1k9hk68uaqb5skqkap6cp5kk1gd1p46hrd8d74ke9if0q0\",\n        \"title\": \"Demo Request\",\n        \"scheduledTime\": {\n            \"start_time\": 1772928000000,\n            \"end_time\": 1772929800000\n        },\n        \"organizer_email\": \"person1@test.com\",\n        \"status\": \"confirmed\",\n        \"attendees\": [\n            {\n                \"email\": \"person1@test.com\",\n                \"organizer\": true,\n                \"self\": true,\n                \"responseStatus\": \"accepted\"\n            },\n            {\n                \"email\": \"johndoe@test.com\",\n                \"responseStatus\": \"needsAction\"\n            }\n        ]\n    },\n    \"meeting\": {\n        \"name\": \"Demo Request\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 30\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Company\",\n                \"type\": \"text\",\n                \"required\": true\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"required\": false\n            }\n        ],\n        \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n        \"redirectURL\": \"\",\n        \"internalName\": \"Demo Request for BookIt\",\n        \"pageStyle\": {\n            \"styleColor\": \"#2DB670\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"userIds\": [\n            \"005Hu00000QJtjMIAT\"\n        ],\n        \"nonSFDCUserIds\": []\n    },\n    \"userIdToInfoMap\": {\n        \"005Hu00000QJtjMIAT\": {\n           \"FirstName\": \"Person1\",\n           \"LastName\": \"Person1\",\n           \"Email\": \"person1@test.com\",\n           \"Phone\": \"+12012342344\",\n           \"TimeZoneSidKey\": \"America/Los_Angeles\",\n           \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n        }\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"005Hu00000QJtjMIAT\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1772299800000,\n                \"end_time\": 1772301600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772303400000,\n                \"end_time\": 1772305200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772307000000,\n                \"end_time\": 1772308800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772310600000,\n                \"end_time\": 1772312400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772314200000,\n                \"end_time\": 1772316000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772317800000,\n                \"end_time\": 1772319600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772321400000,\n                \"end_time\": 1772323200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772904600000,\n                \"end_time\": 1772906400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772908200000,\n                \"end_time\": 1772910000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772911800000,\n                \"end_time\": 1772913600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772915400000,\n                \"end_time\": 1772917200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772919000000,\n                \"end_time\": 1772920800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772922600000,\n                \"end_time\": 1772924400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1772926200000,\n                \"end_time\": 1772928000000,\n                \"users\": [\n                    1\n                ]\n            }\n        ]\n    }\n}"},{"id":"177ca78a-d13d-4c80-afed-9dcf3681e872","name":"Missing Required Parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:07:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"82"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2c59b23b-506b-4147-9a1f-a0245bcf0b5f"},{"key":"x-amz-apigw-id","value":"ZQD54FIfSK4FuBQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb372-255f6141014d647c785cd6a1;Parent=7421bd19560e8c3b;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: Missing required parameter: linkId, meetingId or token\"\n}"},{"id":"9b89a58b-54b3-430c-9f6c-ee4b8a033215","name":"Invalid Link ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"not a link ID\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:04:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"531e9a4e-842c-4d97-9025-cccd1dd16d85"},{"key":"x-amz-apigw-id","value":"ZQDcjGJgyK4FpOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb2b6-60cab58e74b09084140ec9ec;Parent=63c8778135b3514c;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"link not found\"\n}"},{"id":"06ee09f9-4e60-4655-90dd-1ab7a63d7f51","name":"Unsupported Link Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"linkId\": \"jf8da7x\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:04:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"531e9a4e-842c-4d97-9025-cccd1dd16d85"},{"key":"x-amz-apigw-id","value":"ZQDcjGJgyK4FpOA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb2b6-60cab58e74b09084140ec9ec;Parent=63c8778135b3514c;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: Unsupported link type. Please provide the linkId of a single meeting type BookIt Link.\"\n}"},{"id":"c64b17e2-bb51-40b4-b410-0f9b8ba2037a","name":"Booked Token - Bad Requested","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"token\": \"/31AvS7OmROG0U3f1iR1cg/ouvG3T57T0674o0FfVNEDe1oTP0eMWylkgnOmZ7erwPy5Llz+7tYkxuJbyff9PUYdVgKrPk8hkkWlyj6vqa1/Hi3b/ISC9VT2CbG0/vShqEBzU+4MuQv5+0+xCMdnR6i3MK4uwlMK9p7lST6y1FZydHE+VsFj9eZPOxWTKB0lZ5IbFZNJbuvAiA+EJKCPdXw24Z1myG/371ckdjrgwDhFYjGdfXqRRbOQbnyWmXqgjKndHhcwuM4Zn0Qq45+BUnnjKZjyG32qEJaJWLlGQozGQQukcUqupMCzSIyuUgrqpWqFALGbwjf+sYWarqrw/+zKf2n9Jt14/anXkxw1mDWjTVAfnX3PH+XJwIbb/A6mWHe1AjTBtol1M+/6qCWZQwSLrBOiQuO7ySw+Y+F+Y1cfceorE1S6NajM/i7483q5RyMJFsugpiX//KCwBPUIBcP0zola1Uk2KgKc7K03Cq787j5Rlf9yBLs8Z5o2BgT1bY/DqUrTmgOpbIbExnZRX+vltzDQEmIqxsB1kAoC9BbXlWyRsgefyL2Z7nKPeKDxu0FCPO69vMt9AIcmK4TOZQ==\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/fetch-availability"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 25 Feb 2026 23:36:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"47b20fbd-edde-4587-b663-43a6cd0377e5"},{"key":"x-amz-apigw-id","value":"ZXIZqE3kSK4FUvA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699f8770-68775acf36fda6252e9f4f4b;Parent=36819ce74ec14784;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Meeting has already been booked. Please use meetingId or eventId (legacy) to refetch availability.\"\n}"}],"_postman_id":"ef60a4b3-d6bd-46fa-a439-d23cf94e9916"}],"id":"bc45b3fd-f703-4d3c-9384-837046780455","description":"<p>The availability endpoints return meeting configuration and open time slots used to render booking pages or refresh availability. Depending on the request context (routing, direct link, or reschedule), the response includes meeting details, eligible hosts, and available time windows.</p>\n<ul>\n<li><p><strong>POST</strong> <code>/v1/scheduling/route-and-fetch-availability</code></p>\n</li>\n<li><p><strong>POST</strong> <code>/v1/scheduling/fetch-availability</code></p>\n</li>\n</ul>\n","_postman_id":"bc45b3fd-f703-4d3c-9384-837046780455"},{"name":"📆 Meetings","item":[{"name":"Retrieve","item":[{"name":"v1/meetings","id":"9d865a51-41a1-4ea4-a389-7af00de14666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-Api-Key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.leandata.com/v1/meetings?prospectEmail=","description":"<p>Retrieves meetings associated with a prospect’s email address. By default, the endpoint returns scheduled and canceled meetings from the time of the API call through the future. To query historical meetings, pass a <code>start</code> value in the past (optionally paired with <code>end</code>) to expand the time range backward.</p>\n<hr />\n<h2 id=\"query-parameters\">Query Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prospectEmail</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The email address of the prospect whose meetings you want to retrieve.</td>\n</tr>\n<tr>\n<td><code>start</code></td>\n<td>string or number</td>\n<td>No</td>\n<td>Start of time range filter. Accepts an ISO 8601 string (<code>YYYY-MM-DDTHH:mm:ss.sssZ</code>) or a Unix timestamp in milliseconds.</td>\n</tr>\n<tr>\n<td><code>end</code></td>\n<td>string or number</td>\n<td>No</td>\n<td>End of time range filter. Accepts an ISO 8601 string (<code>YYYY-MM-DDTHH:mm:ss.sssZ</code>) or a Unix timestamp in milliseconds.</td>\n</tr>\n<tr>\n<td><code>status</code></td>\n<td>string</td>\n<td>No</td>\n<td>Filter meetings by status. Allowed values: <code>scheduled</code>, <code>rescheduled</code>,<code>canceled</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"time-filter-behavior\">Time Filter Behavior</h4>\n<ul>\n<li><p>If <code>start</code> and/or <code>end</code> are provided, meetings will be filtered by their scheduled start time.</p>\n</li>\n<li><p>Both ISO 8601 format and Unix timestamp (milliseconds) are supported.</p>\n</li>\n<li><p>If no time filters are provided, all meetings associated with the prospect will be returned.</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<p><strong>Note:</strong> <code>calendarEvent</code> fields are returned from the calendar provider. <code>calendarEvent.status</code> represents the provider’s event status, while <code>bookIt.status</code> represents LeanData’s meeting lifecycle status.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bookIt</code></td>\n<td>object</td>\n<td>LeanData BookIt metadata for the meeting.</td>\n</tr>\n<tr>\n<td><code>bookIt.status</code></td>\n<td>string</td>\n<td><strong>BookIt lifecycle status</strong> (for example, <code>scheduled</code>, <code>rescheduled</code>, <code>canceled</code>).</td>\n</tr>\n<tr>\n<td><code>calendarEvent</code></td>\n<td>object</td>\n<td>Calendar-provider event object (source of truth for provider-level fields like organizer, attendees, and provider status).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.id</code></td>\n<td>string</td>\n<td>Unique identifier for the calendar event.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.title</code></td>\n<td>string</td>\n<td>Meeting title.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.status</code></td>\n<td>string</td>\n<td><strong>Calendar provider</strong> status (for example, <code>confirmed</code> or <code>canceled</code>).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.scheduledTime.start_time</code></td>\n<td>number</td>\n<td>Meeting start time (Unix epoch milliseconds).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.scheduledTime.end_time</code></td>\n<td>number</td>\n<td>Meeting end time (Unix epoch milliseconds).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.organizer</code></td>\n<td>object</td>\n<td>Organizer details from the calendar provider.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.organizer.email</code></td>\n<td>string</td>\n<td>Organizer email address.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees</code></td>\n<td>array</td>\n<td>List of meeting attendees and their response statuses.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].email</code></td>\n<td>string</td>\n<td>Attendee email address.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].responseStatus</code></td>\n<td>string</td>\n<td>Attendee response status (calendar provider value, e.g. <code>accepted</code>, <code>needsAction</code>).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].organizer</code></td>\n<td>boolean</td>\n<td>Whether the attendee is the organizer (if provided by calendar provider).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].self</code></td>\n<td>boolean</td>\n<td>Whether the attendee represents the authenticated calendar user (if provided by calendar provider).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","meetings"],"host":["api","leandata","com"],"query":[{"description":{"content":"<p>required</p>\n","type":"text/plain"},"key":"prospectEmail","value":""},{"disabled":true,"description":{"content":"<p>optional - <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString\">iso string</a> <code>YYYY-MM-DDTHH:mm:ss.sssZ</code> or unix timestamp in milliseconds\nex) <code>Wed Oct 05 2011 16:48:00 GMT+0200 (CEST)</code></p>\n","type":"text/plain"},"key":"start","value":""},{"disabled":true,"description":{"content":"<p>optional - <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString\">iso string</a> <code>YYYY-MM-DDTHH:mm:ss.sssZ</code> or unix timestamp in milliseconds\nex) <code>Wed Oct 05 2011 16:48:00 GMT+0200 (CEST)</code></p>\n","type":"text/plain"},"key":"end","value":null},{"disabled":true,"description":{"content":"<p>optional filter - values (<code>confirmed</code>, <code>canceled</code>)</p>\n","type":"text/plain"},"key":"status","value":null}],"variable":[]}},"response":[{"id":"1a56ba93-45ee-4c78-ae69-de39c7b17e95","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.leandata.com/v1/meetings?prospectEmail=test@test.com","protocol":"https","host":["api","leandata","com"],"path":["v1","meetings"],"query":[{"key":"start","value":"2026-02-27T00:00:00Z","type":"text","disabled":true},{"key":"prospectEmail","value":"test@test.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:54:46 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"415"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0a6ec968-144f-4d5a-bb13-1957c495c9e2"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"ZQK3VHJ6yK4FVpw="},{"key":"vary","value":"Accept-Encoding"},{"key":"x-amzn-Remapped-Server","value":"openresty/1.25.3.1"},{"key":"X-Powered-By","value":"Express"},{"key":"etag","value":"W/\"4ec-Vcr9otiNZn04Arws2GOcJvsGAjw\""},{"key":"x-amzn-Remapped-Date","value":"Mon, 23 Feb 2026 20:54:46 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"a0ojiiqp8ht68tpgd8pmcdq27573gorpa8r76d2k9hp5km2qb8og\",\n        \"title\": \"API Demo Request\",\n        \"status\": \"confirmed\",\n        \"scheduledTime\": {\n            \"start_time\": 1771970400000,\n            \"end_time\": 1771972200000\n        },\n        \"organizer_email\": \"person1@test.com\",\n        \"attendees\": [\n            {\n                \"email\": \"test@test.com\",\n                \"responseStatus\": \"accepted\"\n            },\n            {\n                \"email\": \"person1@test.com\",\n                \"organizer\": true,\n                \"self\": true,\n                \"responseStatus\": \"accepted\"\n            },\n            {\n                \"email\": \"guest2@test.com\",\n                \"responseStatus\": \"needsAction\"\n            }\n        ]\n    },\n    {\n        \"id\": \"9l14keb86ss36sqne9s46oide0q76qphess4kor7ah6l2hjkddc0\",\n        \"title\": \"Follow Up Meeting\",\n        \"status\": \"canceled\",\n        \"scheduledTime\": {\n            \"start_time\": 1772580600000,\n            \"end_time\": 1772582400000\n        },\n        \"organizer_email\": \"person2@test.com\",\n        \"attendees\": [\n            {\n                \"email\": \"test@test.com\",\n                \"responseStatus\": \"needsAction\"\n            },\n            {\n                \"email\": \"person2@test.com\",\n                \"organizer\": true,\n                \"self\": true,\n                \"responseStatus\": \"accepted\"\n            },\n            {\n                \"email\": \"guest2@guest.com\",\n                \"responseStatus\": \"accepted\"\n            },\n        ]\n    },\n    {\n        \"id\": \"f1c7gp1k9hk68uaqb5skqkap6cp5kk1gd1p46hrd8d74ke9if0q0\",\n        \"title\": \"Support Help\",\n        \"status\": \"confirmed\",\n        \"scheduledTime\": {\n            \"start_time\": 1772928000000,\n            \"end_time\": 1772929800000\n        },\n        \"organizer_email\": \"support@leandata.com\",\n        \"attendees\": [\n            {\n                \"email\": \"support@leandata.com\",\n                \"organizer\": true,\n                \"self\": true,\n                \"responseStatus\": \"accepted\"\n            },\n            {\n                \"email\": \"test@test.com\",\n                \"responseStatus\": \"needsAction\"\n            }\n        ]\n    }\n]"},{"id":"2ff47351-ec6c-4efa-a722-48028d92dd91","name":"Canceled Filter - Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.leandata.com/v1/meetings?prospectEmail=test@test.com&status=canceled","protocol":"https","host":["api","leandata","com"],"path":["v1","meetings"],"query":[{"key":"prospectEmail","value":"test@test.com"},{"key":"status","value":"canceled"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:12:32 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"bb513840-2f72-42f2-a414-829bade4af06"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"ZQErfHF_SK4FV2A="},{"key":"vary","value":"Accept-Encoding"},{"key":"x-amzn-Remapped-Server","value":"openresty/1.25.3.1"},{"key":"X-Powered-By","value":"Express"},{"key":"etag","value":"W/\"17b-V7Fm8CeC6sJpM7JP+V67UrngREU\""},{"key":"x-amzn-Remapped-Date","value":"Mon, 23 Feb 2026 20:12:32 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"6l330gpmeda56lhidht7eh1o8h6nkhri8polklqg6p8j8cih8pog\",\n        \"title\": \"Follow Up\",\n        \"status\": \"canceled\",\n        \"scheduledTime\": {\n            \"start_time\": 1771304400000,\n            \"end_time\": 1771306200000\n        },\n        \"organizer_email\": \"person1@test.com\",\n        \"attendees\": [\n            {\n                \"email\": \"test@test.com\",\n                \"responseStatus\": \"needsAction\"\n            },\n            {\n                \"email\": \"person1@test.com\",\n                \"organizer\": true,\n                \"self\": true,\n                \"responseStatus\": \"accepted\"\n            }\n        ]\n    }\n]"},{"id":"f0f7b374-570e-4dee-b048-4f6a674c9b44","name":"Start Filter - Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.leandata.com/v1/meetings?start=2026-02-27T00:00:00Z&prospectEmail=test@test.com","protocol":"https","host":["api","leandata","com"],"path":["v1","meetings"],"query":[{"key":"start","value":"2026-02-27T00:00:00Z"},{"key":"prospectEmail","value":"test@test.com"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:44:47 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"baf0276b-14df-474f-92c6-5e95dbfd7028"},{"key":"access-control-allow-origin","value":"*"},{"key":"content-encoding","value":"gzip"},{"key":"x-amzn-Remapped-Connection","value":"keep-alive"},{"key":"x-amz-apigw-id","value":"ZQJZ7HMIyK4FadQ="},{"key":"vary","value":"Accept-Encoding"},{"key":"x-amzn-Remapped-Server","value":"openresty/1.25.3.1"},{"key":"X-Powered-By","value":"Express"},{"key":"etag","value":"W/\"177-2wEkVBQpMQU4W2guYve04Do7QhU\""},{"key":"x-amzn-Remapped-Date","value":"Mon, 23 Feb 2026 20:44:47 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"f1c7gp1k9hk68uaqb5skqkap6cp5kk1gd1p46hrd8d74ke9if0q0\",\n        \"title\": \"API BookIt Demo\",\n        \"status\": \"confirmed\",\n        \"scheduledTime\": {\n            \"start_time\": 1772928000000,\n            \"end_time\": 1772929800000\n        },\n        \"organizer_email\": \"person1@test.com\",\n        \"attendees\": [\n            {\n                \"email\": \"person1@test.com\",\n                \"organizer\": true,\n                \"self\": true,\n                \"responseStatus\": \"accepted\"\n            },\n            {\n                \"email\": \"test@test.com\",\n                \"responseStatus\": \"needsAction\"\n            }\n        ]\n    }\n]"}],"_postman_id":"9d865a51-41a1-4ea4-a389-7af00de14666"},{"name":"v1/meeting/:meetingId","id":"cc0e89da-df60-4720-95e4-724175c37fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.leandata.com/v1/meeting/:meetingId","description":"<p>Retrieves detailed information for a single meeting by its unique identifier.</p>\n<p>Use this endpoint to:</p>\n<ul>\n<li><p>Power confirmation pages</p>\n</li>\n<li><p>Support reschedule or cancellation flows</p>\n</li>\n<li><p>Retrieve full attendee details</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"path-parameters\">Path Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>meetingId</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The unique identifier of the meeting to retrieve.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<p><strong>Note:</strong> <code>calendarEvent</code> fields are returned from the calendar provider. <code>calendarEvent.status</code> represents the provider’s event status, while <code>bookIt.status</code> represents LeanData’s meeting lifecycle status.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>bookIt</code></td>\n<td>object</td>\n<td>LeanData BookIt metadata for the meeting.</td>\n</tr>\n<tr>\n<td><code>bookIt.status</code></td>\n<td>string</td>\n<td><strong>BookIt lifecycle status</strong> (for example, <code>scheduled</code>, <code>rescheduled</code>, <code>canceled</code>).</td>\n</tr>\n<tr>\n<td><code>calendarEvent</code></td>\n<td>object</td>\n<td>Calendar-provider event object (source of truth for provider-level fields like organizer, attendees, and provider status).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.id</code></td>\n<td>string</td>\n<td>Unique identifier for the calendar event.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.title</code></td>\n<td>string</td>\n<td>Meeting title.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.status</code></td>\n<td>string</td>\n<td><strong>Calendar provider</strong> status (for example, <code>confirmed</code> or <code>canceled</code>).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.scheduledTime.start_time</code></td>\n<td>number</td>\n<td>Meeting start time (Unix epoch milliseconds).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.scheduledTime.end_time</code></td>\n<td>number</td>\n<td>Meeting end time (Unix epoch milliseconds).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.organizer</code></td>\n<td>object</td>\n<td>Organizer details from the calendar provider.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.organizer.email</code></td>\n<td>string</td>\n<td>Organizer email address.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees</code></td>\n<td>array</td>\n<td>List of meeting attendees and their response statuses.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].email</code></td>\n<td>string</td>\n<td>Attendee email address.</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].responseStatus</code></td>\n<td>string</td>\n<td>Attendee response status (calendar provider value, e.g. <code>accepted</code>, <code>needsAction</code>).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].organizer</code></td>\n<td>boolean</td>\n<td>Whether the attendee is the organizer (if provided by calendar provider).</td>\n</tr>\n<tr>\n<td><code>calendarEvent.attendees[].self</code></td>\n<td>boolean</td>\n<td>Whether the attendee represents the authenticated calendar user (if provided by calendar provider).</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"protocol":"https","path":["v1","meeting",":meetingId"],"host":["api","leandata","com"],"query":[],"variable":[{"id":"af6fcebd-cb7b-4b58-89ec-c107eb4e5d5a","description":{"content":"<p>A string representing the unique identifier for the booked meeting.</p>\n","type":"text/plain"},"type":"any","value":"","key":"meetingId"}]}},"response":[{"id":"2eb3f275-d021-4cce-b333-08b1f56c86df","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":"https://api.leandata.com/v1/meeting/a0ojiiqp8ht68tpgd8pmcdq27573gorpa8r76d2k9hp5km2qb8og"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:43:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"442"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1486ab86-136b-4a42-b077-6b41a5868c1c"},{"key":"x-amz-apigw-id","value":"ZQJOqF9ISK4Fm_Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cbbf7-5ffb5a154779d01832a01c52;Parent=43a6934381bea35a;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"a0ojiiqp8ht68tpgd8pmcdq27573gorpa8r76d2k9hp5km2qb8og\",\n    \"title\": \"API BookIt Demo\",\n    \"status\": \"confirmed\",\n    \"scheduledTime\": {\n        \"start_time\": 1771970400000,\n        \"end_time\": 1771972200000\n    },\n    \"organizer_email\": \"person1@test.com\",\n    \"attendees\": [\n        {\n            \"email\": \"guest1@guest.com\",\n            \"responseStatus\": \"needsAction\"\n        },\n        {\n            \"email\": \"person1@test.com\",\n            \"organizer\": true,\n            \"self\": true,\n            \"responseStatus\": \"accepted\"\n        },\n        {\n            \"email\": \"guest2@guest.com\",\n            \"responseStatus\": \"accepted\"\n        }\n    ]\n}"},{"id":"294efcc8-cde7-47b2-84fb-69c35be78523","name":"Invalid Meeting ID","originalRequest":{"method":"GET","header":[],"url":"https://api.leandata.com/v1/meeting/invalidMeetingID"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:37:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"29"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"54d871cf-d16f-4a3e-bb9b-61c90163c5a0"},{"key":"x-amz-apigw-id","value":"ZQISfGjjSK4FvEQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cba75-7aadf4810106c9ea6905d001;Parent=38562dd9356b428e;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Meeting not found\"\n}"}],"_postman_id":"cc0e89da-df60-4720-95e4-724175c37fb1"}],"id":"49ceace0-1337-43a6-bd69-fcd669b82e78","_postman_id":"49ceace0-1337-43a6-bd69-fcd669b82e78","description":""},{"name":"Create","item":[{"name":"v1/meeting","event":[{"listen":"test","script":{"id":"a2194b1d-1444-45ce-a667-85bdfff7cb70","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5a19b024-0165-4ae7-a790-00404595cf86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"scheduledTime\": {\n    \"startTime\": 1746644400000,\n    \"endTime\": 1746646200000,\n    \"timezone\": \"America/Los_Angeles\"\n  },\n  \"params\": \"/SX/uPyXb00nUaCDWL5oMxM1Bx8WpQFn/o/oxd+lUGJtn6LHAxmuXEN0kJFtAIVAKHzgZwyVP1oO7U6//YDFIUnehI4PzKEMg3rXI8WrRN9AukpVuPrvb81WoWG4Z6xuvzeT2o9hYkiVreX4C7SP93JHcLD6A4WCvOclsZZlaS+7PbonkTm2gSOMJ74mAwfK8azheT9s39DZa35VZdkGYRZ8yk0pdctpWdA1LHID1XLbGG8wxQw3Y1GbPCrIh/ML4CDEmO9MhZZHQ9vXjfQqP1Zhb3cTvZUM2WSfW+n1tZxQicgviTX4UQ+VwcnBXvApdmBlJO3UXPpr+0DtprsfECABeIdMfRqR8fkqNQ0cFP5C29VWTq49hEUQrQBhpF0jEFoeExxfUchhBrWMuRJ1YabTy+Mh2+hT66yw8o/vqnZwTrJdmxHKlrX+aNKM6D6h4DR+HkoeGvBJOtzzjdA6izF1GOQCgzVpk55xELGedb7b15yWPMHDP11PQNbSXM+ilmoz3aG0PFqwd4PHg2goOi+E4zwLS6jAU1U9zXo5nVY=\",\n  \"cancelLink\": \"https://testdomain.com/cancel?=\",\n  \"rescheduleLink\": \"https://testdomain.com/reschedule?=\",\n  \"userFields\": [\n    {\n      \"name\": \"First Name\",\n      \"type\": \"text\",\n      \"value\": \"LeanData\"\n    },\n    {\n      \"name\": \"Last Name\",\n      \"type\": \"text\",\n      \"value\": \"Dev\"\n    },\n    {\n      \"name\": \"Email\",\n      \"type\": \"text\",\n      \"value\": \"test@test.com\"\n    },\n    {\n      \"name\": \"Additional Guest Emails\",\n      \"type\": \"textarea\",\n      \"value\": [\"test1@test.com\"]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/meeting","description":"<p>This endpoint is used to <strong>book a meeting with a single rep</strong> who has already been assigned by your routing logic. The routing graph has selected the most appropriate user for the prospect based on your configuration—this endpoint simply finalizes the booking.</p>\n<p>⚠️ Use this endpoint only when <code>pageInfo.displayAllPoolAvailability = null</code> or <code>false</code> in the availability response.</p>\n<p>If <code>pageInfo.displayAllPoolAvailability = true</code>, you must instead call <code>POST /v1/round-robin-meeting</code>.</p>\n<p>The request payload contains the encrypted scheduling context, the selected time window, prefilled user data, and optional links to support canceling or rescheduling the meeting after it's booked.</p>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<p>❗️ If your availability response indicates <code>pageInfo.displayAllPoolAvailability = true</code>, you <strong>must</strong> book using <code>POST /v1/round-robin-meeting</code> instead of this endpoint.</p>\n<p>This endpoint supports three request modes. Your request body must include <strong>exactly one</strong> of:</p>\n<ul>\n<li><p><code>token</code> (recommended)</p>\n</li>\n<li><p><code>linkId</code></p>\n</li>\n<li><p><code>params</code> (legacy)</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"required-fields-for-all-requests\">Required fields for all requests</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>scheduledTime</code></td>\n<td>object</td>\n<td>Yes</td>\n<td>The time slot the prospect selected.</td>\n</tr>\n<tr>\n<td><code>scheduledTime.start_time</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>Start time (Unix timestamp in milliseconds).</td>\n</tr>\n<tr>\n<td><code>scheduledTime.end_time</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>End time (Unix epoch timestamp in milliseconds).</td>\n</tr>\n<tr>\n<td><code>scheduledTime.timezone</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>IANA timezone (e.g., <code>America/Los_Angeles</code>).</td>\n</tr>\n<tr>\n<td><code>userFields</code></td>\n<td>array</td>\n<td>Yes</td>\n<td>Prospect + form field values. Must include values for all required <code>meeting.formFields</code> returned by the availability endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"userfields-important-notes\"><code>userFields</code> Important Notes:</h4>\n<ul>\n<li><p>You should return one <code>userField</code> object for each <strong>required, defined field</strong> in the <code>formFields</code> array (i.e., any field with a <code>name</code> value, any field with a <code>required: true</code> value).</p>\n</li>\n<li><p>First Name, Last Name, and Email are required by default and <strong>must be included</strong>.</p>\n</li>\n<li><p>If a field in <code>formFields</code> is undefined (e.g., has an empty <code>name</code>), it should be <strong>excluded</strong> from <code>userFields</code>.</p>\n<ul>\n<li><p><code>name</code> — A <strong>string</strong> that represents the field label (e.g. <code>\"First Name\"</code>).</p>\n</li>\n<li><p><code>type</code> — A <strong>string</strong> indicating the field type (<code>text</code>, <code>textarea</code>, etc.).</p>\n</li>\n<li><p><code>value</code> — A <strong>string</strong> (or <strong>array</strong>, depending on field type) representing the entered value.</p>\n<ul>\n<li>For <code>Additional Guest Emails</code>, this should be <strong>an array of strings</strong>, each representing an email address.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h3 id=\"identification-modes\">Identification Modes</h3>\n<h4 id=\"mode-selector-rules\">Mode selector rules</h4>\n<p>❗️<strong>Exactly one</strong> of <code>token</code>, <code>linkId</code>, or <code>params</code> must be provided. Do not send more than one.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required?</th>\n<th>When to use</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Required if using token mode</td>\n<td>Use when booking after calling <code>/v1/scheduling/route-and-fetch-availability</code> or <code>/v1/scheduling/fetch-availability</code> and you have a booking token</td>\n<td>Recommended path. Avoids needing legacy <code>params</code>.</td>\n</tr>\n<tr>\n<td><code>linkId</code></td>\n<td>Required if using link mode</td>\n<td>Use when booking directly from a <strong>single-meeting-type BookIt Link</strong></td>\n<td>Must be a supported Link type. (Multi-meeting-type / routing / dynamic links aren’t supported.)</td>\n</tr>\n<tr>\n<td><code>params</code></td>\n<td>Required if using legacy mode</td>\n<td>Legacy integrations that already rely on the encrypted <code>params</code> payload</td>\n<td>Requires additional fields below.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"legacy-only-fields-params-mode\">Legacy-only Fields (<code>params</code> mode)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Applies when</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancelLink</code></td>\n<td>string</td>\n<td>Optional</td>\n<td><code>params</code> mode</td>\n<td>Base cancel URL prefix used by legacy flows (often includes <code>?meetingId=</code>).</td>\n</tr>\n<tr>\n<td><code>rescheduleLink</code></td>\n<td>string</td>\n<td>Optional</td>\n<td><code>params</code> mode</td>\n<td>Base reschedule URL prefix used by legacy flows (often includes <code>?meetingId=</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"formatting-cancellink--reschedulelink\">Formatting <code>cancelLink</code> / <code>rescheduleLink</code></h4>\n<p>These links will be included in the confirmation email sent to the prospect. The values must be the base URL-- You can include any query parameters you'd like in the base URL. The BookIt system will automatically append the <code>meetingId</code> to the end of the URL.</p>\n<p>❗️ <strong>Note</strong>: Make sure the base URL is formatted to support appending the <code>meetingId</code> correctly, depending on whether you want it as a path or a query parameter.</p>\n<ul>\n<li><p>If you'd like the <code>meetingId</code> added as a path segment, provide a trailing slash (e.g. <code>https://example.com/cancel/</code>). The result will be <code>https://example.com/cancel/123</code>.</p>\n</li>\n<li><p>If you'd like the <code>meetingId</code> added as a query parameter, include the key in the base URL (e.g. <code>https://example.com/cancel?utm_source=email&amp;meetingId=</code>). BookIt will append the value (e.g. <code>https://example.com/cancel?utm_source=email&amp;meetingId=123</code>).</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<ul>\n<li><p><code>meetingId</code> — A <strong>string</strong> representing the unique identifier for the booked meeting.</p>\n</li>\n<li><p><code>organizerEmail</code> — A <strong>string</strong> containing the email address of the assigned rep who will host the meeting.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","meeting"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"ee870263-1161-4d9d-b3c1-5e20ffa77cc4","name":"Token - Successful Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"scheduledTime\": {\n        \"start_time\": 1772015400000,\n        \"end_time\": 1772017200000,\n        \"timezone\": \"America/Los_Angeles\"\n  },\n  \"token\": \"/31AvS7OmROG0U3f1iR1cg/ouvG3T57T0674o0FfVNEDe1oTP0eMWylkgnOmZ7erwPy5Llz+7tYkxuJbyff9PUYdVgKrPk8hkkWlyj6vqa1/Hi3b/ISC9VT2CbG0/vShqEBzU+4MuQv5+0+xCMdnR6i3MK4uwlMK9p7lST6y1FZydHE+VsFj9eZPOxWTKB0lZ5IbFZNJbuvAiA+EJKCPdXw24Z1myG/371ckdjrgwDhFYjGdfXqRRbOQbnyWmXqgjKndHhcwuM4Zn0Qq45+BUnnjKZjyG32qEJaJWLlGQozGQQukcUqupMCzSIyuUgrqpWqFALGbwjf+sYWarqrw/+zKf2n9Jt14/anXkxw1mDWjTVAfnX3PH+XJwIbb/A6mWHe1AjTBtol1M+/6qCWZQwSLrBOiQuO7ySw+Y+F+Y1cfceorE1S6NajM/i7483q5RyMJFsugpiX//KCwBPUIBcP0zola1Uk2KgKc7K03Cq787j5Rlf9yBLs8Z5o2BgT1bY/DqUrTmgOpbIbExnZRX+vltzDQEmIqxsB1kAoC9BbXlWyRsgefyL2Z7nKPeKDxu0FCPO69vMt9AIcmK4TOZQ==\",\n  \"userFields\": [\n    {\n      \"name\": \"First Name\",\n      \"type\": \"text\",\n      \"value\": \"LeanData\"\n    },\n    {\n      \"name\": \"Last Name\",\n      \"type\": \"text\",\n      \"value\": \"Dev\"\n    },\n    {\n      \"name\": \"Email\",\n      \"type\": \"text\",\n      \"value\": \"test@test.com\"\n    },\n    {\n      \"name\": \"Additional Guest Emails\",\n      \"type\": \"textarea\",\n      \"value\": [\"test1@test.com\"]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/meeting"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 21:20:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"95"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2fe3d35b-43e4-422e-9f57-a11d30742627"},{"key":"x-amz-apigw-id","value":"ZQOrREIsyK4FdVg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cc4ae-039efefc49f7f3dd522bc810;Parent=3dceb36a2fcb83bf;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meetingId\": \"2Y4VKLBXstmj9s11CxlVcJpkd8QTvPl2\",\n    \"organizerEmail\": \"person1@test.com\"\n}"},{"id":"3bcecba4-b556-4f88-985f-f83d8ba11031","name":"LinkId - Successful Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"scheduledTime\": {\n    \"start_time\": 1772755200000,\n    \"end_time\": 1772757000000,\n    \"timezone\": \"America/Los_Angeles\"\n  },\n  \"linkId\": \"yfl8434\",\n  \"userFields\": [\n    {\n      \"name\": \"First Name\",\n      \"type\": \"text\",\n      \"value\": \"LeanData\"\n    },\n    {\n      \"name\": \"Last Name\",\n      \"type\": \"text\",\n      \"value\": \"Dev\"\n    },\n    {\n      \"name\": \"Email\",\n      \"type\": \"text\",\n      \"value\": \"test@test.com\"\n    },\n    {\n      \"name\": \"Additional Guest Emails\",\n      \"type\": \"textarea\",\n      \"value\": [\"test1@test.com\"]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/meeting"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:47:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"109"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4abf57a3-5fcd-4d61-a1f7-e5141d0b453c"},{"key":"x-amz-apigw-id","value":"ZQJ1MFaxSK4Fh0g="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cbced-56258eee2c803b693b254032;Parent=49a7298548b230e0;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meetingId\": \"9l14keb86ss36sqne9s46oide0q76qphess4kor7ah6l2hjkddc0\",\n    \"organizer_email\": \"person1@test.com\"\n}"},{"id":"93691654-e6e1-4f3c-bad3-c3b269d7948c","name":"Legacy Params - Successful Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduledTime\": {\n        \"start_time\": 1746486900000,\n        \"end_time\": 1746487800000,\n        \"timezone\": \"America/Los_Angeles\"\n    },\n    \"params\": \"nxUPcDfky9539T7toq/sakH+EwmWX/jTVo6Y3tsceeIMvvWV19W5Jlk84+TxhWiB7uwyGDsgO/PWLMaCxriQswB5jWmIxDmo8yZyyfrkytDVd8k669EP/CfDBmWNkabwQtJuCJ5OFvdj8/qhCVgiVx0hRqh/UeRldtwP/1h9xZtIHl1OBQ6tETHDUjIAdalR4H5AG83usB/Yv+nVrwUjRCxZQW6V7me/kos4B7uLwoOzOCddL/XjSkSNGylc8Es7Y86nwkka5Y8x0UcLGu1aCsv4UAkZ/XjlgYZdzIELTpmf9Qe8VwRXVB2hkoueaU3982dSC862DCrgpNLcZHB24Y9iFCUqnC+ZezWExyFoAVIsUNXs2ls77zif5mlTU9HXf2G3FJKB3coJYjbSl9/874GNI9vNYfUKMNRnE8lGifjl3B/Lv/ruDvCfmWLgOooO2XLqRGNqw4ggr/fhcj+Kk1tn2mL6wXUMrsTAsON6g85/9ET8fHRwIhT8ZVm2BIiV2wtIIPjHb06OZy6rDnlKGCGqF6kzqKSKwSs4+ZBEmmZ4mv3304qNrqFnZU/ykxam\",\n    \"cancelLink\": \"https://testdomain.com/cancel?meetingId=\",\n    \"rescheduleLink\": \"https://testdomain.com/reschedule?meetingId=\",\n    \"userFields\": [\n        {\n            \"name\": \"First Name\",\n            \"type\": \"text\",\n            \"value\": \"LeanData\"\n        },\n        {\n            \"name\": \"Last Name\",\n            \"type\": \"text\",\n            \"value\": \"Dev\"\n        },\n        {\n            \"name\": \"Email\",\n            \"type\": \"text\",\n            \"value\": \"test@test.com\"\n        },\n        {\n            \"name\": \"Additional Guest Emails\",\n            \"type\": \"textarea\",\n            \"value\": [\"test2@test.com\"]\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/meeting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 21:45:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"108"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0fb47a74-ccce-4167-99c9-42e203d9d020"},{"key":"x-amz-apigw-id","value":"KHSmfFUzSK4Fg5Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6819315c-36e05e2267294ef25a347acc;Parent=20c929947cba202c;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meetingId\": \"99sk8chjct946hjm65p76cqjcdc5idjbatq36c2g6h3kgdr2et30\",\n    \"organizerEmail\": \"person1@test.com\"\n}"},{"id":"8e3abc03-1a21-4ce9-bc89-a4c8dc7a0543","name":"Bad Request - Already Booked Meeting","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"scheduledTime\": {\n    \"start_time\": 1746644400000,\n    \"end_time\": 1746646200000,\n    \"timezone\": \"America/Los_Angeles\"\n  },\n  \"params\": \"/SX/uPyXb00nUaCDWL5oMxM1Bx8WpQFn/o/oxd+lUGJtn6LHAxmuXEN0kJFtAIVAKHzgZwyVP1oO7U6//YDFIUnehI4PzKEMg3rXI8WrRN9AukpVuPrvb81WoWG4Z6xuvzeT2o9hYkiVreX4C7SP93JHcLD6A4WCvOclsZZlaS+7PbonkTm2gSOMJ74mAwfK8azheT9s39DZa35VZdkGYRZ8yk0pdctpWdA1LHID1XLbGG8wxQw3Y1GbPCrIh/ML4CDEmO9MhZZHQ9vXjfQqP1Zhb3cTvZUM2WSfW+n1tZxQicgviTX4UQ+VwcnBXvApdmBlJO3UXPpr+0DtprsfECABeIdMfRqR8fkqNQ0cFP5C29VWTq49hEUQrQBhpF0jEFoeExxfUchhBrWMuRJ1YabTy+Mh2+hT66yw8o/vqnZwTrJdmxHKlrX+aNKM6D6h4DR+HkoeGvBJOtzzjdA6izF1GOQCgzVpk55xELGedb7b15yWPMHDP11PQNbSXM+ilmoz3aG0PFqwd4PHg2goOi+E4zwLS6jAU1U9zXo5nVY=\",\n  \"cancelLink\": \"https://testdomain.com/cancel?meetingId=\",\n  \"rescheduleLink\": \"https://testdomain.com/reschedule?meetingId=\",\n  \"userFields\": [\n    {\n      \"name\": \"First Name\",\n      \"type\": \"text\",\n      \"value\": \"LeanData\"\n    },\n    {\n      \"name\": \"Last Name\",\n      \"type\": \"text\",\n      \"value\": \"Test\"\n    },\n    {\n      \"name\": \"Email\",\n      \"type\": \"text\",\n      \"value\": \"test@test.com\"\n    },\n    {\n      \"name\": \"Additional Guest Emails\",\n      \"type\": \"textarea\",\n      \"value\": []\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/meeting"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 16:45:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"72"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8c2fb310-0a49-41ea-be79-74c60c60d68d"},{"key":"x-amz-apigw-id","value":"KGmwOEatyK4FkEg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6818eb34-767dcceb473794f500f6e1d7;Parent=6118f3fa1f8c4189;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"This link only allows one booking and has already been used.\"\n}"},{"id":"ed2e501c-6e24-45db-aa7a-75495c600834","name":"Bad Request - Selected Time No Longer Available","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"scheduledTime\": {\n    \"start_time\": 1746475800000,\n    \"end_time\": 1746480600000,\n    \"timezone\": \"America/Los_Angeles\"\n  },\n  \"params\": \"XbOhXN3trw/Bg1MBnkjWbK4R8C/3MzyvBIcn5o22quvVRe7Yo8Yy2qmL2ZddfrOEhjsYNVyPPYGtrlJJQph1ztA4x3VqzuVdZNI24/oIfidE0RnmkvrLT/PKba1af/4crn7wof32OJ+vBej+tc7iMw721UoF+9Nt1LeP8UlBLQJyTJoAFp8D2czbaXfDI0UrzZkSCrVaBdoiP+IPouaFGXN6AYTbzqRTPIdfyS+eV9Mvn/6vkqXD5Y0Iy7k861XoFu78n9krq3b26syy/8CKCuN9glxNdSi1/tBm5JneN4qNDvSZtBvhIfau4cIZE3tjKw7WbJZF+s8ac5WQ2f8ikJawUUHYld01Kv1qDACrUwPVEeDN0OqoG612zpwOV3e/E0d1iK2vSPZK7C0laEeqkuiQ+ei1bf+fu6N0bCstEK1W/X6LPE6ZtNzd+s1QaD9qfUtWYF07E2vhzghQVEjVEHWls3A/8RgsF+QutLlJBVVnS6DFuskRpM1/CPJocGD1jqI3sltAVoKQf7ruzpoHUT8/vguDz5vb+CJsnzeirFk=\",\n  \"cancelLink\": \"https://testdomain.com/cancel?meetingId=\",\n  \"rescheduleLink\": \"https://testdomain.com/reschedule?meetingId=\",\n  \"userFields\": [\n    {\n      \"name\": \"First Name\",\n      \"type\": \"text\",\n      \"value\": \"LeanData\"\n    },\n    {\n      \"name\": \"Last Name\",\n      \"type\": \"text\",\n      \"value\": \"Dev\"\n    },\n    {\n      \"name\": \"Email\",\n      \"type\": \"text\",\n      \"value\": \"test@test.com\"\n    },\n    {\n      \"name\": \"Additional Guest Emails\",\n      \"type\": \"textarea\",\n      \"value\": []\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/meeting"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 17:25:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"53"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"60ec46d7-840e-41ab-9d4d-a0071200ee81"},{"key":"x-amz-apigw-id","value":"KGspJE05SK4Fprw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6818f4a0-3e1766ab107feb8a056cbb3c;Parent=4cf7dfb37ec1b41a;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"The selected time is no longer available.\"\n}"},{"id":"e2576103-ae3b-4055-be6c-243a92eb44d4","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"scheduledTime\": {\n    \"start_time\": 1746455800000,\n    \"end_time\": 1746435800000,\n    \"timezone\": \"America/Los_Angeles\"\n  },\n  \"params\": \"XbOhXN3trw/Bg1MBnkjWbK4R8C/3MzyvBIcn5o22quvVRe7Yo8Yy2qmL2ZddfrOEhjsYNVyPPYGtrlJJQph1ztA4x3VqzuVdZNI24/oIfidE0RnmkvrLT/PKba1af/4crn7wof32OJ+vBej+tc7iMw721UoF+9Nt1LeP8UlBLQJyTJoAFp8D2czbaXfDI0UrzZkSCrVaBdoiP+IPouaFGXN6AYTbzqRTPIdfyS+eV9Mvn/6vkqXD5Y0Iy7k861XoFu78n9krq3b26syy/8CKCuN9glxNdSi1/tBm5JneN4qNDvSZtBvhIfau4cIZE3tjKw7WbJZF+s8ac5WQ2f8ikJawUUHYld01Kv1qDACrUwPVEeDN0OqoG612zpwOV3e/E0d1iK2vSPZK7C0laEeqkuiQ+ei1bf+fu6N0bCstEK1W/X6LPE6ZtNzd+s1QaD9qfUtWYF07E2vhzghQVEjVEHWls3A/8RgsF+QutLlJBVVnS6DFuskRpM1/CPJocGD1jqI3sltAVoKQf7ruzpoHUT8/vguDz5vb+CJsnzeirFk=\",\n  \"cancelLink\": \"https://testdomain.com/cancel?meetingId=\",\n  \"rescheduleLink\": \"https://testdomain.com/reschedule?meetingId=\",\n  \"userFields\": [\n    {\n      \"name\": \"First Name\",\n      \"type\": \"text\",\n      \"value\": \"LeanData\"\n    },\n    {\n      \"name\": \"Last Name\",\n      \"type\": \"text\",\n      \"value\": \"Dev\"\n    },\n    {\n      \"name\": \"Email\",\n      \"type\": \"text\",\n      \"value\": \"test@test.com\"\n    },\n    {\n      \"name\": \"Additional Guest Emails\",\n      \"type\": \"textarea\",\n      \"value\": []\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/meeting"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 17:27:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"2dec63e8-a909-4f77-b6b9-86c73e111b9d"},{"key":"x-amz-apigw-id","value":"KGs4iFEiyK4FqSA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6818f503-69945a7f34e341b97fe1052b;Parent=4f450bf9fa97f427;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: Scheduled time is before the minimum booking notice\"\n}"}],"_postman_id":"5a19b024-0165-4ae7-a790-00404595cf86"},{"name":"v1/round-robin-meeting","event":[{"listen":"test","script":{"id":"173cbf4d-ef25-4e26-8677-9456e4ab878f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f221fbc6-0349-4cd5-a376-584d60074cbb","protocolProfileBehavior":{"disabledSystemHeaders":{"content-length":true,"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduledTime\": {\n        \"start_time\": 1746486000000,\n        \"end_time\": 1746486900000,\n        \"timezone\": \"America/Los_Angeles\",\n        \"users\": [\n            \"0058c00000CssZGAAZ\",\n            \"0058c00000CtXJhAAN\",\n            \"0058c00000AukyPAAR\",\n            \"0058c00000CtXKaAAN\",\n            \"0058c000009wAEKAA2\",\n            \"0058c00000CssZLAAZ\"\n        ]\n    },\n    \"cancelLink\": \"https://testdomain.com/cancel?meetingId=\",\n    \"rescheduleLink\": \"https://testdomain.com/reschedule?meetingId=\",\n    \"params\": \"+aELYG7xzbgpE4sSyByw27/J11+QuSnMHV/Z5UDYfWhTYqOWLqSPG2bqRUBjUncGDhALE5PZ9lTtTK1n9yoQVLnHT58AUVANEe23Dzi1/62oOBZx+lpw7NeB0zqAYnGkVXjbchNC7PtZLcWA4VXjwuZvkIfkFqxZqA5hf9u2NpC6AMUyTo7j+Svyoc/S2Dit9IBrmbWhZcdn3eaNkVTkfqcW6RjX/LA+A9MgomWe9eQbgibpJGgUBN4KwmVQYQxiuwaSe4pMNyckOGg9EymjVPizsLSq9Iwc/tbj11RW6fPTbgquUyymeGYhIeIt0uONE/vAGiHO7Vkdn9gvAsQG5Y5aKvRF84zmd+vePfh7h43VvVoWH1w2lff5/Ks0rSDvAgRgdwXauZwudGoX0YWXHJfZEwEcgAbw16aLJiY6r+eLkgInglI2ZA9DfmE753JSbJ1PrtP7WNZYPI6NUvRORaKTg7xHPQg6ZrLTo1jo4L6qfP0nnn9D3sEmnVVxyfDeE+CVZWbawxjVTZFVTXL9/hVu2djwzEKlI9VxapB9qc1VK7cwBNLgC3qlnaaMr5Js\",\n    \"userFields\": [\n        {\n            \"name\": \"First Name\",\n            \"type\": \"text\",\n            \"value\": \"Test\"\n        },\n        {\n            \"name\": \"Last Name\",\n            \"type\": \"text\",\n            \"value\": \"pool\"\n        },\n        {\n            \"name\": \"Email\",\n            \"type\": \"text\",\n            \"value\": \"test@test.com\"\n        },\n        {\n            \"name\": \"Additional Guest Emails\",\n            \"type\": \"textarea\",\n            \"value\": []\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/round-robin-meeting","description":"<p>This endpoint is used to book a meeting with <strong>a user from a round robin pool</strong>. If your routing logic has determined that a pool of users should be considered for this meeting, this endpoint handles the final assignment and booking of the meeting with the most appropriate available user.</p>\n<p>💡 Use this endpoint when the availability response indicates <code>pageInfo.displayAllPoolAvailability</code> is <code>true</code>.</p>\n<p>The request payload includes the encrypted scheduling context, the chosen time window, prefilled prospect data, and optional links for canceling or rescheduling the meeting after booking.</p>\n<hr />\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<h4 id=\"required-for-all-requests\">Required for all requests</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>scheduledTime</code></td>\n<td>object</td>\n<td>Yes</td>\n<td>Defines the selected meeting time and the eligible host pool for that time.</td>\n</tr>\n<tr>\n<td><code>scheduledTime.start_time</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>Meeting start time (Unix epoch milliseconds).</td>\n</tr>\n<tr>\n<td><code>scheduledTime.end_time</code></td>\n<td>number</td>\n<td>Yes</td>\n<td>Meeting end time (Unix epoch milliseconds).</td>\n</tr>\n<tr>\n<td><code>scheduledTime.timezone</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>IANA timezone (e.g. <code>America/Los_Angeles</code>). Used for formatting the prospect confirmation email; the actual meeting time is based on the timestamps.</td>\n</tr>\n<tr>\n<td><code>scheduledTime.users</code></td>\n<td>string[]</td>\n<td>Yes</td>\n<td>Ordered list of user IDs eligible for the selected timeslot. <strong>Order matters</strong> and must match the order implied by <code>availability.timeSlots[].users</code> via <code>availability.indexToUserIdMap</code> from the availability response (preserves round-robin priority).</td>\n</tr>\n<tr>\n<td><code>userFields</code></td>\n<td>array</td>\n<td>Yes</td>\n<td>Form field values submitted by the prospect. Must include values for all required <code>meeting.formFields</code> returned by the availability endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><hr />\n<h3 id=\"identification-modes\">Identification Modes</h3>\n<h4 id=\"mode-selector-rules\">Mode selector rules</h4>\n<p>❗️<strong>Exactly one</strong> of <code>token</code>, <code>linkId</code>, or <code>params</code> must be provided. Do not send more than one.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required?</th>\n<th>When to use</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>token</code></td>\n<td>Required if using token mode</td>\n<td>Use when booking after calling <code>/v1/scheduling/route-and-fetch-availability</code> or <code>/v1/scheduling/fetch-availability</code> and you have a booking token</td>\n<td>Recommended path. Avoids needing legacy <code>params</code>.</td>\n</tr>\n<tr>\n<td><code>linkId</code></td>\n<td>Required if using link mode</td>\n<td>Use when booking directly from a <strong>single-meeting-type BookIt Link</strong></td>\n<td>Must be a supported Link type. (Multi-meeting-type / routing / dynamic links aren’t supported.)</td>\n</tr>\n<tr>\n<td><code>params</code></td>\n<td>Required if using legacy mode</td>\n<td>Legacy integrations that already rely on the encrypted <code>params</code> payload</td>\n<td>Requires additional fields below.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"legacy-only-fields-params-mode\">Legacy-only Fields (<code>params</code> mode)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Required</th>\n<th>Applies when</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancelLink</code></td>\n<td>string</td>\n<td>Optional</td>\n<td><code>params</code> mode</td>\n<td>Base cancel URL prefix used by legacy flows (often includes <code>?meetingId=</code>).</td>\n</tr>\n<tr>\n<td><code>rescheduleLink</code></td>\n<td>string</td>\n<td>Optional</td>\n<td><code>params</code> mode</td>\n<td>Base reschedule URL prefix used by legacy flows (often includes <code>?meetingId=</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"formatting-cancellink--reschedulelink\">Formatting <code>cancelLink</code> / <code>rescheduleLink</code></h4>\n<p>These links will be included in the confirmation email sent to the prospect. The values must be the base URL-- You can include any query parameters you'd like in the base URL. The BookIt system will automatically append the <code>meetingId</code> to the end of the URL.</p>\n<p>❗️ <strong>Note</strong>: Make sure the base URL is formatted to support appending the <code>meetingId</code> correctly, depending on whether you want it as a path or a query parameter.</p>\n<ul>\n<li><p>If you'd like the <code>meetingId</code> added as a path segment, provide a trailing slash (e.g. <code>https://example.com/cancel/</code>). The result will be <code>https://example.com/cancel/123</code>.</p>\n</li>\n<li><p>If you'd like the <code>meetingId</code> added as a query parameter, include the key in the base URL (e.g. <code>https://example.com/cancel?utm_source=email&amp;meetingId=</code>). BookIt will append the value (e.g. <code>https://example.com/cancel?utm_source=email&amp;meetingId=123</code>).</p>\n</li>\n</ul>\n<hr />\n<h2 id=\"response-body-parameters\">Response Body Parameters</h2>\n<ul>\n<li><p><code>meetingId</code> — A <strong>string</strong> representing the unique identifier for the booked meeting.</p>\n</li>\n<li><p><code>organizerEmail</code> — A <strong>string</strong> containing the email address of the assigned rep who will host the meeting.</p>\n</li>\n<li><p><code>selectedUserId</code> — A <strong>string</strong> representing the Salesforce user ID of the rep selected from the round robin pool to host the meeting.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","round-robin-meeting"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"2cbbcde8-b4cf-4b2c-bf67-861ab09e634b","name":"Token - Successful Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduledTime\": {\n        \"start_time\": 1746486000000,\n        \"end_time\": 1746486900000,\n        \"timezone\": \"America/Los_Angeles\",\n        \"users\": [\n            \"0058c00000CssZGAAZ\",\n            \"0058c00000CtXJhAAN\",\n            \"0058c00000AukyPAAR\",\n            \"0058c00000CtXKaAAN\",\n            \"0058c000009wAEKAA2\",\n            \"0058c00000CssZLAAZ\"\n        ]\n    },\n    \"token\": \"/31AvS7OmROG0U3f1iR1cg/ouvG3T57T0674o0FfVNEDe1oTP0eMWylkgnOmZ7erwPy5Llz+7tYkxuJbyff9PUYdVgKrPk8hkkWlyj6vqa1/Hi3b/ISC9VT2CbG0/vShqEBzU+4MuQv5+0+xCMdnR6i3MK4uwlMK9p7lST6y1FZydHE+VsFj9eZPOxWTKB0lZ5IbFZNJbuvAiA+EJKCPdXw24Z1myG/371ckdjrgwDhFYjGdfXqRRbOQbnyWmXqgjKndHhcwuM4Zn0Qq45+BUnnjKZjyG32qEJaJWLlGQozGQQukcUqupMCzSIyuUgrqpWqFALGbwjf+sYWarqrw/+zKf2n9Jt14/anXkxw1mDWjTVAfnX3PH+XJwIbb/A6mWHe1AjTBtol1M+/6qCWZQwSLrBOiQuO7ySw+Y+F+Y1cfceorE1S6NajM/i7483q5RyMJFsugpiX//KCwBPUIBcP0zola1Uk2KgKc7K03Cq787j5Rlf9yBLs8Z5o2BgT1bY/DqUrTmgOpbIbExnZRX+vltzDQEmIqxsB1kAoC9BbXlWyRsgefyL2Z7nKPeKDxu0FCPO69vMt9AIcmK4TOZQ==\",\n    \"userFields\": [\n        {\n            \"name\": \"First Name\",\n            \"type\": \"text\",\n            \"value\": \"Test\"\n        },\n        {\n            \"name\": \"Last Name\",\n            \"type\": \"text\",\n            \"value\": \"pool\"\n        },\n        {\n            \"name\": \"Email\",\n            \"type\": \"text\",\n            \"value\": \"test@test.com\"\n        },\n        {\n            \"name\": \"Additional Guest Emails\",\n            \"type\": \"textarea\",\n            \"value\": []\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/round-robin-meeting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 21:56:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d8a183e4-ee84-427a-a9c7-b71d9c4bde4f"},{"key":"x-amz-apigw-id","value":"KHUVHFXYSK4Fg5Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68193420-7cdbcc9a2baf0c6f77d65cb0;Parent=24d8e2576d124b0f;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meetingId\": \"hdaf871oc790dfd37oafoux90z8g5hdjo2\",\n    \"organizerEmail\": \"person1@test.com\",\n    \"selectedUserId\": \"0058c00000CtXKaAAN\"\n}"},{"id":"04775f59-db20-4b2e-a7ad-14199692f758","name":"LinkId - Successful Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduledTime\": {\n        \"start_time\": 1772928000000,\n        \"end_time\": 1772929800000,\n        \"timezone\": \"America/Los_Angeles\",\n        \"users\": [\n            \"005Hu00000PnlPTIAZ\",\n            \"005Hu00000QJtjMIAT\"\n        ]\n    },\n  \"linkId\": \"CRG2YZb\",\n    \"userFields\": [\n        {\n            \"name\": \"First Name\",\n            \"type\": \"text\",\n            \"value\": \"Test\"\n        },\n        {\n            \"name\": \"Last Name\",\n            \"type\": \"text\",\n            \"value\": \"pool\"\n        },\n        {\n            \"name\": \"Email\",\n            \"type\": \"text\",\n            \"value\": \"test@test.com\"\n        },\n        {\n            \"name\": \"Additional Guest Emails\",\n            \"type\": \"textarea\",\n            \"value\": []\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/round-robin-meeting"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Mon, 23 Feb 2026 20:28:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"145"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"731a9a5e-756b-4532-ada4-7397699c4137"},{"key":"x-amz-apigw-id","value":"ZQHCpH_gyK4FizQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-699cb876-38a0efdd664723bd61f66d95;Parent=751ee23903dba771;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meetingId\": \"f1c7gp1k9hk68uaqb5skqkap6cp5kk1gd1p46hrd8d74ke9if0q0\",\n    \"organizer_email\": \"person1@test.com\",\n    \"selectedUserId\": \"005Hu00000QJtjMIAT\"\n}"},{"id":"1e9d2827-a964-4c63-8c9c-942b79d09212","name":"Legacy Params - Successful Booking","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"scheduledTime\": {\n        \"start_time\": 1746486000000,\n        \"end_time\": 1746486900000,\n        \"timezone\": \"America/Los_Angeles\",\n        \"users\": [\n            \"0058c00000CssZGAAZ\",\n            \"0058c00000CtXJhAAN\",\n            \"0058c00000AukyPAAR\",\n            \"0058c00000CtXKaAAN\",\n            \"0058c000009wAEKAA2\",\n            \"0058c00000CssZLAAZ\"\n        ]\n    },\n    \"cancelLink\": \"https://testdomain.com/cancel?meetingId=\",\n    \"rescheduleLink\": \"https://testdomain.com/reschedule?meetingId=\",\n    \"params\": \"+aELYG7xzbgpE4sSyByw27/J11+QuSnMHV/Z5UDYfWhTYqOWLqSPG2bqRUBjUncGDhALE5PZ9lTtTK1n9yoQVLnHT58AUVANEe23Dzi1/62oOBZx+lpw7NeB0zqAYnGkVXjbchNC7PtZLcWA4VXjwuZvkIfkFqxZqA5hf9u2NpC6AMUyTo7j+Svyoc/S2Dit9IBrmbWhZcdn3eaNkVTkfqcW6RjX/LA+A9MgomWe9eQbgibpJGgUBN4KwmVQYQxiuwaSe4pMNyckOGg9EymjVPizsLSq9Iwc/tbj11RW6fPTbgquUyymeGYhIeIt0uONE/vAGiHO7Vkdn9gvAsQG5Y5aKvRF84zmd+vePfh7h43VvVoWH1w2lff5/Ks0rSDvAgRgdwXauZwudGoX0YWXHJfZEwEcgAbw16aLJiY6r+eLkgInglI2ZA9DfmE753JSbJ1PrtP7WNZYPI6NUvRORaKTg7xHPQg6ZrLTo1jo4L6qfP0nnn9D3sEmnVVxyfDeE+CVZWbawxjVTZFVTXL9/hVu2djwzEKlI9VxapB9qc1VK7cwBNLgC3qlnaaMr5Js\",\n    \"userFields\": [\n        {\n            \"name\": \"First Name\",\n            \"type\": \"text\",\n            \"value\": \"Test\"\n        },\n        {\n            \"name\": \"Last Name\",\n            \"type\": \"text\",\n            \"value\": \"pool\"\n        },\n        {\n            \"name\": \"Email\",\n            \"type\": \"text\",\n            \"value\": \"test@test.com\"\n        },\n        {\n            \"name\": \"Additional Guest Emails\",\n            \"type\": \"textarea\",\n            \"value\": []\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/round-robin-meeting"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 21:56:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"151"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"d8a183e4-ee84-427a-a9c7-b71d9c4bde4f"},{"key":"x-amz-apigw-id","value":"KHUVHFXYSK4Fg5Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68193420-7cdbcc9a2baf0c6f77d65cb0;Parent=24d8e2576d124b0f;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meetingId\": \"e1bjaka790ojci236so7gh3b6dmlgr2na1ojap3c6srmocjba1mg\",\n    \"organizerEmail\": \"person1@test.com\",\n    \"selectedUserId\": \"0058c00000CtXKaAAN\"\n}"}],"_postman_id":"f221fbc6-0349-4cd5-a376-584d60074cbb"}],"id":"f8b27b63-a16a-4a8e-9927-6008937e9191","description":"<p>Use these endpoints to finalize and book meetings after a timeslot has been selected.</p>\n<p>⚠️ <strong>Important:</strong> You <strong>must</strong> support both <code>POST /v1/meeting</code> and <code>POST /v1/round-robin-meeting</code>.</p>\n<p>The correct endpoint is determined by the availability response:</p>\n<ul>\n<li><p>If <code>pageInfo.displayAllPoolAvailability = true</code>, you must book using <code>POST /v1/round-robin-meeting</code>.</p>\n</li>\n<li><p>If <code>pageInfo.displayAllPoolAvailability = null</code> or <code>false</code>, you must book using <code>POST /v1/meeting</code>.</p>\n</li>\n</ul>\n<p>This behavior is driven by your scheduling graph configuration and cannot be assumed ahead of time.</p>\n","_postman_id":"f8b27b63-a16a-4a8e-9927-6008937e9191"},{"name":"Manage","item":[{"name":"v1/meeting/:meetingId","event":[{"listen":"test","script":{"id":"aa154bf0-a14b-48fe-b120-01442c714f9d","exec":[""],"type":"text/javascript","packages":{}}}],"id":"8f1dccb8-9726-4539-9f9e-374e491d175c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"scheduledTime\": {\n        \"start_time\": 1746547200000,\n        \"end_time\": 1746548100000,\n        \"timezone\": \"America/Los_Angeles\"\n    }\n}"},"url":"https://api.leandata.com/v1/meeting/:meetingId","description":"<p>This endpoint is used to reschedule an existing meeting by providing a new start and end time.</p>\n<p>💡 The <code>:meetingId</code> path parameter should be replaced with the unique ID of the meeting you want to update.</p>\n<hr />\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>scheduledTime</code> (required) — An <strong>object</strong> that defines the selected meeting time.</p>\n<ul>\n<li><p><code>start_time</code> (required) — A <strong>number</strong> representing the meeting start time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>end_time</code> (required) — A <strong>number</strong> representing the meeting end time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>timezone</code> — A <strong>string</strong> in IANA format (e.g. <code>America/Los_Angeles</code>). This value is used solely for <strong>formatting</strong> the confirmation email sent to the prospect. The actual meeting time is determined using the raw timestamps.</p>\n</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"response-body-parameters\">Response Body Parameters</h4>\n<ul>\n<li><p><code>meetingId</code> — A <strong>string</strong> representing the unique identifier for the booked meeting.</p>\n</li>\n<li><p><code>organizerEmail</code> — A <strong>string</strong> containing the email address of the assigned rep who will host the meeting.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","meeting",":meetingId"],"host":["api","leandata","com"],"query":[],"variable":[{"id":"be8a6cdf-f9e5-4887-8a7c-1befef062f14","description":{"content":"<p>A string representing the unique identifier for the booked meeting.</p>\n","type":"text/plain"},"type":"any","value":"","key":"meetingId"}]}},"response":[{"id":"347fc2b3-a5e7-4e52-8508-4b22840c6e88","name":"Successful Response","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"scheduledTime\": {\n        \"start_time\": 1746547200000,\n        \"end_time\": 1746548100000,\n        \"timezone\": \"America/Los_Angeles\"\n    }\n}"},"url":"https://api.leandata.com/meeting/e1bjaka790ojci236so7gh3b6dmlgr2na1ojap3c6srmocjba1mg"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 22:36:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"113"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4411f6c8-51b3-4a8b-9966-784e204ae540"},{"key":"x-amz-apigw-id","value":"KHaHMEivyK4FkqQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68193d60-13512e29181725c859394a9a;Parent=1bd7df2e59344912;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meetingId\": \"e1bjaka790ojci236so7gh3b6dmlgr2na1ojap3c6srmocjba1mg\",\n    \"organizerEmail\": \"person1@test.com\"\n}"}],"_postman_id":"8f1dccb8-9726-4539-9f9e-374e491d175c"},{"name":"v1/meeting/:meetingId","event":[{"listen":"test","script":{"id":"61eb7395-bc82-4f84-8acd-12f654e94f0a","exec":[""],"type":"text/javascript","packages":{}}}],"id":"0e79e9a1-e890-466a-ae3f-d8c14ba86079","protocolProfileBehavior":{"disabledSystemHeaders":{"host":true,"user-agent":true,"accept":true,"accept-encoding":true,"connection":true},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://api.leandata.com/v1/meeting/:meetingId","description":"<p>This endpoint cancels a previously scheduled meeting. It requires only the meeting ID in the URL path—no request body is needed.</p>\n<p>A successful cancellation returns a <code>200 OK</code> status. There is no response body.</p>\n","urlObject":{"protocol":"https","path":["v1","meeting",":meetingId"],"host":["api","leandata","com"],"query":[],"variable":[{"id":"36841a39-2e50-477c-858d-b6c8f611ff49","description":{"content":"<p>A string representing the unique identifier for the booked meeting.</p>\n","type":"text/plain"},"type":"any","value":"","key":"meetingId"}]}},"response":[{"id":"d86089f4-6e72-4e6c-85c4-63e9545c079b","name":"Successful Deletion","originalRequest":{"method":"DELETE","header":[],"url":"https://api.leandata.com/v1/meeting/6tbmgcajepbl8i37a1a4qsa4dh3lkiqjap6n2j2m6ks48q3pcpp0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 23:59:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"0"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"4ca603c5-9b47-417f-8949-2e902e891f88"},{"key":"x-amz-apigw-id","value":"KK5SpEdYyK4FrBg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-681aa276-0ca809895a582a734eb0111a;Parent=7d3aa4fcf2c5048a;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0e79e9a1-e890-466a-ae3f-d8c14ba86079"}],"id":"22861ed1-b7a3-4f43-b815-bb95a668076e","_postman_id":"22861ed1-b7a3-4f43-b815-bb95a668076e","description":""}],"id":"fdbf17f7-27be-4080-a054-425488bbac58","description":"<p>Manage the full lifecycle of meetings-- including creation, retrieval, updates, cancellations, and rescheduling. These endpoints support booking confirmations, reschedule flows, auditing/debugging, and agentic scheduling workflows.</p>\n<p><strong>Retrieve</strong></p>\n<ul>\n<li><p><strong>GET</strong> <code>/v1/meetings</code> - retrieve meetings associated with a prospect by email</p>\n</li>\n<li><p><strong>GET</strong> <code>/v1/meeting/{meetingId}</code></p>\n</li>\n</ul>\n<p><strong>Create</strong></p>\n<ul>\n<li><p><strong>POST</strong> <code>/v1/meeting</code></p>\n</li>\n<li><p><strong>POST</strong> <code>/v1/round-robin-meeting</code></p>\n</li>\n</ul>\n<p><strong>Manage</strong></p>\n<ul>\n<li><p><strong>PATCH</strong> <code>/v1/meeting/{meetingId}</code></p>\n</li>\n<li><p><strong>DELETE</strong> <code>/v1/meeting/{meetingId}</code></p>\n</li>\n</ul>\n","_postman_id":"fdbf17f7-27be-4080-a054-425488bbac58"},{"name":"Legacy (still supported)","item":[{"name":"/v1/scheduling/route (legacy)","event":[{"listen":"test","script":{"id":"6ef30a4f-4785-4001-85f7-c1c8d2e7e019","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1e9fbd5e-fd06-4aba-959b-07d25ff32aff","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_ld_nodeName\": \"API Demo\",\n  \"_ld_uid\": \"6f1df9c8-479d-44e0-b98c-2f329b3d6ac8\",\n  \"formData\": { \n    \"state\": \"California\",\n    \"phone\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"lastname\": \"pool\",\n    \"firstname\": \"Test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route","description":"<p><strong>Legacy routing-only endpoint</strong>. Runs routing and returns routing results as encrypted token, but does not return availability. Existing integrations may continue using this endpoint. For new builds, prefer <code>POST /v1/scheduling/route-and-fetch-availability</code>.</p>\n<p>Depending on the concluding routing decision, this endpoint will either return data needed to query for the next endpoint, a redirect link, or an indication to render your fallback experience.</p>\n<p><strong>Typical follow-up:</strong>  </p>\n<p>Call <code>POST /v1/scheduling/retrieve-info</code> (legacy) or use the combined endpoint instead.</p>\n<hr />\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>_ld_nodeName</code> (required) — A <strong>string</strong> value that contains the name of your Trigger Node (in the BookIt Flowbuilder)</p>\n</li>\n<li><p><code>_ld_uid</code> (required) — A <strong>string</strong> value that contains your <a href=\"https://bookit-api.leandata.com/#37d94fab-525c-42e3-bdb2-6cf656f8d7f0\">BookIt Unique Log ID</a>.</p>\n</li>\n<li><p><code>formData</code> (required) — An <strong>object</strong> that contains the prospect data needed for the BookIt Flowbuilder and routing process.</p>\n<ul>\n<li>All keys (case-sensitive) must exactly match API Field Names defined in your Trigger Node within your BookIt Flowbuilder. For more information, check out the <a href=\"https://leandatahelp.zendesk.com/hc/en-us/articles/5987002499995-New-Prospect-Trigger-Node\">Trigger Node Implementation guide</a>.</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"response-body-parameters\">Response Body Parameters</h4>\n<ul>\n<li><p><code>responseType</code> — A <strong>string</strong> that indicates the routing outcome determined by the BookIt routing graph. Possible values are:</p>\n<ul>\n<li><p><code>\"calendar\"</code> — The routing graph reached a <strong>\"Schedule\"</strong> node. Encrypted scheduling parameters are returned in the <code>params</code> field.</p>\n</li>\n<li><p><code>\"redirect\"</code> — The routing graph reached a <strong>\"Redirect to URL\"</strong> node. A redirect URL is returned in the <code>redirect</code> field.</p>\n</li>\n<li><p><code>\"none\"</code> — The routing graph reached an <strong>\"End of Flow\"</strong> node. No scheduling or redirect data is returned. This can be used to trigger a fallback experience in your UI.</p>\n</li>\n</ul>\n</li>\n<li><p><code>params</code> <em>(optional)</em> — A <strong>string</strong> value that is base64-encoded and acts as a token for retrieving the scheduling page data the subsequent API call.</p>\n<ul>\n<li><p>Only present when <code>responseType</code> is <code>\"calendar\"</code>.</p>\n</li>\n<li><p>This value should be passed to the appropriate scheduling endpoint to retrieve the full scheduling page configuration.</p>\n</li>\n<li><p>You <strong>do</strong> <strong>not</strong> need to decrypt this string manually.</p>\n</li>\n</ul>\n</li>\n<li><p><code>redirect</code> <em>(optional)</em> — A <strong>string</strong> containing the URL configured in the <strong>\"Redirect to URL\"</strong> node of the BookIt routing graph.</p>\n<ul>\n<li><p>Only present when <code>responseType</code> is <code>\"redirect\"</code>.</p>\n</li>\n<li><p>Redirect users to this URL to continue the scheduling process as defined by your routing configuration.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","scheduling","route"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"b7dc9a16-1f6f-40d3-83dd-c2c2f405afc0","name":"Successful Calendar Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_ld_nodeName\": \"API Demo\",\n  \"_ld_uid\": \"c149cd78-377c-4549-ae62-3910ebe3b6ec\",\n  \"formData\": { \n    \"state\": \"California\",\n    \"phone_number\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"lastname\": \"single\",\n    \"firstname\": \"Test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 22:08:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"615"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"f213edde-1320-46a5-971c-298d4db7203f"},{"key":"x-amz-apigw-id","value":"KHWACHwSyK4FvTA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-681936cc-64b045f0555dc8396cf3f1a3;Parent=0a6736bfa2121647;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"calendar\",\n    \"params\": \"2qU8Onqp4ryUDXcqErye5J4VuQ1Sp5QBceHRTo2bRdRBX4GVMF1uETtLMq57Dg/HyWr5om6Bctxe1fyL/U1fiq+nf/vJjYCdLST0R5nPNf6pv+ITVM3HbfEUib9PnonvpW1KqmhBM21pfkSIQhUa9JPJDW7OHetQuoZu2yBEQhsOBo6/j9N0fnK0pSPw2KbG7OkZC2UPkjX2xLM7zZez0leUBeAXTAF39c+2i157R58Pj0YCgeNk2S/Sp5Ob5+Pu2zW6YkTz4dBvZdCDBjIr2q2/z0x83fMnTbO75FDPAeLL+q9+qu5idnzDhO6PuBecr3KAfXYZOj1jmlcUvqH4CklcJBtgwUWqaZUn5Q9OWgzhzhtrozUV/qV06h/STQhrmWGppZdTgNg8WuysiITBeM6GFTFZ2qBqGsDaxmO9tAicL38AaMJTDcL8k9x1Cz6rrDI5TAOTWBOtwFO123NFQ1vdMdLu1W7o/pAzaw+6rLl4adnOHyp/tGmvsWIPDqjT/xMS042HPywTK9Tf4idqqStW4AqpCTy7zx3VQHh2QfkBitKkyyLhpLk/ACFC8V2g\"\n}"},{"id":"6bc90bbc-e752-4aa5-9f91-f95cbbfab65d","name":"Successful Redirect Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_ld_nodeName\": \"Demo Request\",\n  \"_ld_uid\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\",\n  \"formData\": { \n    \"state\": \"California\",\n    \"phone_number\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"last_name\": \"Test\",\n    \"first_name\": \"Test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 20:28:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8e9fea06-d215-45d5-86c3-3a3a4a568476"},{"key":"x-amz-apigw-id","value":"J9Oh8GgbSK4FqZw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68152ad8-25deb458112e826e230ff075;Parent=4483af8fba5cecbd;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"redirect\",\n    \"redirect\": \"https://www.leandata.com\"\n}"},{"id":"7108ce4d-2158-4120-8bcf-d7dbc2d57c19","name":"Successful End Of Flow Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_ld_nodeName\": \"Demo Request\",\n  \"_ld_uid\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\",\n  \"formData\": {\n    \"state\": \"California\",\n    \"phone_number\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"last_name\": \"Test\",\n    \"first_name\": \"Test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 20:30:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"23"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"1cfc9ba5-65b6-4a5a-bb49-ca7073a5e0b1"},{"key":"x-amz-apigw-id","value":"J9O63GMmyK4FQpQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68152b78-6a5dcad26fec3af65cd65b2a;Parent=3f4021340215028f;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"none\"\n}"},{"id":"ba282b68-29a0-4a4d-979d-ad5dd306bf6b","name":"Missing Required Inputs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_ld_uid\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\",\n  \"formData\": {\n    \"state\": \"California\",\n    \"phone_number\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"last_name\": \"Test\",\n    \"first_name\": \"Test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 20:34:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"66"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"c7f65ead-b780-464a-8e3e-f16a34ac2c42"},{"key":"x-amz-apigw-id","value":"J9PdyGW5yK4FSbA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68152c57-53127eb443c73d920cc191d9;Parent=1747aa0868e1d93f;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: Missing required input: _ld_nodeName\"\n}"},{"id":"d7353cd2-8b3e-4870-830f-cbd9367838fc","name":"Invalid Node Name","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"_ld_nodeName\": \"Fake Node Name\",\n  \"_ld_uid\": \"c149cd78-377c-4549-ae62-3910ebe3b6ed\",\n  \"formData\": { \n    \"state\": \"California\",\n    \"phone_number\": \"1234567899\",\n    \"email\": \"test@test.com\",\n    \"last_name\": \"Test\",\n    \"first_name\": \"Test\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/route"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 15:46:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"38"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"db9e0d41-58d8-41f2-96ca-e477313306f4"},{"key":"x-amz-apigw-id","value":"KGeHPHwvSK4Fe3Q="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6818dd61-50db348c6d0caec17b09d278;Parent=1c6a905ab8974da6;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid Node name provided\"\n}"}],"_postman_id":"1e9fbd5e-fd06-4aba-959b-07d25ff32aff"},{"name":"/v1/scheduling/retrieve-info (legacy)","event":[{"listen":"test","script":{"id":"07dff13c-56bb-45cc-bbe7-cd064907524b","exec":[""],"type":"text/javascript","packages":{}}}],"id":"857bee86-8417-4250-a40f-3b054f42e6bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"params\": \"nrnDRrVpi6nUm+gY7Lw1BZQZy9kfhw4IdS7sIIwN6d2ft5qxOweTl78xlhFaJB02xSw/7eocYRiNWO+RSlsVjLk+EK4Dek7jnUxQnsJktz3fV6N47WjcN0hvmYXVs1t97XvgdfrvasqhfM6VYrgmQwDquxf8MH06URvXxVtcSpKi98X3jYG4S/R10nz9S1upt1XhVpMu+vSeLhS4kNMM5s1fWlVVZLEvHb0T5x8ZV1gkSUDZ33tZsIbBInrGuZ/382TI6behsySaNaW3fpPap1y8vXgM3V9JH2YlM6S9VDvDFJ7TYbhdglVnsTHHZpEeRGcMoY7cnD3VSHKdG4aA/tgYWkJiNQShFIV7CTHD3alvVALdGhEP/XHFQsrAhbfu52+Vm7vRdyrqMCWIUOWCNcQzQBDqP63S2pKltNGZUrM4xj0WJfTMNd4z/5O5jjRYC1s1TvleepGPYM0OeLu+E6Fmpi5jVlHKSCI7oMK4Pgtt8uSXHt4JP3OoJjuHt8IDB9xVKXA/tdWL/utiTyexjRlkOpnj8wobVU+8mDyxq9bG7ytLJBrhx1gvTx0k157C\"\n}"},"url":"https://api.leandata.com/v1/scheduling/retrieve-info","description":"<p><strong>Use this endpoint when booking a meeting for the first time.</strong> This endpoint returns comprehensive scheduling data needed to build a booking experience, including meeting configuration, host availability, and user information. This data enables the construction of a scheduling page with available time slots, host details, working hours, and meeting parameters.</p>\n<hr />\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>params</code> (required) — A <strong>string</strong> that contains encrypted details of the scheduling context. This should be the value that was returned from the <code>/v1/scheduling/route</code> endpoint.</li>\n</ul>\n<hr />\n<h4 id=\"response-body-parameters\">Response Body Parameters</h4>\n<ul>\n<li><p><code>meeting</code> — An <strong>object</strong> that contains metadata about the meeting type.</p>\n<ul>\n<li><p>❗️<strong>Note:</strong> All data in the <code>meeting</code> object is sourced directly from the <strong>Meeting Type c</strong>onfiguration in the LeanData application. If any updates or changes are needed to this information—such as duration, description, buffer settings, etc.—they must be made in the LeanData application under the corresponding <strong>Meeting Type</strong> configuration. This data cannot be modified through the API.</p>\n</li>\n<li><p><code>name</code> — A <strong>string</strong> that contains the name of the meeting type</p>\n</li>\n<li><p><code>duration</code> — An <strong>object</strong> that describes the meeting duration</p>\n<ul>\n<li><p><code>unit</code> — A <strong>string</strong> that represents the time unit. (e.g. <code>min</code>)</p>\n</li>\n<li><p><code>value</code> — A <strong>number</strong> that represents the duration value</p>\n</li>\n</ul>\n</li>\n<li><p><code>formFields</code> — An <strong>array of 9 form field objects</strong> that represent the input fields required to finalize the booking of the meeting. These form fields should appear on the <strong>final confirmation screen</strong> before the meeting is booked as these form values are used as variables in confirmation emails. LeanData will also use these values to send the confirmation email to. The fields are configured in the <strong>Meeting Type</strong> configuration under the \"<strong>Additional Questions</strong>\" tab in the LeanData application— The default and required form fields are <code>First Name</code>, <code>Last Name</code>, <code>Email</code>, and <code>Additional Guest Emails</code>. Admins can configure up to 5 <strong>additional custom questions.</strong></p>\n<ul>\n<li><p>The fields that represent the optional additional questions will have a property of <code>isAdditionalQuestion: true</code>. If no additional questions are configured in the Meeting Type, these fields will have empty <code>name</code> values and should be treated as unused.</p>\n</li>\n<li><p>❗️ <strong>Important</strong>: You must send back values for <strong>all defined fields</strong> when booking a meeting.</p>\n<ul>\n<li><p>If only the default fields are configured (First Name, Last Name, Email, and Guest Emails), then only those 4 values need to be returned.</p>\n</li>\n<li><p>If any optional questions are configured, values for those must also be included in the booking request.</p>\n</li>\n</ul>\n</li>\n<li><p><code>name</code> — A <strong>string</strong> of the Field label.</p>\n</li>\n<li><p><code>type</code> — A <strong>string</strong> that represents the input type (e.g., <code>text</code>)</p>\n</li>\n<li><p><code>readOnly</code> — A <strong>boolean</strong> that signifies whether a field can be edited. This value is based on the settings defined in the Meeting Type configuration.</p>\n</li>\n<li><p><code>required</code> — A <strong>boolean</strong> that signifies whether a field is mandatory. This value is based on the settings defined in the Meeting Type configuration.</p>\n</li>\n<li><p><code>validation</code> — An optional <strong>string</strong> that represents the type of validation to apply to the input. The only supported value is <code>email</code>, which signals that the input should be validated as a properly formatted email address. If no value is provided, standard text validation (e.g., checking for non-empty input if the field is required) is assumed.</p>\n</li>\n<li><p><code>isAdditionalQuestion</code> — A <strong>boolean</strong> that signifies whether the field is an additional custom question</p>\n</li>\n</ul>\n</li>\n<li><p><code>description</code> — A <strong>string</strong> that contains the calendar event description</p>\n</li>\n<li><p><code>customRange</code> — An <strong>object</strong> specifying a custom date range available for booking.</p>\n<ul>\n<li><p><code>startTime</code> — A <strong>number</strong> (UNIX timestamp) for when the date range begins</p>\n</li>\n<li><p><code>endTime</code> — A <strong>number</strong> (UNIX timestamp) for when the date range ends.</p>\n</li>\n<li><p><code>timezone</code> — A <strong>string</strong> representing the timezone used in the <a href=\"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List\">IANA Time Zone Database</a> format. (e.g. <code>America/Los_Angeles</code>)</p>\n</li>\n</ul>\n</li>\n<li><p><code>redirectURL</code> — A <strong>string</strong> URL that is set in the Meeting Type configuration. This is the URL where the prospect should be redirect to upon successful booking.</p>\n</li>\n<li><p><code>internalName</code> — A <strong>string</strong> used internally to identify the meeting type. This is set in the Meeting Type configuration.</p>\n</li>\n<li><p><code>pageStyle</code> — An <strong>object</strong> that defines branding settings for the scheduling page. This is set in the LeanData application.</p>\n<ul>\n<li><code>styleColor</code> — A <strong>string</strong> representing the primary hex color code used to theme UI elements (e.g. buttons, highlights) on the scheduling page.</li>\n</ul>\n</li>\n<li><p><code>logo</code> — A <strong>string</strong> representing the URL of the company logo (uploaded in the LeanData application) to be displayed on the scheduling page. If empty, no logo was uploaded to the application.</p>\n</li>\n</ul>\n</li>\n<li><p><code>pageInfo</code> — An <strong>object</strong> that contains general page metadata.</p>\n<ul>\n<li><p><code>displayAllPoolAvailability</code> — A <strong>boolean/null</strong> that indicates to show all availability for all pool members. If this value is <code>true</code>, then you will need to use the <code>/v1/round-robin-meeting</code> endpoint to book the meeting.</p>\n</li>\n<li><p><code>round robin pool id</code> — A <strong>string/null</strong> that contains the ID of round-robin scheduling pool if applicable</p>\n</li>\n<li><p><code>userIds</code> — An <strong>array</strong> that contains user IDs involved in the meeting (hosts or pool members). This array can be used to display representative names on the scheduling calendar.</p>\n<ul>\n<li><strong>Note:</strong> If the array is <strong>empty</strong>, it indicates that the meeting is being scheduled with a round robin pool, and the final rep has not yet been selected. The actual rep will be determined later based on the selected time slot, availability, and pool assignment logic.</li>\n</ul>\n</li>\n<li><p><code>prefillFields</code> — An <strong>object</strong> that contains form submission data for the prospect, specifically their <code>\"First Name\"</code>, <code>\"Last Name\"</code>, and <code>\"Email\"</code>. These values can be used to pre-populate the prospect's information before finalizing the meeting booking.</p>\n<ul>\n<li><strong>Note</strong>: to receive these pre-populated values, your Trigger Node form fields must be mapped to our default First Name, Last Name, Email variables.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>availability</code> — An <strong>object</strong> that contains available time slots and a mapping of user indices to user IDs.</p>\n<ul>\n<li><p>❗️<strong>Note:</strong> If this object is empty, then this is an indicator that either the meeting type expired or there are no availability in the pool (e.g. all members are on vacations). In this scenario, please revert to your fallback experience.</p>\n</li>\n<li><p><code>indexToUserIdMap</code> — An <strong>object</strong> that maps numeric indices (used in <code>timeSlots.users</code>) to user IDs from the <code>userIdToInfoMap</code> object.</p>\n</li>\n<li><p><code>timeSlots</code> — An <strong>array</strong> of time slot objects that represent available meeting windows. You can use this data to render available times on your scheduling UI.</p>\n<ul>\n<li><p><code>start_time</code> — A <strong>number</strong> that represents the start time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>end_time</code> — A <strong>number</strong> that represents the end time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>users</code> — An <strong>array</strong> of <strong>numbers</strong> that reference user indices from <code>indexToUserIdMap</code>. These represent the users who are available during this time slot.</p>\n<ul>\n<li>❗️<strong>Note:</strong> You'll need to use the corresponding user IDs (from <code>indexToUserIdMap</code>) as part of the request payload when booking the meeting.</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>userIdToInfoMap</code> — An <strong>object</strong> that maps user IDs to user-specific details used for scheduling.</p>\n<ul>\n<li><p>❗️<strong>Note:</strong> The information in <code>userIdToInfoMap</code> is <em><strong>not required</strong></em> to build the core calendar UI. It is provided as supplementary context.</p>\n</li>\n<li><p><code>[userId]</code> — An <strong>object</strong> where each key is a user ID and each value is a user object.</p>\n<ul>\n<li><p><code>FirstName</code> — A <strong>string</strong> that represents the user's first name.</p>\n</li>\n<li><p><code>LastName</code> — A <strong>string</strong> that represents the user's last name.</p>\n</li>\n<li><p><code>Email</code> — A <strong>string</strong> that represents the user's email address.</p>\n</li>\n<li><p><code>TimeZoneSidKey</code> — A <strong>string</strong> that represents the user's primary time zone, using the <a href=\"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List\">IANA Time Zone Database</a> format. (e.g. <code>America/Los_Angeles</code>)</p>\n</li>\n<li><p><code>ConferenceLink</code> — A <strong>string</strong> that represents the user's conferencing URL</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","scheduling","retrieve-info"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"3d3e13a5-bd7b-4e15-be44-cc206deaaa60","name":"Single Host - Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"params\": \"/xj2RS3iqy5evk7sbAmo33x3R+CXaCUr1tD4TbAZnOdhyGicg6oF3eXZvnmJqr39FaaFocUFoZurSv4E6UcP3oBsQQuBotwV1E/Qz0/Y05XgcMZsHdmvjRSMaXl279bRuzKbe9ed2Mr0AIHOKxgjL0RJ+DhPCG3OI1Vg/8TnE5TfAk8l4feNSw8lq8/Urb3Vjde/t19ocETQArEIBwURXA4m1RNIWNphZRyDDOWQjsNXiyljuO51vkXmUID5JnXFysP0Zz+e+E409Kk1DBhEm6fSNQmNCAd7UrJx8/+RSgvTna0UyqlOc2vkf59PK95qeG+RMwBk9yzKpvOxYMrmV+kKwunJmKy1kL64Vmi+sBClk5MhUlAa+zNpmMdCkcNxXZ6n/VicxpGTL42fmnQq+sElmiF5EMYXOq+GeHhaozyGfGLcXq/aYIjUlp5Bgh6ygFyhXlAMXJSJ3pJMFYQvx/LELMN3bugC49ZM7lY7QZuNs/sH7dyUrpa/gHHmo8UdiZP79lzEmrKB6C/I0T7ckp0SZnU0Wehjt/RGRKpZjNU=\"\n}"},"url":"https://api.leandata.com/v1/scheduling/retrieve-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 21:16:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36639"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"9511d9cf-de94-44ee-bad2-3430e5b46841"},{"key":"x-amz-apigw-id","value":"KHOayE-JSK4FmdA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68192aab-0d67ac61327531b262a9a2ee;Parent=0c746d19482013df;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meeting\": {\n        \"name\": \"BookIt Demo Meeting\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 15\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"readOnly\": true,\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"readOnly\": true,\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"readOnly\": true,\n                \"required\": true,\n                \"validation\": \"email\"\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"hideRow\": true,\n                \"isValid\": true,\n                \"required\": false,\n                \"validation\": \"email\"\n            },\n            {\n                \"name\": \"What is your company size?\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"required\": true,\n                \"isAdditionalQuestion\": true\n            },\n            {\n                \"name\": \"What product are you interested in?\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"required\": false,\n                \"isAdditionalQuestion\": true\n            },\n            {\n                \"name\": \"\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"required\": false,\n                \"isAdditionalQuestion\": true\n            },\n            {\n                \"name\": \"\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"required\": false,\n                \"isAdditionalQuestion\": true\n            },\n            {\n                \"name\": \"\",\n                \"type\": \"text\",\n                \"isValid\": true,\n                \"required\": false,\n                \"isAdditionalQuestion\": true\n            }\n        ],\n        \"description\": \"This meeting is a 30 minute demo\",\n        \"pageStyle\": {\n            \"styleColor\": \"#2DB670\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"displayAllPoolAvailability\": null,\n        \"round robin pool id\": null,\n        \"prefillFields\": {\n            \"Email\": \"test@test.com\",\n            \"Last Name\": \"explicit\",\n            \"First Name\": \"Test\"\n        },\n        \"userIds\": [\n            \"0058c00000AukxgAAB\"\n        ]\n    },\n    \"userIdToInfoMap\": {\n        \"0058c00000AukxgAAB\": {\n            \"FirstName\": \"Person1\",\n            \"LastName\": \"Person1\",\n            \"Email\": \"person1@test.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n        }\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"0058c00000AukxgAAB\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1746480600000,\n                \"end_time\": 1746481500000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746481500000,\n                \"end_time\": 1746482400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746482400000,\n                \"end_time\": 1746483300000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746483300000,\n                \"end_time\": 1746484200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746484200000,\n                \"end_time\": 1746485100000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746485100000,\n                \"end_time\": 1746486000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746486000000,\n                \"end_time\": 1746486900000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746486900000,\n                \"end_time\": 1746487800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746487800000,\n                \"end_time\": 1746488700000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746488700000,\n                \"end_time\": 1746489600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746489600000,\n                \"end_time\": 1746490500000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746490500000,\n                \"end_time\": 1746491400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746491400000,\n                \"end_time\": 1746492300000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746492300000,\n                \"end_time\": 1746493200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746493200000,\n                \"end_time\": 1746494100000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746494100000,\n                \"end_time\": 1746495000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746495000000,\n                \"end_time\": 1746495900000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746495900000,\n                \"end_time\": 1746496800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746496800000,\n                \"end_time\": 1746497700000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746497700000,\n                \"end_time\": 1746498600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746498600000,\n                \"end_time\": 1746499500000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746499500000,\n                \"end_time\": 1746500400000,\n                \"users\": [\n                    1\n                ]\n            }\n        ]\n    }\n}"},{"id":"892ac296-78e0-46b2-b0ea-03ff69f1646d","name":"Round Robin Pool - Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"params\": \"cq9FDDOJqnHNT2mv6lYV+775ULzZdYafW7szHeNqOsQXktZr/i5KJPBgIG02Cfv+kJKQjtTorkUypFjx11bt4U1Ig5uQowD7x74pxYSl9cL3wKkEyfO3VtBx2dqfKa6SH43jUrNnnuuVWYU7zYgdQmv57zyhDdq9xWO48GQ9E5kZbPJC+TSJwR/fvE2/c2ctdgAsupnU1F+1pVC+V4rZgI3UDq2KTp0opPeP48YnzTeEck2S1vswfSOi8Q6v1enrJ+W2ArDoxJLBrkJ0xq+aHEbifPodUtiTQlbsxiFhYXRXzvG3n0CRZAZ8yUhhLOxpq9Z/KuXOuEqUdcyVIxgUFwPWAx10zesFqcS6qHPdVG122IgTHNhbl5EUqlcRbkMCAo/Hc6bP3nE+/rFJQrEMxd2tLiKQFeIYRR1uVnHTNgVAw2d2ZnRhT0hMUic3kbWtFXuYabbQcdkEhAy7xJGT5pAlSLe31aOFNI7v39Z1ZEwnibFyC24K9bjjFunOEOItaCCyzx65Z9rd9xWWyGmzhUL32KYg+ch9phB8qvFLdHBm0B9vfLh6hhPr607N3mTN\"\n}"},"url":"https://api.leandata.com/v1/scheduling/retrieve-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 May 2025 20:19:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"55659"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"3638f6c6-63b0-479a-9500-9496fdcc2191"},{"key":"x-amz-apigw-id","value":"KKZCTEpZSK4FTAA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-681a6edb-692cb884622523971abb6e2c;Parent=695d11eb7877cbe8;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meeting\": {\n        \"name\": \"API Demo Request\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 15\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"readOnly\": true,\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"readOnly\": true,\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"validation\": \"email\"\n            },\n            {\n                \"name\": \"\",\n                \"type\": \"text\",\n                \"required\": false\n            },\n            {\n                \"name\": \"\",\n                \"type\": \"text\",\n                \"required\": false\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"required\": false,\n                \"validation\": \"email\"\n            }\n        ],\n        \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n        \"pageStyle\": {\n            \"styleColor\": \"#2DB670\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"displayAllPoolAvailability\": true,\n        \"round robin pool id\": \"a0jKa000009oGa2IAE\",\n        \"prefillFields\": {\n            \"Email\": \"test@test.com\",\n            \"Last Name\": \"pool\",\n            \"First Name\": \"Test\"\n        }\n    },\n    \"userIdToInfoMap\": {\n        \"0058c00000CssZGAAZ\": {\n            \"FirstName\": \"Adele\",\n            \"LastName\": \"Vance\",\n            \"Email\": \"AdeleV@testdomain.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\"\n        },\n        \"0058c00000CtXJhAAN\": {\n            \"FirstName\": \"Diego\",\n            \"LastName\": \"Siciliani\",\n            \"Email\": \"DiegoS@testdomain.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.diegoconferencelink.com\"\n        },\n        \"0058c00000AukyPAAR\": {\n            \"FirstName\": \"Person2\",\n            \"LastName\": \"Person2\",\n            \"Email\": \"person2@testdomain.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.p2conferencelink.com\"\n        },\n        \"0058c00000CtXKaAAN\": {\n            \"FirstName\": \"Isaiah\",\n            \"LastName\": \"Langer\",\n            \"Email\": \"IsaiahL@testdomain.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.isaiahconferencelink.com\"\n        },\n        \"0058c00000CssZLAAZ\": {\n            \"FirstName\": \"Alex\",\n            \"LastName\": \"Wilber\",\n            \"Email\": \"AlexW@testdomain.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.alexconferencelinks.com\"\n        },\n        \"0058c00000AukxgAAB\": {\n            \"FirstName\": \"Person1\",\n            \"LastName\": \"Person1\",\n            \"Email\": \"person1@testdomain.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.p1conferencelink.com\"\n        }\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"0058c00000CssZGAAZ\",\n            \"2\": \"0058c00000CtXJhAAN\",\n            \"3\": \"0058c00000AukyPAAR\",\n            \"4\": \"0058c00000CtXKaAAN\",\n            \"5\": \"0058c00000AukxgAAB\",\n            \"6\": \"0058c00000CssZLAAZ\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1746563400000,\n                \"end_time\": 1746564300000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746564300000,\n                \"end_time\": 1746565200000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746565200000,\n                \"end_time\": 1746566100000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746566100000,\n                \"end_time\": 1746567000000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746567000000,\n                \"end_time\": 1746567900000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746567900000,\n                \"end_time\": 1746568800000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746568800000,\n                \"end_time\": 1746569700000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746569700000,\n                \"end_time\": 1746570600000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746570600000,\n                \"end_time\": 1746571500000,\n                \"users\": [\n                    1,\n                    2,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746571500000,\n                \"end_time\": 1746572400000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746572400000,\n                \"end_time\": 1746573300000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746573300000,\n                \"end_time\": 1746574200000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746574200000,\n                \"end_time\": 1746575100000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746575100000,\n                \"end_time\": 1746576000000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746576000000,\n                \"end_time\": 1746576900000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746576900000,\n                \"end_time\": 1746577800000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746577800000,\n                \"end_time\": 1746578700000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746578700000,\n                \"end_time\": 1746579600000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746579600000,\n                \"end_time\": 1746580500000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746580500000,\n                \"end_time\": 1746581400000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746581400000,\n                \"end_time\": 1746582300000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746582300000,\n                \"end_time\": 1746583200000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746583200000,\n                \"end_time\": 1746584100000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746584100000,\n                \"end_time\": 1746585000000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746585000000,\n                \"end_time\": 1746585900000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746585900000,\n                \"end_time\": 1746586800000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746633600000,\n                \"end_time\": 1746634500000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746634500000,\n                \"end_time\": 1746635400000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746635400000,\n                \"end_time\": 1746636300000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    5\n                ]\n            },\n            {\n                \"start_time\": 1746636300000,\n                \"end_time\": 1746637200000,\n                \"users\": [\n                    1,\n                    2,\n                    3,\n                    4,\n                    6\n                ]\n            }\n        ]\n    }\n}"},{"id":"14d6cf9c-253d-4e99-bc86-075a32624d9f","name":"Unauthorized User's Calendar Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"params\": \"Iiu4YPA2YBfyAdGw/NCxh7l4Z5xIPk9hN5zWCXNovDhinTFgc9fMtY2xRhHFx/CWpedKD8Y2Pfg6AQR0utcr3qf5KHU2UNUBAoFirYZniL+XYXcWt4YtZ36UOh6vyxnmyZV2S+wzNh/B3bb2CVlUmTL0QZ88qdjcCULDCTtCTjyybTzbZ3+DLYuc7KnTLUgUX1RP0578zH35K0Q3eTyf/N1gJDtZ2T9zzTKjNZAy5RuLxIW5yc/itVSMsLX7NlulNOVh7/HA/R4o0Xi5YlWZA4mKECgmLVfYyVkRur18wuNm85QnhXamrJx7Img0ehuPZeVooaJujpc2Q39riHAKwdxH8DlTkbYvWXFLndCLn8AjnumwFWV7QtviexQXe5y+9ZWmD/jB9f27KhJONOGcAtTMhVFzhHx8MAgw8Llh0zlrxqtEkNgPvi5iuBQJKK8sG/AT+y/CG4Kegx4G6kI5b7DXoDEgVk7JU+M55LvYgWK6K8X4Bq8Y+B95mxCvvSVGzGGltPqPtO1sObUKVpRZT6MSZ+PsLH6KEyPw1I2Y2oU=\"\n}"},"url":"https://api.leandata.com/v1/scheduling/retrieve-info"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 02 May 2025 20:40:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"132"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"0409e66d-aae4-415a-ad03-76d81f059238"},{"key":"x-amz-apigw-id","value":"J9QZsEnDSK4FuMQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-68152dd7-145134ff72df35e905605fe4;Parent=76cefc80edbc87ac;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Please check the following users have the correct product access and their calendar tokens are valid: 005Kd0000056DucIAE\"\n}"},{"id":"51fb253c-e347-4dc6-b2ac-349b2605aee9","name":"Missing Required Inputs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"params\": \"\"\n}"},"url":"https://api.leandata.com/v1/scheduling/retrieve-info"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 15:58:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"60"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"91bbcb8b-4f0e-4275-84aa-dba5d039290c"},{"key":"x-amz-apigw-id","value":"KGf5AGotSK4FrBg="},{"key":"X-Amzn-Trace-Id","value":"Root=1-6818e039-158a82f353e7c46465ec26b2;Parent=1f34effd65c84d56;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: Missing required input: params\"\n}"}],"_postman_id":"857bee86-8417-4250-a40f-3b054f42e6bc"},{"name":"v1/scheduling/retrieve-modification-info (legacy)","id":"051ce91c-0ddb-4c31-8c07-a9d325ee3071","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"meetingId\": \"91s64s27ep6mqlig89936kqmat76oh2he923ep3p8tckee2ncsog\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/retrieve-modification-info","description":"<p>This endpoint returns the same scheduling payload as <code>v1/scheduling/retrieve-info</code>, but is specifically <strong>used when rescheduling or canceling an existing meeting</strong>. Use this endpoint to retrieve all necessary data to re-render the scheduling UI in a modification flow.</p>\n<hr />\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>eventId</code> (required) — A <strong>string</strong> representing the unique identifier of the booked meeting. This should be the <code>eventId</code> returned from a successful booking via the <code>/v1/meeting</code> or <code>/v1/round-robin-meeting</code> endpoints. It is required to retrieve the scheduling information for rescheduling or canceling the meeting.</p>\n<ul>\n<li>❗️<strong>Note:</strong> The BookIt API appends the <code>eventId</code> to the end of the <code>rescheduleLink</code> and <code>cancelLink</code> (provided during booking), which are sent to the prospect in the post-scheduling emails. When the prospect clicks one of these links, they are directed to your reschedule or cancel page. You can extract the <code>eventId</code> directly from the URL when the page loads.</li>\n</ul>\n</li>\n</ul>\n<hr />\n<h4 id=\"response-body-parameters\">Response Body Parameters</h4>\n<ul>\n<li><p><code>event</code> — An <strong>object</strong> representing the existing meeting being modified</p>\n<ul>\n<li><p><code>id</code> — A <strong>string</strong> unique identifier for the meeting.</p>\n</li>\n<li><p><code>status</code> — A <strong>string</strong> representing the meeting status (e.g., <code>\"confirmed\"</code>).</p>\n</li>\n<li><p><code>when</code> — An <strong>object</strong> indicating the start and end times.</p>\n<ul>\n<li><p><code>start_time</code> — A <strong>number</strong> (UNIX timestamp) for when the meeting starts.</p>\n</li>\n<li><p><code>end_time</code> — A <strong>number</strong> (UNIX timestamp) for when the meeting ends.</p>\n</li>\n</ul>\n</li>\n<li><p><code>organizer_email</code> — A <strong>string</strong> representing the email of the meeting organizer.</p>\n</li>\n</ul>\n</li>\n<li><p><code>meeting</code> — An <strong>object</strong> that contains configuration details about the meeting type.</p>\n<ul>\n<li><p>❗️<strong>Note:</strong> All data in the <code>meeting</code> object is sourced directly from the <strong>Meeting Type c</strong>onfiguration in the LeanData application. If any updates or changes are needed to this information—such as duration, description, buffer settings, etc.—they must be made in the LeanData application under the corresponding Meeting Type configuration. This data cannot be modified through the API.</p>\n</li>\n<li><p><code>name</code> — A <strong>string</strong> that contains the name of the meeting type</p>\n</li>\n<li><p><code>duration</code> — An <strong>object</strong> that describes the meeting duration</p>\n<ul>\n<li><p><code>unit</code> — A <strong>string</strong> that represents the time unit. (e.g. <code>min</code>)</p>\n</li>\n<li><p><code>value</code> — A <strong>number</strong> that represents the duration value</p>\n</li>\n</ul>\n</li>\n<li><p><code>formFields</code> — An <strong>array of 9 form field objects</strong> that represent the input fields required to finalize the booking of the meeting. These form fields should appear on the <strong>final confirmation screen</strong> before the meeting is booked as these form values are used as variables in confirmation emails. LeanData will also use these values to send the confirmation email to. The fields are configured in the <strong>Meeting Type</strong> configuration under the \"<strong>Additional Questions</strong>\" tab in the LeanData application— The default and required form fields are <code>First Name</code>, <code>Last Name</code>, <code>Email</code>, and <code>Additional Guest Emails</code>. Admins can configure up to 5 <strong>additional custom questions.</strong></p>\n<ul>\n<li><p>The fields that represent the optional additional questions will have a property of <code>isAdditionalQuestion: true</code>. If no additional questions are configured in the Meeting Type, these fields will have empty <code>name</code> values and should be treated as unused.</p>\n</li>\n<li><p>❗️ <strong>Important</strong>: You must send back values for <strong>all defined fields</strong> when booking a meeting.</p>\n<ul>\n<li><p>If only the default fields are configured (First Name, Last Name, Email, and Guest Emails), then only those 4 values need to be returned.</p>\n</li>\n<li><p>If any optional questions are configured, values for those must also be included in the booking request.</p>\n</li>\n</ul>\n</li>\n<li><p><code>name</code> — A <strong>string</strong> of the Field label.</p>\n</li>\n<li><p><code>type</code> — A <strong>string</strong> that represents the input type (e.g., <code>text</code>)</p>\n</li>\n<li><p><code>readOnly</code> — A <strong>boolean</strong> that signifies whether a field can be edited. This value is based on the settings defined in the Meeting Type configuration.</p>\n</li>\n<li><p><code>required</code> — A <strong>boolean</strong> that signifies whether a field is mandatory. This value is based on the settings defined in the Meeting Type configuration.</p>\n</li>\n<li><p><code>validation</code> — An optional <strong>string</strong> that represents the type of validation to apply to the input. The only supported value is <code>email</code>, which signals that the input should be validated as a properly formatted email address. If no value is provided, standard text validation (e.g., checking for non-empty input if the field is required) is assumed.</p>\n</li>\n<li><p><code>isAdditionalQuestion</code> — A <strong>boolean</strong> that signifies whether the field is an additional custom question</p>\n</li>\n</ul>\n</li>\n<li><p><code>description</code> — A <strong>string</strong> that contains the calendar event description</p>\n</li>\n<li><p><code>customRange</code> — An <strong>object</strong> specifying a custom date range available for booking.</p>\n<ul>\n<li><p><code>startTime</code> — A <strong>number</strong> (UNIX timestamp) for when the date range begins</p>\n</li>\n<li><p><code>endTime</code> — A <strong>number</strong> (UNIX timestamp) for when the date range ends.</p>\n</li>\n<li><p><code>timezone</code> — A <strong>string</strong> representing the timezone used in the <a href=\"https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List\">IANA Time Zone Database</a> format. (e.g. <code>America/Los_Angeles</code>)</p>\n</li>\n</ul>\n</li>\n<li><p><code>redirectURL</code> — A <strong>string</strong> URL that is set in the Meeting Type Configuration. This is the URL where the prospect should be redirect to upon successful booking.</p>\n</li>\n<li><p><code>internalName</code> — A <strong>string</strong> used internally to identify the meeting type. This is set in the Meeting Type Configuration.</p>\n</li>\n<li><p><code>pageStyle</code> — An <strong>object</strong> that defines branding settings for the scheduling page. This is set in the LeanData application.</p>\n<ul>\n<li><code>styleColor</code> — A <strong>string</strong> representing the primary hex color code used to theme UI elements (e.g. buttons, highlights) on the scheduling page.</li>\n</ul>\n</li>\n<li><p><code>logo</code> — A <strong>string</strong> representing the URL of the company logo (uploaded in the LeanData application) to be displayed on the scheduling page. If empty, no logo was uploaded to the application.</p>\n</li>\n</ul>\n</li>\n<li><p><code>pageInfo</code> — An <strong>object</strong> that contains metadata related to the current scheduling request.</p>\n<ul>\n<li><p><code>displayAllPoolAvailability</code> — will always be <strong>null</strong> since the round robin pool member (if applicable) was already selected in the initial booking.</p>\n</li>\n<li><p><code>round robin pool id</code> — will always be <strong>null</strong> since the round robin pool member was already selected in the initial booking.</p>\n</li>\n<li><p><code>userIds</code> — An <strong>array</strong> that contains the IDs of users involved in the meeting (hosts or pool members) This array can be used to display representative names on the scheduling calendar.</p>\n</li>\n<li><p><code>prefillFields</code> — An <strong>object</strong> that contains form submission data for the prospect, specifically their <code>\"First Name\"</code>, <code>\"Last Name\"</code>, and <code>\"Email\"</code>. These values can be used to pre-populate the prospect's information before finalizing the meeting booking.</p>\n<ul>\n<li><strong>Note</strong>: to receive these pre-populated values, your Trigger Node form fields must be mapped to our default First Name, Last Name, Email variables.</li>\n</ul>\n</li>\n<li><p><code>isReschedule</code> — A <strong>boolean</strong> indicating if the current booking is an attempt to reschedule.</p>\n</li>\n<li><p><code>scheduledTime</code> — A <strong>stringified object</strong> containing:</p>\n<ul>\n<li><p><code>startDateTime</code> — A <strong>string</strong> timestamp for the start of the meeting.</p>\n</li>\n<li><p><code>endDateTime</code> — A <strong>string</strong> timestamp for the end of the meeting.</p>\n</li>\n<li><p><code>timezone</code> — A <strong>string</strong> for the time zone used (e.g.,<code>\"America/Los_Angeles\"</code>).</p>\n</li>\n</ul>\n</li>\n<li><p><code>hostId</code> — A <strong>string</strong> representing the SFDC user ID hosting the meeting.</p>\n</li>\n</ul>\n</li>\n<li><p><code>availability</code> — An <strong>object</strong> that contains available time slots and a mapping of user indices to user IDs.</p>\n<ul>\n<li><p><code>indexToUserIdMap</code> — An <strong>object</strong> that maps numeric indices (used in <code>timeSlots</code>) to user IDs from the <code>users</code> object.</p>\n</li>\n<li><p><code>timeSlots</code> — An <strong>array</strong> of time slot objects that represent available meeting windows. You can use this data to render available times on your scheduling UI.</p>\n<ul>\n<li><p><code>start_time</code> — A <strong>number</strong> that represents the start time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>end_time</code> — A <strong>number</strong> that represents the end time in Unix epoch milliseconds.</p>\n</li>\n<li><p><code>users</code> — An <strong>array</strong> of <strong>numbers</strong> that reference user indices from <code>indexToUserIdMap</code>. These represent the users who are available during this time slot. You'll need to use the corresponding user IDs (from <code>indexToUserIdMap</code>) as part of the request payload when booking the meeting.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p><code>userIdToInfoMap</code> — An <strong>object</strong> that maps user IDs to user-specific details used for scheduling.</p>\n<ul>\n<li><p>❗️<strong>Note:</strong> The information in <code>userIdToInfoMap</code> is <em><strong>not required</strong></em> to build the core calendar UI. It is provided as supplementary context.</p>\n</li>\n<li><p><code>[userId]</code> — An <strong>object</strong> where each key is a user ID and each value is a user object.</p>\n<ul>\n<li><p><code>FirstName</code> — A <strong>string</strong> that represents the user's first name.</p>\n</li>\n<li><p><code>LastName</code> — A <strong>string</strong> that represents the user's last name.</p>\n</li>\n<li><p><code>Email</code> — A <strong>string</strong> that represents the user's email address.</p>\n</li>\n<li><p><code>TimeZoneSidKey</code> — A <strong>string</strong> that represents the user's primary time zone, using the <a href=\"https://null\">IANA Time Zone Database</a> format. (e.g. <code>America/Los_Angeles</code>)</p>\n</li>\n<li><p><code>ConferenceLink</code> — A <strong>string</strong> that represents the user's conferencing URL.</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["v1","scheduling","retrieve-modification-info"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"7913a730-1c3a-4633-abb9-0c58180b6b73","name":"Successful Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"eventId\": \"99sk8chjct946hjm65p76cqjcdc5idjbatq36c2g6h3kgdr2et30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/v1/scheduling/retrieve-modification-info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 May 2025 21:46:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"39342"},{"key":"Connection","value":"keep-alive"},{"key":"x-amzn-RequestId","value":"8eb4cedc-7c79-48b3-a0a0-c6601f99a9a0"},{"key":"x-amz-apigw-id","value":"KHSxqF3UyK4FUDw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-681931a3-77208f4a5398aa6e2e02252f;Parent=4939ebf6d048d73f;Sampled=0;Lineage=1:544e9e7e:0"}],"cookie":[],"responseTime":null,"body":"{\n    \"meeting\": {\n        \"name\": \"API Demo Request\",\n        \"duration\": {\n            \"unit\": \"min\",\n            \"value\": 15\n        },\n        \"formFields\": [\n            {\n                \"name\": \"First Name\",\n                \"type\": \"text\",\n                \"readOnly\": true,\n                \"required\": true\n            },\n            {\n                \"name\": \"Last Name\",\n                \"type\": \"text\",\n                \"readOnly\": true,\n                \"required\": true\n            },\n            {\n                \"name\": \"Email\",\n                \"type\": \"text\",\n                \"readOnly\": true,\n                \"required\": true,\n                \"validation\": \"email\"\n            },\n            {\n                \"name\": \"\",\n                \"type\": \"text\",\n                \"required\": false\n            },\n            {\n                \"name\": \"\",\n                \"type\": \"text\",\n                \"required\": false\n            },\n            {\n                \"name\": \"Additional Guest Emails\",\n                \"type\": \"textarea\",\n                \"required\": false,\n                \"validation\": \"email\"\n            }\n        ],\n        \"customRange\": {\n            \"endTime\": 1736841599999,\n            \"timezone\": \"America/Los_Angeles\",\n            \"startTime\": 1735632000000\n        },\n        \"description\": \"A 30-minute session to showcase a product, feature, or solution, followed by brief Q&A and feedback from stakeholders or clients.\",\n        \"redirectURL\": \"https://www.redirecturl.com\",\n        \"internalName\": \"Test Demo for API\",\n        \"pageStyle\": {\n            \"styleColor\": \"#2DB670\"\n        },\n        \"logo\": \"\"\n    },\n    \"pageInfo\": {\n        \"userIds\": [\n            \"0058c00000AukxgAAB\"\n        ],\n        \"prefillFields\": {\n            \"Email\": \"test@test.com\",\n            \"Last Name\": \"Dev\",\n            \"First Name\": \"LeanData\",\n            \"Additional Guest Emails\": \"\"\n        },\n        \"round robin pool id\": null,\n        \"displayAllPoolAvailability\": null,\n        \"isReschedule\": true,\n        \"scheduledTime\": \"{\\\"startDateTime\\\":\\\"2025-05-05T23:15:00.000Z\\\",\\\"endDateTime\\\":\\\"2025-05-05T23:30:00.000Z\\\",\\\"timezone\\\":\\\"America/Los_Angeles\\\"}\",\n        \"hostId\": \"0058c00000AukxgAAB\"\n    },\n    \"userIdToInfoMap\": {\n        \"0058c00000AukxgAAB\": {\n            \"FirstName\": \"Person1\",\n            \"LastName\": \"Person1\",\n            \"Email\": \"person1@testdomain.com\",\n            \"TimeZoneSidKey\": \"America/Los_Angeles\",\n            \"ConferenceLink\": \"https://www.p1conferencelink.com\",\n            \"isPoolUser\": false,\n            \"isAdditionalHost\": true,\n            \"userWorkingHourTimeZone\": \"America/Los_Angeles\",\n            \"isSfdcUser\": true,\n            \"isOptional\": false,\n            \"bookit_working_hours\": {\n                \"friday\": [\n                    [\n                        \"09:00\",\n                        \"20:00\"\n                    ]\n                ],\n                \"monday\": [\n                    [\n                        \"09:00\",\n                        \"20:00\"\n                    ]\n                ],\n                \"sunday\": [\n                    [\n                        \"09:00\",\n                        \"20:00\"\n                    ]\n                ],\n                \"tuesday\": [\n                    [\n                        \"09:00\",\n                        \"20:00\"\n                    ]\n                ],\n                \"saturday\": [\n                    [\n                        \"09:00\",\n                        \"20:00\"\n                    ]\n                ],\n                \"thursday\": [\n                    [\n                        \"09:00\",\n                        \"20:00\"\n                    ]\n                ],\n                \"wednesday\": [\n                    [\n                        \"09:00\",\n                        \"20:00\"\n                    ]\n                ]\n            }\n        }\n    },\n    \"event\": {\n        \"id\": \"99sk8chjct946hjm65p76cqjcdc5idjbatq36c2g6h3kgdr2et30\",\n        \"status\": \"confirmed\",\n        \"when\": {\n            \"start_time\": 1746486900000,\n            \"end_time\": 1746487800000\n        },\n        \"organizer_email\": \"person1@testdomain.com\"\n    },\n    \"availability\": {\n        \"indexToUserIdMap\": {\n            \"1\": \"0058c00000AukxgAAB\"\n        },\n        \"timeSlots\": [\n            {\n                \"start_time\": 1746482400000,\n                \"end_time\": 1746483300000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746483300000,\n                \"end_time\": 1746484200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746484200000,\n                \"end_time\": 1746485100000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746485100000,\n                \"end_time\": 1746486000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746488700000,\n                \"end_time\": 1746489600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746489600000,\n                \"end_time\": 1746490500000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746490500000,\n                \"end_time\": 1746491400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746494100000,\n                \"end_time\": 1746495000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746495000000,\n                \"end_time\": 1746495900000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746495900000,\n                \"end_time\": 1746496800000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746496800000,\n                \"end_time\": 1746497700000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746497700000,\n                \"end_time\": 1746498600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746498600000,\n                \"end_time\": 1746499500000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746499500000,\n                \"end_time\": 1746500400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746547200000,\n                \"end_time\": 1746548100000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746548100000,\n                \"end_time\": 1746549000000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746549000000,\n                \"end_time\": 1746549900000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746553500000,\n                \"end_time\": 1746554400000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746554400000,\n                \"end_time\": 1746555300000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746555300000,\n                \"end_time\": 1746556200000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746556200000,\n                \"end_time\": 1746557100000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746560700000,\n                \"end_time\": 1746561600000,\n                \"users\": [\n                    1\n                ]\n            },\n            {\n                \"start_time\": 1746561600000,\n                \"end_time\": 1746562500000,\n                \"users\": [\n                    1\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"051ce91c-0ddb-4c31-8c07-a9d325ee3071"}],"id":"a2b9761a-8147-4071-ba78-94fcdff8a168","description":"<p>This section outlines the endpoints used to retrieve scheduling data for building a custom calendaring experience. Both endpoints return the same structure of <strong>read-only</strong> information—including scheduling metadata, working hours, available time slots, and configured users—that can be used to render the scheduling page.</p>\n<ul>\n<li><p><strong><code>v1/scheduling/retrieve-info</code></strong> — Use this endpoint <strong>when booking a meeting</strong> <strong>for the first time</strong>.</p>\n</li>\n<li><p><strong><code>v1/scheduling/retrieve-modification-info</code></strong> — Use this endpoint <strong>when modifying an existing meeting</strong>, such as rescheduling or canceling.</p>\n</li>\n</ul>\n<p>These endpoints provide all the data needed to power the UI for selecting a meeting time and pre-populating prospect details.</p>\n","_postman_id":"a2b9761a-8147-4071-ba78-94fcdff8a168"}],"id":"a4840f04-68a3-4207-b8a9-5477e591e9de","description":"<p>The <strong>LeanData BookIt API</strong> enables you to programmatically power scheduling experiences using LeanData’s scheduling logic and meeting lifecycle endpoints. Use these APIs to support agentic scheduling workflows, chat and in-app booking, custom UIs, reschedule flows, and other bespoke experiences. The API provides endpoints to:</p>\n<ol>\n<li><p>Determine routing inputs</p>\n</li>\n<li><p>Optionally run routing and fetch scheduling context</p>\n</li>\n<li><p>Fetch availability</p>\n</li>\n<li><p>Retrieve a prospect's meeting by email</p>\n</li>\n<li><p>Create and manage meetings.</p>\n</li>\n</ol>\n<p>The API is organized around <a href=\"https://en.wikipedia.org/wiki/REST\">REST </a> and uses predictable, resource-oriented URLs. It accepts <a href=\"https://www.json.org/json-en.html\">JSON-encoded</a> request bodies, returns <a href=\"https://www.json.org/json-en.html\">JSON-encoded</a> responses, and uses standard HTTP response codes, authentication, and HTTP verbs (<code>POST</code>, <code>PATCH</code>, <code>DELETE</code>).</p>\n<h2 id=\"🚀-get-started-here\">🚀 Get Started Here</h2>\n<p>To begin using the BookIt API, you must:</p>\n<ul>\n<li><p>Obtain a valid API key by contacting your <strong>LeanData Solutions Engineering Team</strong>.</p>\n</li>\n<li><p>Make all requests over <strong>HTTPS</strong>. Requests made over HTTP will be rejected.</p>\n</li>\n<li><p>Include your API key using the <code>X-Api-Key</code> header in every request.</p>\n</li>\n<li><p>Ensure your requests include JSON-formatted bodies and handle JSON-formatted responses.</p>\n</li>\n<li><p><strong>Note:</strong> the API does <strong>not support bulk updates</strong> — only one object can be modified per request.</p>\n</li>\n</ul>\n<p>❗️ <strong>Important:</strong> The BookIt API uses <strong>API keys</strong> for authentication, which are a server-side security mechanism. Because of this, <strong>all API calls must be made from a secure server environment</strong>. Do <strong>not</strong> expose API keys in client-side code or browser-based applications — doing so may compromise your system and result in unauthorized access.</p>\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>The BookIt API authenticates all requests using API keys:</p>\n<ul>\n<li><p>Add your API key to the <code>X-Api-Key</code> header of each request.</p>\n</li>\n<li><p>All API requests must be made over <strong>HTTPS</strong>.</p>\n</li>\n<li><p>Requests made without a valid API key will fail with an <code>HTTP 401 Unauthorized</code> error.</p>\n</li>\n</ul>\n<p>🛡️ <strong>Keep your keys secure.</strong> Never share or expose your API keys in public repositories, browser code, or third-party tools that aren't secure.</p>\n<h2 id=\"❓-need-help\">❓ <strong>Need help?</strong></h2>\n<p>For questions or support, please contact us at <a href=\"https://null\">support@leandata.com</a>.</p>\n","_postman_id":"a4840f04-68a3-4207-b8a9-5477e591e9de"},{"name":"Graph API","item":[{"name":"Retrieve Routing Graphs Information","item":[{"name":"orchestration/v1/routing-graphs","id":"7961d64e-3a2a-4a81-9d22-ef141c2d600b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.leandata.com/orchestration/v1/routing-graphs","description":"<p>This endpoint retrieves a collection of configured routing graphs, allowing you to filter them by object type, deployment status, and name. This is useful for programmatically inspecting or listing the routing flows defined within your system.</p>\n<p><strong>Endpoint:</strong> <code>GET /orchestration/v1/routing-graphs</code></p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>objectType</code> (required) — A string value that specifies the type of object the routing graphs are associated with (e.g., \"lead\", \"contact\", \"account\").</p>\n</li>\n<li><p><code>isLive</code> (optional) — A boolean value that filters graphs by their deployment status. Set to <code>true</code> to retrieve only live (deployed) graphs, or <code>false</code> for non-live graphs. If omitted, all graphs (regardless of deployment status) are returned. Note: For Business Unit deployments, this will include both <code>Ready To Go Live</code> and <code>Live</code> deployments.</p>\n</li>\n<li><p><code>name</code> (optional) — A string value that filters graphs where the graph's name contains this substring (case-insensitive).</p>\n</li>\n<li><p><code>routingQueryLimit</code> (optional) -- A numeric value that controls the batch size for fetching routing graphs from the API key's associated Salesforce organization. All matching graphs will still be returned, but a higher value will result in larger batches and potentially faster overall retrieval, up to the Salesforce API limits. The default value is 20.</p>\n</li>\n</ul>\n<h4 id=\"response-body-parameters\">Response Body Parameters</h4>\n<p>The response will contain a <strong><code>graphs</code></strong> array, which is a collection of <strong>Graph Objects</strong>. Each <strong>Graph Object</strong> provides detailed information about a specific routing graph:</p>\n<ul>\n<li><p><strong><code>id</code></strong> (String) — Unique identifier for the graph.</p>\n</li>\n<li><p><strong><code>name</code></strong> (String) — Display name of the graph.</p>\n</li>\n<li><p><strong><code>isLive</code></strong> (Boolean) — Indicates if the graph is currently active in production.</p>\n</li>\n<li><p><strong><code>date</code></strong> (String) — Creation date in ISO8601 format.</p>\n</li>\n<li><p><strong><code>time</code></strong> (String) — Creation time in ISO8601 format.</p>\n</li>\n<li><p><strong><code>businessUnit</code></strong> (String | null) — Name of the associated business unit, <code>null</code> if none.</p>\n</li>\n<li><p><strong><code>businessUnitId</code></strong> (String | null) — Identifier for the associated business unit, <code>null</code> if none.</p>\n</li>\n<li><p><strong><code>isBUDeleted</code></strong> (Boolean) — Indicates if the associated business unit has been deleted.</p>\n</li>\n<li><p><strong><code>editedBy</code></strong> (String) — Identifier of the user who last edited the graph.</p>\n</li>\n<li><p><strong><code>editedByName</code></strong> (String) — Display name of the user who last edited the graph.</p>\n</li>\n<li><p><strong><code>isGraphAvailableForEdit</code></strong> (Boolean) — Indicates if the current user has permission to edit this graph.</p>\n</li>\n<li><p><strong><code>triggerNodeEdges</code></strong> (Object) — This object maps trigger node names (keys) to an object containing details about their outgoing connections and node type. For each trigger node name, the associated object will contain:</p>\n<ul>\n<li><p><strong><code>edges</code></strong> (Array) — An array of strings, where each string is the identifier of an outgoing edge or the next node in the flow from this trigger node.</p>\n</li>\n<li><p><strong><code>nodeType</code></strong> (String) — The type of the node, e.g. <code>TRIGGER</code>, <code>UPDATE TRIGGER</code> etc.</p>\n</li>\n</ul>\n</li>\n<li><p><strong><code>canGraphBeOverridden</code></strong> (Boolean) — Indicates if the graph can be overridden by other graphs.</p>\n</li>\n<li><p><strong><code>hasRoutingPriorities</code></strong> (Boolean) — Indicates if the graph has routing priority settings. This would evaluate to <code>true</code> if an edge on a trigger node has a priority setting that is not the default of 5.</p>\n</li>\n<li><p><strong><code>lastModifiedDate</code></strong> (String) — Last modification timestamp in ISO8601 format.</p>\n</li>\n<li><p><strong><code>lastModifiedBy</code></strong> (String) — Identifier of the user who last modified the graph.</p>\n</li>\n<li><p><strong><code>scheduledJobs</code></strong> (Array | null) — An array of scheduled jobs associated with this graph, <code>null</code> if none.</p>\n</li>\n<li><p><strong><code>lastDeployedDate</code></strong> (String) — Timestamp of the last deployment in ISO8601 format.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["orchestration","v1","routing-graphs"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"b6673a3c-4599-4647-b8aa-a6c78a355640","name":"Successful Response","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.leandata.com/orchestration/v1/routing-graphs?objectType=Lead&isLive=true&name=Router Graph - March 13, 2025 11:38 AM","protocol":"https","host":["api","leandata","com"],"path":["orchestration","v1","routing-graphs"],"query":[{"key":"objectType","value":"Lead"},{"key":"isLive","value":"true"},{"key":"name","value":"Router Graph - March 13, 2025 11:38 AM","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"graphs\": [\n        {\n            \"triggerNodeEdges\": {\n                \"Updated Lead\": {\n                    \"nodeType\": \"UPDATE TRIGGER\",\n                    \"edges\": [\n                        \"Edge 1\",\n                        \"Edge 2\",\n                        \"Edge 3\"\n                    ]\n                },\n                \"New Lead\": {\n                    \"nodeType\": \"TRIGGER\",\n                    \"edges\": []\n                }\n            },\n            \"lastDeployedDate\": \"2025-04-25T06:05:36.000Z\",\n            \"scheduledJobs\": null,\n            \"lastModifiedBy\": \"Nick Tran\",\n            \"lastModifiedDate\": \"2025-03-21T18:52:19.000Z\",\n            \"hasRoutingPriorities\": false,\n            \"canGraphBeOveridden\": false,\n            \"isGraphAvailableForEdit\": true,\n            \"editedByName\": \"Nick Tran\",\n            \"editedBy\": \"0058c000007NONfAAO\",\n            \"isBUDeleted\": false,\n            \"businessUnitId\": null,\n            \"businessUnit\": null,\n            \"time\": \"2025-03-13T18:41:14.000Z\",\n            \"date\": \"2025-03-13T18:41:14.000Z\",\n            \"isLive\": true,\n            \"name\": \"Router Graph - March 13, 2025 11:38 AM\",\n            \"id\": \"a0o8c000009BjqBAAS\"\n        }\n    ],\n    \"objectType\": \"Lead\",\n    \"length\": 1\n}"},{"id":"016fb20b-f320-44a4-bf01-02cdaef4f618","name":"Validation Error","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.leandata.com/orchestration/v1/routing-graphs?isLive=true","protocol":"https","host":["api","leandata","com"],"path":["orchestration","v1","routing-graphs"],"query":[{"key":"isLive","value":"true","type":"text"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n   \"error\": \"Validation Error: objectType is required.\"\n}\n"}],"_postman_id":"7961d64e-3a2a-4a81-9d22-ef141c2d600b"}],"id":"858039c4-c738-4cfa-bf26-91ebbfab4e09","description":"<p>This section outlines the endpoints used to retrieve Routing Graphs information for building a custom orchestration experience. The endpoint returns information such as trigger node names, the edges in those trigger nodes, graph name, etc</p>\n<ul>\n<li><code>orchestration/v1/routing-graphs</code> — Use this endpoint <strong>when fetching routing graphs</strong> from a particular SFDC org.</li>\n</ul>\n","_postman_id":"858039c4-c738-4cfa-bf26-91ebbfab4e09"},{"name":"One Time Routing","item":[{"name":"orchestration/v1/one-time-routing","id":"634834eb-15fd-45cf-9ad3-b825406982ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n  \"objectType\": \"Lead\",\n  \"condition\": \"Id = '00Q5f000006KnPbEAK'\",\n  \"graphName\": \"Lead Routing Q2 2025\",\n  \"notificationsDisabled\": false,\n  \"nodeType\": \"Trigger\",\n  \"edgeName\": \"Lead is MQL\",\n  \"allowDedupe\": true,\n  \"respectSchedules\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/orchestration/v1/one-time-routing","description":"<p><strong>Endpoint:</strong> <code>POST https://api.leandata.com/orchestration/v1/one-time-routing</code></p>\n<p>❗️ <strong>Important:</strong> The API does <strong>not</strong> validate FlowBuilder graphs before triggering routing. If you invoke 1x Routing to an invalid or misconfigured graph, the request will still be processed—but routing will fail silently. No error response will be returned from the API.<br />✅ To avoid unexpected behavior, please ensure the graph is valid and functioning as expected within the LeanData application before using it in API-triggered routing.</p>\n<h3 id=\"headers\">Headers</h3>\n<ul>\n<li><p><code>x-api-key</code> (required) — Your unique API key for authentication.</p>\n</li>\n<li><p><code>Content-Type</code> (required) — Must be <code>application/json</code>.</p>\n</li>\n</ul>\n<hr />\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>objectType</code> (required) — A string value representing the type of object to route (e.g., \"Lead\", \"Contact\", \"Opportunity\"). This must correspond to an object type configured in your LeanData instance.</p>\n</li>\n<li><p><code>condition</code> (required) — A string value containing a SOQL (Salesforce Object Query Language) WHERE clause to find the object(s) to be routed. For example: <code>Id = '00Q5f000006KnPbEAK'</code> or <code>Status = 'New Lead'</code>.</p>\n</li>\n<li><p><code>graphName</code> <em>(required if</em> <code>graphId</code> <em>is not provided)</em> — A string value that is the exact name of the routing graph (configured in the LeanData Flowbuilder) to use for this one-time routing operation. If <code>graphId</code> is provided, <code>graphName</code> is ignored, even if included in the request.</p>\n</li>\n<li><p><code>graphId</code> <em>(required if</em> <code>graphName</code> <em>is not provided)</em> — string value representing the unique ID of the routing graph to use for this one-time routing operation. If both <code>graphId</code> and <code>graphName</code> are provided, <code>graphId</code> is utilized and <code>graphName</code> is ignored.</p>\n</li>\n<li><p><code>notificationsDisabled</code> (required) — A boolean value. When <code>true</code>, all notifications (e.g., email alerts, Slack messages, MSFT messages, etc) that are configured within the specified routing graph will be suppressed for this one-time routing execution. Set to <code>false</code> to allow notifications.</p>\n</li>\n<li><p><code>nodeType</code> (required) — A string value representing the entry point type for the routing graph. Common values include 'TRIGGER' (for standard trigger-based routing) or 'UPDATE TRIGGER' (for routing based on updates to an object).</p>\n</li>\n<li><p><code>edgeName</code> (required) — A string value that is the name of the specific edge (transition) from the Trigger Node within the specified routing graph that should be followed as the starting point for this one-time routing. For example: 'Lead is MQL'.</p>\n</li>\n<li><p><code>allowDedupe</code> (optional) — A boolean value. If <code>true</code>, LeanData's deduplication logic will be applied to prevent duplicate record processing during routing. Defaults to <code>false</code> if not provided.</p>\n</li>\n<li><p><code>businessUnitId</code> (optional) — A string value or <code>null</code>. This is the unique identifier of a specific business unit graph to route the object(s) through. This is useful for routing within a specific organizational segment. <strong>Defaults to</strong> <strong><code>null</code></strong> <strong>(no specific business unit filter) if not provided.</strong> If Multi-Graph is enabled for <code>objectType</code>, <code>businessUnitId</code> is required.</p>\n</li>\n<li><p><code>orderBy</code> (optional) — A string value containing a SOQL ORDER BY clause to sort the records found by the <code>condition</code>. For example: <code>\"CreatedDate DESC\"</code> to process newer records first.</p>\n</li>\n<li><p><code>queryLimit</code> (optional) — A number value that limits the number of records found by the <code>condition</code> that will be routed. Useful for testing or processing smaller batches. If omitted, all records matching the <code>condition</code> will be considered.</p>\n</li>\n<li><p><code>respectSchedules</code> (optional) — A boolean value. When <code>true</code>, records will only be routed to users who are currently available according to their configured schedules within LeanData. If <code>false</code>, scheduling availability will be ignored. Defaults to <code>false</code> if not provided.</p>\n</li>\n<li><p>sendEmail (optional) - A boolean value. When <code>true</code>, sends an email to the job owner (in this case, the Routing token user) when 1x Routing is completed.</p>\n</li>\n</ul>\n<h4 id=\"response-body-parameters\">Response Body Parameters</h4>\n<p>The response is a JSON string containing a <strong><code>result</code></strong> object, which provides details about the initiated one-time routing job:</p>\n<ul>\n<li><p><strong><code>condition</code></strong> — A string value that is the SOQL condition that was used to select the objects for routing.</p>\n</li>\n<li><p><strong><code>nRecords</code></strong> — A string value representing the number of records that were found by the routing job.</p>\n</li>\n<li><p><strong><code>jobId</code></strong> — A string value that is the unique identifier for the asynchronous one-time routing job. You can use this ID to query for the status of the job if such an endpoint is available.</p>\n</li>\n<li><p><strong><code>objectType</code></strong> — A string value indicating the type of object that was routed.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["orchestration","v1","one-time-routing"],"host":["api","leandata","com"],"query":[],"variable":[]}},"response":[{"id":"2eb1df2e-686d-4bac-bf9f-0ed6e1940e0c","name":"Successful 1x Routing Job Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"objectType\": \"Lead\",\n  \"condition\": \"Id = '00Q5f000006KnPbEAK'\",\n  \"graphName\": \"Lead Routing Q2 2025\",\n  \"notificationsDisabled\": false,\n  \"nodeType\": \"Trigger\",\n  \"edgeName\": \"Lead is MQL\",\n  \"allowDedupe\": true,\n  \"respectSchedules\": true\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/orchestration/v1/one-time-routing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"condition\": \"Id ='00Q5f000006KnPbEAK'\",\n        \"nRecords\": \"2\",\n        \"jobId\": \"7073m0000CVisNgAQJ\",\n        \"objectType\": \"Lead\"\n    }\n}"},{"id":"6ed12ca2-5c4c-47e5-87e6-9df9bfd01690","name":"Validation Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"objectType\": \"Lead\",\n  \"graphName\": \"Lead Routing Q2 2025\",\n  \"nodeType\": \"Trigger\",\n  \"edgeName\": \"Lead is MQL\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.leandata.com/orchestration/v1/one-time-routing"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Validation Error: condition is required\"\n}"}],"_postman_id":"634834eb-15fd-45cf-9ad3-b825406982ec"},{"name":"orchestration/v1/one-time-routing/:jobId","id":"d797b708-a394-425a-96b6-f4b68d904a17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"x-api-key"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.leandata.com/orchestration/v1/one-time-routing/:jobId","description":"<p><strong>Endpoint:</strong> <code>GET https://api.leandata.com/orchestration/v1/one-time-routing/:jobId</code></p>\n<p>This endpoint is used to obtain the status of a One-Time Routing job.</p>\n<p>💡 The <code>:jobId</code> path parameter should be replaced with the unique ID of the One-Time Routing job you want to read.</p>\n<h4 id=\"headers\">Headers</h4>\n<ul>\n<li><code>x-api-key</code> (required) — Your unique API key for authentication.</li>\n</ul>\n<hr />\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>result</code> — An object that contains metadata about the status of the One-Time Routing job.</p>\n<ul>\n<li><p><code>completedAt</code> — Timestamp of the job's completion.</p>\n</li>\n<li><p><code>successCount</code> — A string value representing the number of records that were successfully processed by the routing job.</p>\n</li>\n<li><p><code>nRecords</code> — A string value representing the number of records that were found by the routing job.</p>\n</li>\n<li><p><code>status</code> — A string value representing the status of the One-Time Routing job. Because the API does not validate FlowBuilder graphs, invalid graphs will be marked as <code>\"Complete\".</code></p>\n<ul>\n<li><p><code>\"Complete\"</code></p>\n</li>\n<li><p><code>\"Complete with Errors\"</code></p>\n</li>\n<li><p><code>\"Canceled\"</code></p>\n</li>\n<li><p><code>\"Failed\"</code></p>\n</li>\n<li><p><code>\"Processing\"</code></p>\n</li>\n</ul>\n</li>\n<li><p><code>jobId</code> — A string value that is the unique identifier for the asynchronous One-Time Routing job. You can use this ID to query for the status of the job if such an endpoint is available.</p>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["orchestration","v1","one-time-routing",":jobId"],"host":["api","leandata","com"],"query":[],"variable":[{"id":"4b837af8-3a2c-45cc-bd73-df958411b982","type":"any","value":"","key":"jobId"}]}},"response":[{"id":"89174722-2ffa-4aeb-9c66-3af2258dbb28","name":"Successful 1x Routing Job Status","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"","type":"text"}],"url":"https://api.leandata.com/orchestration/v1/a0qKa00000MRZWVIA5"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"result\": {\n        \"completedAt\": \"2025-05-27T20:05:45.000Z\",\n        \"successCount\": 1,\n        \"nRecordsProcessed\": 1,\n        \"status\": \"Complete\",\n        \"jobId\": \"a0qKa00000MRZWVIA5\"\n    }\n}"},{"id":"083e3cc3-54a5-40b6-bc80-ebdbdc9a318e","name":"Job Not Found Error","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"","type":"text"}],"url":"https://api.leandata.com/orchestration/v1/one-time-routing/2"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"error\": \"Scheduled Routing Job not found\"\n}"}],"_postman_id":"d797b708-a394-425a-96b6-f4b68d904a17"}],"id":"ac78c696-a1fd-43c3-91bb-6a26c4e9c32a","description":"<p>This section describes the endpoints used to trigger 1x Routing for creating a custom orchestration experience, as well as to retrieve the status of the resulting job. When invoked, the 1x Routing endpoint returns basic job metadata—including the <code>jobId</code>—which can be used to check the job’s status.</p>\n<ul>\n<li><p><code>orchestration/v1/one-time-routing</code> — Use this endpoint to invoke 1x routing for a particular SFDC org</p>\n</li>\n<li><p><code>orchestration/v1/one-time-routing/:jobId</code> — Use this endpoint to retrieve the job status of a 1x routing for a particular SFDC org</p>\n</li>\n</ul>\n<p>❗️ <strong>Important:</strong> The API does <strong>not</strong> validate FlowBuilder graphs before triggering routing. If you invoke 1x Routing to an invalid or misconfigured graph, the request will still be processed—but routing will fail silently. No error response will be returned from the API.<br />✅ To avoid unexpected behavior, please ensure the graph is valid and functioning as expected within the LeanData application before using it in API-triggered routing.</p>\n","_postman_id":"ac78c696-a1fd-43c3-91bb-6a26c4e9c32a"}],"id":"51659601-d648-4425-946f-2740fc235397","description":"<p>The <strong>LeanData Graph API</strong> enables you to run LeanData's One Time Routing and fetch graph data to power your own custom solution</p>\n<p>The API is organized around <a href=\"https://en.wikipedia.org/wiki/REST\">REST </a> and uses predictable, resource-oriented URLs. It accepts <a href=\"https://www.json.org/json-en.html\">JSON-encoded</a> request bodies, returns <a href=\"https://www.json.org/json-en.html\">JSON-encoded</a> responses, and uses standard HTTP response codes, authentication, and HTTP verbs (<code>POST</code>, <code>PATCH</code>, <code>DELETE</code>).</p>\n<h2 id=\"🚀-get-started-here\">🚀 Get Started Here</h2>\n<p>To begin using the Graph API, you must:</p>\n<ul>\n<li><p>Obtain a valid API key via the LeanData admin settings page. Settings &gt; Admin &gt; Authorization.</p>\n</li>\n<li><p>Make all requests over <strong>HTTPS</strong>. Requests made over HTTP will be rejected.</p>\n</li>\n<li><p>Include your API key using the <code>X-Api-Key</code> header in every request.</p>\n</li>\n<li><p>Ensure your requests include JSON-formatted bodies and handle JSON-formatted responses.</p>\n</li>\n</ul>\n<p>❗️ <strong>Important:</strong> The Graph API uses <strong>API keys</strong> for authentication, which are a server-side security mechanism. Because of this, <strong>all API calls must be made from a secure server environment</strong>. Do <strong>not</strong> expose API keys in client-side code or browser-based applications — doing so may compromise your system and result in unauthorized access.</p>\n<h2 id=\"🔐-authentication\">🔐 Authentication</h2>\n<p>The Graph API authenticates all requests using API keys:</p>\n<ul>\n<li><p>Add your API key to the <code>X-Api-Key</code> header of each request.</p>\n</li>\n<li><p>All API requests must be made over <strong>HTTPS</strong>.</p>\n</li>\n<li><p>Requests made without a valid API key will fail with an <code>HTTP 401 Unauthorized</code> error.</p>\n</li>\n</ul>\n<p>🛡️ <strong>Keep your keys secure.</strong> Never share or expose your API keys in public repositories, browser code, or third-party tools that aren't secure.</p>\n<h2 id=\"rate-and-usage-limits\">Rate and usage limits</h2>\n<p>The Routing API acts at a rate limit of 10,000 requests per second per api key usage.</p>\n<h2 id=\"managing-special-characters\">Managing Special Characters</h2>\n<p>When interacting with our API, especially within URL query parameters, certain characters must be URL-encoded to ensure the request is correctly interpreted. Encoding prevents ambiguity with reserved URL components and ensures data integrity. Below is a guide to common characters that require encoding and why:</p>\n<ul>\n<li><p><strong>Space</strong>: Should be encoded as or <code>+</code>. Spaces are not permitted directly in URLs; <code>+</code> is specifically interpreted as a space within URL query strings.</p>\n</li>\n<li><p><strong>Plus sign (<strong><strong><code>+</code></strong></strong>)</strong>: Should be encoded as <code>+</code>. If not encoded, it will be interpreted as a space within query strings.</p>\n</li>\n<li><p><strong>Double quote (<strong><strong><code>\"</code></strong></strong>)</strong>: Should be encoded as <code>\"</code>. This character is generally not valid for direct use in URLs.</p>\n</li>\n<li><p><strong>Fragment marker (<strong><strong><code>#</code></strong></strong>)</strong>: Should be encoded as <code>#</code>. Unencoded, it marks the beginning of a URL fragment, and any characters following it are typically ignored by the server.</p>\n</li>\n<li><p><strong>Percent sign (<strong><strong><code>%</code></strong></strong>)</strong>: Should be encoded as <code>%</code>. This character is used as an escape character in URL encoding itself; it must be encoded to avoid ambiguity.</p>\n</li>\n<li><p><strong>Ampersand (<strong><strong><code>&amp;</code></strong></strong>)</strong>: Should be encoded as <code>&amp;</code>. Unencoded, it acts as a separator between different query parameters, which would break the intended value.</p>\n</li>\n<li><p><strong>Apostrophe (<strong><strong><code>'</code></strong></strong>)</strong>: Should be encoded as <code>'</code>. It is considered unsafe in some URL contexts and should be encoded.</p>\n</li>\n<li><p><strong>Left parenthesis (<strong><strong><code>(</code></strong></strong>)</strong>: Should be encoded as <code>(</code>. This is a reserved character in URLs.</p>\n</li>\n<li><p><strong>Right parenthesis (<strong><strong><code>)</code></strong></strong>)</strong>: Should be encoded as <code>)</code>. This is also a reserved character.</p>\n</li>\n<li><p><strong>Asterisk (<strong><strong><code>\\\\\\\\\\\\\\\\\\\\\\\\*</code></strong></strong>)</strong>: Should be encoded as <code>\\\\\\\\\\\\\\\\\\\\\\\\*</code>. This is a reserved character.</p>\n</li>\n<li><p><strong>Comma (<strong><strong><code>,</code></strong></strong>)</strong>: Should be encoded as <code>,</code>. It can be used in lists or might be misread in certain contexts.</p>\n</li>\n<li><p><strong>Forward slash (<strong><strong><code>/</code></strong></strong>)</strong>: Should be encoded as <code>/</code>. It is reserved for delineating URL paths.</p>\n</li>\n<li><p><strong>Colon (<strong><strong><code>:</code></strong></strong>)</strong>: Should be encoded as <code>:</code>. Used in URL schemes (e.g., <code>http:</code>) or port numbers.</p>\n</li>\n<li><p><strong>Semicolon (<strong><strong><code>;</code></strong></strong>)</strong>: Should be encoded as <code>;</code>. Sometimes used as a separator for parameters.</p>\n</li>\n<li><p><strong>Less-than (<strong><strong><code>&lt;</code></strong></strong>)</strong>: Should be encoded as <code>&lt;</code>. Invalid in URLs and can be confused with HTML.</p>\n</li>\n<li><p><strong>Equals sign (<strong><strong><code>=</code></strong></strong>)</strong>: Should be encoded as <code>=</code>. Separates keys and values within query strings.</p>\n</li>\n<li><p><strong>Greater-than (<strong><strong><code>&gt;</code></strong></strong>)</strong>: Should be encoded as <code>&gt;</code>. Invalid in URLs and can be confused with HTML.</p>\n</li>\n<li><p><strong>Question mark (<strong><strong><code>?</code></strong></strong>)</strong>: Should be encoded as <code>?</code>. Unencoded, it signifies the beginning of the query string and should not appear again within query parameters.</p>\n</li>\n<li><p><strong>At symbol (<strong><strong><code>@</code></strong></strong>)</strong>: Should be encoded as <code>@</code>. A reserved character.</p>\n</li>\n<li><p><strong>Left square bracket (<strong><strong><code>[</code></strong></strong>)</strong>: Should be encoded as <code>[</code>. Reserved, especially for IPv6 literals.</p>\n</li>\n<li><p><strong>Backslash (<strong><strong><code>\\</code></strong></strong>)</strong>: Should be encoded as <code>\\</code>. Not valid for direct use in URLs.</p>\n</li>\n<li><p><strong>Right square bracket (<strong><strong><code>]</code></strong></strong>)</strong>: Should be encoded as <code>]</code>. Reserved, especially for IPv6 literals.</p>\n</li>\n<li><p><strong>Caret (<strong><strong><code>^</code></strong></strong>)</strong>: Should be encoded as <code>^</code>. A reserved character.</p>\n</li>\n<li><p>**Backtick (****```****)**: Should be encoded as <code>`</code>. A reserved character.</p>\n</li>\n<li><p><strong>Pipe (<strong><strong><code>|</code></strong></strong>)</strong>: Should be encoded as <code>|</code>. A reserved character.</p>\n</li>\n<li><p><strong>Right curly brace (<strong><strong><code>}</code></strong></strong>)</strong>: Should be encoded as <code>}</code>. Reserved, often in template contexts.</p>\n</li>\n<li><p><strong>Tilde (<strong><strong><code>~</code></strong></strong>)</strong>: This character is generally considered safe and does not typically require encoding.</p>\n</li>\n</ul>\n<h2 id=\"❓-need-help\">❓ <strong>Need help?</strong></h2>\n<p>For questions or support, please contact us at <a href=\"https://null\">support@leandata.com</a>.</p>\n","_postman_id":"51659601-d648-4425-946f-2740fc235397"}],"event":[{"listen":"prerequest","script":{"id":"b23cf1fc-cfc3-454e-8338-9fb430871592","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"954bdea7-933d-40ca-8e27-36b8e0831449","type":"text/javascript","exec":[""]}}]}