---
title: "get_profile"
method: POST
path: "/{instance_id}/api/v1/get_profile"
---

# get_profile

`POST /{instance_id}/api/v1/get_profile`

Retorna informações de um contato

## Path parameters

- `instance_id` string, required

## Request body

- object
  - `number` string, required — Número do WhatsApp (ex: `62953907197`)

## Response `200`

200

- object
  - `eurl` string
  - `imgUrl` string
  - `jid` string
  - `name` string
  - `pushname` string
  - `setAt` string
  - `status` string
  - `tag` string

## Other responses

- `401` — 401

---

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