Skip to main content
GET
List contacts

Authorizations

Authorization
string
header
required

API key starting with leo_

Query Parameters

limit
integer
default:50

Items per page

Required range: 1 <= x <= 100
offset
integer
default:0

Items to skip

Required range: x >= 0
updated_after
string<date-time>

Return resources changed after this RFC 3339 timestamp. Contacts may redeliver rows exactly at the boundary; consumers must upsert idempotently.

Search by full name, company, title, or LinkedIn URL/identifier

contact_type
string

Filter by contact type

company_id
string<uuid>

Filter by company

location
string

Filter by location

global_status
enum<string>
default:all

Filter by status

Available options:
new,
contacted,
replied,
bounced,
do_not_contact,
archived,
all
created_after
string<date>

Contacts created after this date

created_before
string<date>

Contacts created before this date

sort
string
default:-created_at

Sort field. Prefix with - for descending. Options: created_at, updated_at, first_name, last_name, last_contacted_at

Response

List of contacts

data
object[]
meta
object
Example: