{ "opencollection": "1.0.0", "info": { "name": "LeanData BookIt 🗓️ Availability 🗓️ Availability 📆 Meetings > Create API", "version": "1.0.0" }, "items": [ { "info": { "name": "📆 Meetings > Create", "type": "folder" }, "items": [ { "info": { "name": "v1/meeting", "type": "http" }, "http": { "method": "POST", "url": "https://api.leandata.com/v1/meeting", "body": { "type": "json", "data": "{}" } }, "docs": "
This endpoint is used to book a meeting with a single rep 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.
\n⚠️ Use this endpoint only when pageInfo.displayAllPoolAvailability = null or false in the availability response.
If pageInfo.displayAllPoolAvailability = true, you must i"
},
{
"info": {
"name": "v1/round-robin-meeting",
"type": "http"
},
"http": {
"method": "POST",
"url": "https://api.leandata.com/v1/round-robin-meeting",
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "
This endpoint is used to book a meeting with a user from a round robin pool. 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.
\nđź’ˇ Use this endpoint when the availability response indicates pageInfo.displayAllPoolAvailability is true.
The request payload includes the encrypted sche" } ] } ], "bundled": true }