Skip to main content
POST
/
api
/
contacts
/
counts
Get contact counts for filters
curl --request POST \
  --url https://your-instance.example.com/api/contacts/counts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "search": "<string>",
  "source": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
source
string

Response

Counts returned

{key}
integer