cURL
curl --request GET \ --url https://api.agentixx.io/api/groups/{id}/count \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token=
{ "count": 123 }
Force refresh the contact count for a group.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Updated count