v24

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-014382230.2 KB

Count contacts in a workspace

Returns the total number of contacts in a workspace.

get/api/contacts.count

Query parameters

workspace_idstring required

The ID of the workspace

Response

Contact count retrieved successfully

total_contactsinteger

Total number of contacts in the workspace

Example response

{
  "total_contacts": 1523
}