> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Atualizar Perfil da Empresa

> Atualize as informações públicas do perfil do WhatsApp Business

<Note>
  Requer token de instância associado ao número de telefone. O número é resolvido automaticamente pelo token — não é necessário informar o `phone-number-id`.
</Note>

## Parâmetros

### Body

<ParamField body="about" type="string">Texto "sobre" (máx. 139 caracteres).</ParamField>
<ParamField body="address" type="string">Endereço físico.</ParamField>
<ParamField body="description" type="string">Descrição da empresa.</ParamField>
<ParamField body="email" type="string">E-mail de contato.</ParamField>
<ParamField body="websites" type="array">URLs do site (máx. 2).</ParamField>
<ParamField body="vertical" type="string">Segmento: `RETAIL`, `FINANCE`, `HEALTH`, `HOTEL`, `RESTAURANT`, `EDUCATION`, entre outros.</ParamField>
<ParamField body="profile_picture_handle" type="string">Handle de upload da foto de perfil (obtido via Resumable Upload API).</ParamField>

## Exemplo

```json theme={null}
{
  "about": "Vendemos os melhores produtos",
  "address": "Av. Paulista, 1000 - São Paulo, SP",
  "email": "contato@loja.com",
  "websites": ["https://loja.com"],
  "vertical": "RETAIL",
  "profile_picture_handle": "4::aW1hZ2UvcG5n..."
}
```
