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.
Documentation IndexFetch the complete documentation index at: https://docs.notifuse.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.notifuse.com/llms.txt
Use this file to discover all available pages before exploring further.
API token for authentication
The ID of the workspace
Contact count retrieved successfully
Total number of contacts in the workspace
1523