---
title: "Get contact count"
method: GET
path: "/api/ext/v3/contacts/count"
tags: ["Contacts"]
---

# Get contact count

`GET /api/ext/v3/contacts/count`

## Query parameters

- `date_from` string
- `date_to` string

## Response `200`

Returns the contact count.

- GetContactCountResponse — Response model for getting contact count.
  - `contact_count` integer — The contact count.

## Other responses

- `400` — The request is invalid.
- `401` — The request is unauthorized.
- `403` — The request is forbidden.
- `429` — Too many requests. Either the rate limit has been exceeded or usage limits have been reached.
- `500` — Unexpected error occurred. Please try again.

---

[API](https://skmtc.dev/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.dev/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/revisions/dee16d2c7d41/schema)
