Skip to main content
GET
List contacts

Authorizations

X-API-Key
string
header
required

An organization API key, prefixed bk_live_. Takes precedence over Authorization when both are sent. The key is bound to one organization, and the scopes it was issued with are enforced per endpoint.

Headers

X-Organization-Id
string<uuid>

Required when authenticating with an access token. Optional with an API key, whose own organization binding is authoritative; a value contradicting it is refused with 403.

Query Parameters

page
number
Required range: x >= 1
limit
number
Required range: 1 <= x <= 100
Minimum string length: 1
status
enum<string>[]
Available options:
active,
inactive,
archived
tags
string[]
channel
enum<string>
Available options:
email,
sms,
whatsapp,
telegram,
imessage,
push
hasEmail
string
language
string
createdAtFrom
string
createdAtTo
string
sortBy
enum<string>
Available options:
firstName,
lastName,
createdAt,
updatedAt,
lastActivityAt
sortOrder
enum<string>
Available options:
asc,
desc

Response

success
boolean
required
Example:

true

message
string
required
data
object[]
required
meta
object
required