Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

JWT Bearer token obtained from authentication. Pass as: Authorization: Bearer

Query Parameters

agentId
string

Filter to one agent. Optional for master keys (omit for every agent in the org); ignored for agent keys, which always see only their own.

limit
number
default:50
Required range: 1 <= x <= 100
offset
number
default:0
Required range: x >= 0

Response

200 - application/json

OK

contacts
object[]
required

Contacts, most recent call first

total
integer
required

Total contacts matching the query

hasMore
boolean
required

Whether more contacts exist past this page