List Leads/Contacts
Contacts & Leads
List Leads/Contacts
Get all contact leads for an organization
GET
List Leads/Contacts
Description
Returns contact leads (individuals) uploaded to an organization. Includes detailed contact information and custom fields. Supports optional pagination and filtering by user, contact group, or phone number. Deleted contacts are automatically excluded.Authentication
Your Teli API key
Path Parameters
Organization unique_id
Query Parameters
Filter leads by user unique_id. Returns only leads uploaded by this user. Returns
404 if user_id does not exist.Set to
true to return all organization leads regardless of user. When false, requires user_id to filter by user.Filter leads by contact group unique_id. Only returns leads that belong to this group.
Filter leads by exact phone number match.
Page number for pagination (starts at 1). When omitted, all results are returned without pagination.
Number of results per page (max 200). Only used when
page is provided.Response Fields
Whether the request was successful
Number of leads returned in this response
Total number of matching leads across all pages
Current page number (only present when
page query param is used)Results per page (only present when
page query param is used)Total number of pages (only present when
page query param is used)Array of lead/contact objects
Always returns “Teli”
Example Requests
Basic
With Filters
With Pagination
Example Responses
200 (Without Pagination)
200 (With Pagination)
404 (Invalid User)
Custom Fields
The API supports extensive custom fields for different industries:Financial/Lending
fico_score,loan_balance,interest_rate,loan_monthly_paymentdebt_balance,debt_monthly_payment,debt_typeheloc_balance,rev_balance,savingslender_name,mortgage_date,months_since_mortgage_open
Business/Company
company_name,company_position,company_industrycompany_address_line_1,company_city,company_state
Other
sso,tax,value,years_worked,total_cc_debt
Notes
- Leads can be uploaded via CSV or API
- Phone numbers must be in E.164 format
- Do-not-call list is automatically enforced
- Leads can be grouped into contact lists for campaigns
- Custom fields support various industry verticals
- Deleted contacts are automatically excluded from results
- Pagination is opt-in: omit the
pageparameter to get all results (existing behavior) - When using
user_idwithis_admin=false, the user must exist or a404is returned

