Obtener perfil del usuario autenticado
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
GET
/auth/profile
Perfil
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.hiveflow.com/api/auth/profile'
Response Response Example
{
"success": true,
"user": {
"_id": "string",
"email": "user@example.com",
"name": "string",
"status": "active",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
}
Request
None
Responses
Modified at 2025-06-19 15:26:15