{ "opencollection": "1.0.0", "info": { "name": "LeanData BookIt 🗓️ Availability 🗓️ Availability One Time Routing API", "version": "1.0.0" }, "items": [ { "info": { "name": "One Time Routing", "type": "folder" }, "items": [ { "info": { "name": "orchestration/v1/one-time-routing", "type": "http" }, "http": { "method": "POST", "url": "https://api.leandata.com/orchestration/v1/one-time-routing", "body": { "type": "json", "data": "{}" } }, "docs": "
Endpoint: POST https://api.leandata.com/orchestration/v1/one-time-routing
❗️ Important: The API does not 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.
âś… To avoid unexpected behavior, please ensure the graph is valid and functioning "
},
{
"info": {
"name": "orchestration/v1/one-time-routing/:jobId",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.leandata.com/orchestration/v1/one-time-routing/:jobId"
},
"docs": "
Endpoint: GET https://api.leandata.com/orchestration/v1/one-time-routing/:jobId
This endpoint is used to obtain the status of a One-Time Routing job.
\nđź’ˇ The :jobId path parameter should be replaced with the unique ID of the One-Time Routing job you want to read.
x-api-key (required) — Your unique API key for authentication.