Skip to main content
GET
List all contacts

Authorizations

Authorization
string
header
required

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

Query Parameters

cursor
string

Cursor for pagination

per_page
integer
default:15

Number of items per page

Required range: 1 <= x <= 100
query
string

Search query to filter contacts by name, email, or phone

Response

200 - application/json

List of contacts

data
object[]
meta
object