/
/Notifuse API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 2w ago
  • postSend a transactional notification
  • getList contacts with filtering and pagination
  • getCount contacts in a workspace
  • postCreate or update a contact
  • getGet a contact by email address
  • getGet a contact by external ID
  • postBatch import contacts
  • postDelete a contact
  • postUpdate contact list subscription status
  • getList broadcasts
  • getGet a broadcast
  • postCreate a broadcast
  • postUpdate a broadcast
  • postSchedule a broadcast
  • postPause a broadcast
  • postResume a broadcast
  • postCancel a broadcast
  • postSend broadcast to individual
  • postDelete a broadcast
  • getGet A/B test results
  • postSelect winning A/B test variation
  • getList templates
  • getGet a template
  • postCreate a template
  • postUpdate a template
  • postDelete a template
  • postCompile template
  • postImport custom events
  • postCreate a webhook subscription
  • getList webhook subscriptions
  • getGet a webhook subscription
  • postUpdate a webhook subscription
  • postDelete a webhook subscription
  • postToggle webhook subscription enabled state
  • postRegenerate webhook secret
  • getGet webhook delivery history
  • postSend a test webhook
  • getList available event types
  • postSubscribe to email lists
  • postSubscribe to email lists (authenticated)

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

total_contactsinteger

Total number of contacts in the workspace

Example response

{
  "total_contacts": 1523
}

Changes