---
title: "Get phone check statistics"
method: POST
path: "/contacts/lookup/statistics"
tags: ["Contacts"]
---

# Get phone check statistics

`POST /contacts/lookup/statistics`

REQUIRED SCOPES <code>['contacts:write']</code>

## Query parameters

- `bulk_all` boolean
- `contact_ids` string
- `query` string

## Response `200`

Successful operation

- object
  - `all_count` integer
  - `unchecked_count` integer
  - `landline_count` integer
  - `checked_count` integer
  - `voip_count` integer
  - `mobile_count` integer
  - `undefined_count` integer
  - `invalid_count` integer
  - `valid_count` integer

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
