---
title: "Check Contact Exists"
method: POST
path: "/contacts/check"
tags: ["contacts"]
---

# Check Contact Exists

`POST /contacts/check`

This endpoint checks if contacts exist on WhatsApp

## Headers

- `x-phone` string

## Request body

- object
  - `contact_ids` string[], required — - Array of contact IDs to check. Must be formatted as country_code + number (e.g., 918527184400). It should be a non-empty array

## Response `200`

200 OK

- object[]
  - `contact_id` string — The contact_id of the contact
  - `exists` boolean — Whether the contact exists on WhatsApp

---

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