Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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