Get a specific lead from a list by platform ID. Returns full prospect data including CRM context and custom column values.
Documentation Index
Fetch the complete documentation index at: https://docs.inboxapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the list.
^[0-9a-z]+$The platform user ID of the lead.
1"44196397"
OK
A lead in the list with full prospect profile, CRM context, and custom column data.
Full prospect profile data.
CRM context for this prospect (tags, status, valuation, notes).
Custom column values for this lead. Keys are column IDs (not column names). Use the columns API to look up column IDs.
{
"custom_q5cktl47a6pqa74eu06fz89v": "Acme Corp",
"custom_m8r2xj93hd5bk0atcw7oe4fp": "CEO"
}