Me

get
Respuestas
200Éxito
application/json
get
/api/auth/me
GET /api/auth/me HTTP/1.1
Host: 
Accept: */*
{
  "_id": {},
  "name": "text",
  "rut": "text",
  "email": "text",
  "isFirstTime": true,
  "emailVerified": true,
  "acceptedTerms": true,
  "fcmToken": "text",
  "verificationToken": "text",
  "password": "text",
  "position": "text",
  "phone": "text",
  "roles": [
    "text"
  ],
  "avatar": {},
  "company": {},
  "assignedAgency": {},
  "createdAt": "2025-12-06T04:42:10.690Z",
  "updatedAt": "2025-12-06T04:42:10.690Z",
  "isDeleted": true,
  "checkPassword": {}
}

Última actualización

¿Te fue útil?