Skip to main content
GET
cURL
Lists the contacts of the workspace, sorted by name ascending by default and paginated with a cursor. Contacts bound to a workspace user (userId set, isExternal false) are included but cannot be modified with the update endpoint.

Authorizations

X-Claap-Key
string
header
required

Query Parameters

cursor
string

Paginate the results starting at the cursor returned by a previous call.

limit
number
default:20

Return at most "limit" results.

Required range: 1 <= x <= 100
sort
enum<string>
default:name_asc

Sort results according to specified rule.

Available options:
email_asc,
email_desc,
last_interaction_asc,
last_interaction_desc,
name_asc,
name_desc

Response

200 - application/json

Contacts were successfully retrieved

result
object
required