Skip to main content
POST
Search contacts

Authorizations

Authorization
string
header
required

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

Body

application/json
person
object
store
object
max_contacts_per_store
integer
default:1
Required range: 1 <= x <= 10
limit
integer
default:25
Required range: 1 <= x <= 100
cursor
string | null
Pattern: ^cur_[A-Za-z0-9_-]+$

Response

A cursor-paginated list of contact previews matching the supplied filters.

object
string
required
Allowed value: "list"
data
object[]
required
has_more
boolean
required
next_cursor
string | null
required
request_id
string
required