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
Example response
{
"total_contacts": 1523
}