UsuarioUsers
Get My Profile
Get current user profile with subscription information.
GET
/api/v1/users/mev1 · ESTABLEGET /api/v1/users/me
Get current user profile with subscription information.
Returns complete user profile including:
- Personal information (name, email, RUT, etc.)
- Subscription details (plan, quota usage, etc.)
- Account status and restrictions
Authentication: Required (API token via X-API-Token)
Rate Limiting: Not rate-limited
Example Response:
For an account in evaluation mode (billing_mode="evaluation") the
subscription field is null. Internal id and api_token
are never exposed (see UserProfileResponse).
Respuestas
200Successful Response
Forma de la respuesta
Código 200. Estructura del JSON devuelto.