---
title: "Get contact"
method: GET
path: "/contacts/{ContactID}"
tags: ["Contacts"]
---

# Get contact

`GET /contacts/{ContactID}`

This method is responsible for returning all of you contact’s metadata

## Path parameters

- `ContactID` string, required — Contact ID

## Response `200`

OK

- Contact
  - `id` string, required — WA ID
  - `phone` string — Phone number
  - `name` string, required — Contact title from contact book
  - `pushname` string — Account name from WA or WA Business name
  - `is_business` boolean — Is a business account
  - `profile_pic` string — Profile picture URL
  - `profile_pic_full` string — Profile full picture URL
  - `status` string — Contact status
  - `phonebook` boolean — If true, the contact is present in the WhatsApp address book on the primary phone
  - `saved` boolean — Deprecated alias for phonebook

## Other responses

- `400` — Wrong request parameters
- `404` — Specified contact not found
- `500` — Internal Error

---

[API](https://skmtc.dev/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.dev/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/revisions/40ab05abffdb/schema)
