Skip to main content
GET
/
v1
/
contacts
/
count
Count contacts
curl --request GET \
  --url https://api.prod.getdex.com/v1/contacts/count \
  --header 'Authorization: Bearer <token>'
{
  "error": true,
  "data": {
    "count": 123
  }
}

Use cases

  • Display a contact count on a dashboard or summary view
  • Check usage metrics before performing bulk operations
  • Monitor contact database growth over time

Authorizations

Authorization
string
header
required

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

Query Parameters

where
object

Response

Successful response

error
boolean
required
data
object
required