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

# Get contact about

`GET /contacts/{ContactID}/about`

получить About-текст WhatsApp-профиля по номеру/ContactID.

## Path parameters

- `ContactID` string, required — Contact ID

## Response `200`

OK

- ContactAbout
  - `about` string — WhatsApp profile About text.

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for getting user info
- `402` — Trial version limit exceeded
- `404` — Specified user 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)
