v4

latestOpenAPI 3.1.02026-08-08349225311.7 KB
user

Get User Profile

Get the authenticated user's profile.

Requires: JWT token (session cookie or Authorization header)

Returns: { "id": 123, "email": "user@example.com", "name": "John Doe", "created_at": "2025-01-15T10:30:00Z", "last_login": "2025-01-16T14:20:00Z" }

get/api/user/profile

Response

Successful Response

idinteger required
emailstring required
namestring required
created_atstring required
last_loginstring required