Skip to main content
GET
/
v1
/
tags
/
contact-counts
Get contact counts per tag
curl --request GET \
  --url https://api.prod.getdex.com/v1/tags/contact-counts \
  --header 'Authorization: Bearer <token>'
{
  "error": true,
  "data": {
    "counts": {}
  }
}

Use cases

  • Display contact counts next to tag names in a sidebar or list
  • Identify unused tags with zero contacts for cleanup
  • Build analytics on how contacts are categorized

Authorizations

Authorization
string
header
required

Use your Dex API key (e.g. dex_abc123...) as the Bearer token.

Query Parameters

tagIds
string

Response

Successful response

error
boolean
required
data
object
required