Landers
Get lead JSON Schema for a lander
Returns a Draft-07 JSON Schema describing all fields a lead from this lander can contain, including form fields, quiz answers, system fields, and active integration fields.
GET
Get lead JSON Schema for a lander
Previous
Get lead JSON Schema for multiple landersReturns a Draft-07 JSON Schema for the leads collected across multiple landers. By default all fields are merged into a single object schema (later landers override earlier ones on key collision). Pass `union=true` to instead return a `oneOf` of per-lander schemas, each labeled by lander name.
Next
Get lead JSON Schema for a lander