POST
Search contact profiles with structured filters

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
q
string
country_prefixes_include
string[]
country_prefixes_exclude
string[]
has_selling
boolean
has_buying
boolean
group_ids
string<uuid>[]
last_seen_from_ms
integer<int64>
last_seen_to_ms
integer<int64>
sort
enum<string>
default:last_seen
Available options:
last_seen,
listings,
messages,
references
direction
enum<string>
Available options:
asc,
desc
page_size
integer
Required range: 1 <= x <= 200
cursor
string

Response

Cursor page of contacts.

items
object[]
required
has_more
boolean
required
next_cursor
string | null