Skip to main content
GET
List Contacts

Authorizations

X-API-Key
string
header
required

Workspace API key (e.g. kej_live_...)

Query Parameters

limit
integer
default:100
Required range: x <= 1000
offset
integer
default:0
Required range: x >= 0
search
string | null

Search by name, phone, email, or company

tags
string | null

Comma-separated tags to filter by

country
string | null

Filter by country code

language
string | null

Filter by language code

has_phone
boolean | null

Filter contacts with/without phone

Response

Successful Response

Paginated list of contacts.

contacts
ContactResponse · object[]
required
total
integer
required
limit
integer
required
offset
integer
required