Tags

Get contact counts per tag

Retrieve the number of contacts associated with each tag. Returns a map of tag IDs to their respective contact counts.

GET /v1/tags/contact-counts

Parameters

Query parameters

tagIds
string

Responses

200 — Successful response

Content-Type: application/json

error
boolean required
data
object required
data.counts
object required

Example

{
  "error": false,
  "data": {
    "counts": {}
  }
}

400

No response body.

401

No response body.

403

No response body.

404

No response body.

429

No response body.

500

No response body.

Code samples

curl https://api.prod.getdex.com/v1/tags/contact-counts \
  --header 'Authorization: Bearer YOUR_API_KEY'
Copyright © 2026