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

Use cases

  • Display a note count on a contact profile or dashboard
  • Show interaction frequency metrics
  • Monitor note-taking activity 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