---
title: "Lê perfil do negócio"
method: GET
path: "/v1/organizations/me/business-profile"
tags: ["business-profile"]
---

# Lê perfil do negócio

`GET /v1/organizations/me/business-profile`

## Response `200`

Perfil

- BusinessProfileResponse
  - `id` string, uuid, nullable
  - `displayName` string, nullable
  - `vertical` string, nullable
  - `description` string, nullable
  - `aboutShort` string, nullable
  - `email` string, nullable
  - `websites` string[], nullable
  - `businessHours` object, nullable
  - `profilePhotoUrl` string, nullable
  - `awayMessage` string, nullable
  - `metaSyncStatus` 'PENDING' | 'SYNCED' | 'FAILED' | 'PARTIAL' | 'NO_SENDER', required
  - `metaSyncedAt` string, date-time, nullable
  - `metaSyncError` string, nullable
  - `updatedAt` string, date-time, nullable

## Other responses

- `401` — Token ausente ou inválido

---

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