cURL
curl --request GET \ --url https://{notifuseDomain}/api/contacts.count \ --header 'Authorization: Bearer <token>'
{ "total_contacts": 1523 }
Returns the total number of contacts in a workspace.
API token for authentication
The ID of the workspace
Contact count retrieved successfully
Total number of contacts in the workspace
1523