---
title: "Visualizar dados do usuário logado"
method: POST
path: "/auth/me"
tags: ["Usuários"]
---

# Visualizar dados do usuário logado

`POST /auth/me`

Retorna os dados do usuário atualmente logado

## Response `200`

Dados do usuário logado

- User — Informações de um usuário.
  - `id` integer
  - `active` boolean
  - `name` string
  - `social_name` string, nullable
  - `email` string, email
  - `temporary_email` string, email, nullable
  - `is_owner` boolean
  - `agree` boolean
  - `merchant_owner` boolean
  - `super_user` boolean
  - `last_login_at` string, date-time
  - `avatar_url` string, uri
  - `allow_notifications` boolean
  - `type` string
  - `created_at` BaseTimestamp
    - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
    - `timezone_type` integer — Número de representação do timezone.
    - `timezone` string — Fuso horário associado.
  - `created_at_timestamp` integer
  - `updated_at` BaseTimestamp
    - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
    - `timezone_type` integer — Número de representação do timezone.
    - `timezone` string — Fuso horário associado.
  - `confirmed_at` string, date-time
  - `mfa_enabled` boolean
  - `cpf` string
  - `birthday` string, date
  - `phone` string
  - `address_street` string, nullable
  - `address_number` string, nullable
  - `address_neighborhood` string, nullable
  - `address_complement` string, nullable
  - `address_city` string, nullable
  - `address_state` string, nullable
  - `address_zipcode` string, nullable
  - `merchants` object
    - `data` Merchant[]
      - `id` integer
      - `preset_id` integer, nullable
      - `active` boolean
      - `internal_active` boolean
      - `is_marketplace` boolean
      - `is_partner` boolean
      - `use_only_checkout` boolean
      - `profile` string
      - `alias` string
      - `has_domain` boolean
      - `domain` string, nullable
      - `base_url` string, uri
      - `name` string
      - `icon_url` string, uri, nullable
      - `logo_url` string, uri, nullable
      - `has_subscription` boolean
      - `has_charges` boolean
      - `has_marketplace_accounts` boolean
      - `has_shopify` boolean
      - `has_affiliations` boolean
      - `coupon_created` boolean
      - `order_bump_created` boolean
      - `upsell_created` boolean
      - `pixel_created` boolean
      - `owner_id` integer
      - `owner_email` string, email
      - `owner_created_at` string, date-time
      - `domains_list` string[]
      - `tags` string[]
      - `has_services` object
        - `shopifyapp` boolean
        - `bling` boolean
        - `woocommerce` boolean
        - `mago` boolean
        - `tiny` boolean
      - `shopify_integration` string, nullable
      - `has_credit_card` boolean
      - `created_at` BaseTimestamp
        - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
        - `timezone_type` integer — Número de representação do timezone.
        - `timezone` string — Fuso horário associado.
      - `updated_at` BaseTimestamp
        - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
        - `timezone_type` integer — Número de representação do timezone.
        - `timezone` string — Fuso horário associado.
      - `subscription` object
        - `plan` string
        - `status` string
  - `group` object
    - `data` unknown[]
      - unknown
  - `notification_types` object
    - `data` unknown[]
      - unknown
  - `lead_data` object
    - `data` unknown[]
      - unknown

## Other responses

- `401` — Acesso não autorizado, verifique o User-Token e o User-Secret_Key

---

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