openapi: 3.0.0 info: title: LeanData BookIt 🗓️ Availability 🗓️ Availability 🧠 Scheduling Inputs API description: Programmatic scheduling, availability lookup, and meeting management for the LeanData BookIt scheduling product. Power custom UIs with server-to-server access to availability, round-robin, and meeting CRUD. version: 1.0.0 servers: - url: https://api.leandata.com tags: - name: 🧠 Scheduling Inputs description: '' paths: /v1/scheduling/retrieve-inputs: post: tags: - 🧠 Scheduling Inputs summary: v1/scheduling/retrieve-inputs description: '

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.

⚠️ Note: Routing Links Trigger Nodes are not supported.

Common use cases:


Request Body Parameters


Response Body Parameters

' requestBody: content: application/json: schema: type: object example: nodeName: New Webform Prospect responses: '200': description: Successful response content: application/json: {}