---
title: "Contact Detail"
method: GET
path: "/contact/info"
---

# Contact Detail

`GET /contact/info`

The Contact Detail endpoint allows users to fetch specific details about a registered contact. This is limited to contacts that are already available through the All Contact endpoint. By passing the appropriate contact ID, users can retrieve in-depth information about a particular contact, such as their name, status, phone number, and possibly additional metadata. This feature is useful in applications where detailed contact profiles are needed, such as customer relationship management (CRM) systems, communication platforms, or automated contact lists. It allows developers to display comprehensive contact information to end-users or other services.

## Query parameters

- `contact_id` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` string
    - `name` string
    - `phone_number` string
    - `verified_name` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crunchz/apis/live-2.md) · [All operations](https://skmtc.net/crunchz/apis/live-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crunchz/live-2/versions/14e6b45e8808/schema)
