Documentation Index
Fetch the complete documentation index at: https://docs.keenpartner.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Request
Must be
"get_leads".The channel to retrieve leads from. Your company must have access to this channel.
Response
Returns a JSON array of lead objects ordered bycreated_at descending. Up to 100 leads are returned per request.
Custom properties defined on the channel appear as top-level keys on each lead, keyed by the property definition name (for example,
"Deal size"). Use get_channels to retrieve the list of property definitions for a channel.Example
Request
Response
Errors
| Status | Error | Cause |
|---|---|---|
400 | "channel_id required" | The channel_id field is missing. |
401 | "Invalid API key" | Missing or invalid X-Api-Key header. |
403 | "Channel not accessible" | Your company does not have access to this channel. |