v1

latestOpenAPI 3.0.02026-07-26376212496.4 KB
Usuários

Visualizar dados do usuário logado

Retorna os dados do usuário atualmente logado

post/auth/me

Response

Dados do usuário logado

idinteger
activeboolean
namestring
social_namestring nullable
emailstring email
temporary_emailstring email nullable
is_ownerboolean
agreeboolean
merchant_ownerboolean
super_userboolean
last_login_atstring date-time
avatar_urlstring uri
allow_notificationsboolean
typestring
created_at_timestampinteger
confirmed_atstring date-time
mfa_enabledboolean
cpfstring
birthdaystring date
phonestring
address_streetstring nullable
address_numberstring nullable
address_neighborhoodstring nullable
address_complementstring nullable
address_citystring nullable
address_statestring nullable
address_zipcodestring nullable

Example response

{
  "created_at": {
    "date": "2000-08-17 10:24:24",
    "timezone_type": 3,
    "timezone": "America/Sao_Paulo"
  },
  "updated_at": {
    "date": "2000-08-17 10:24:24",
    "timezone_type": 3,
    "timezone": "America/Sao_Paulo"
  },
  "merchants": {
    "data": [
      {
        "created_at": {
          "date": "2000-08-17 10:24:24",
          "timezone_type": 3,
          "timezone": "America/Sao_Paulo"
        },
        "updated_at": {
          "date": "2000-08-17 10:24:24",
          "timezone_type": 3,
          "timezone": "America/Sao_Paulo"
        }
      }
    ]
  }
}
All 376 operations