Returns the profile of the authenticated user. Works with all authentication strategies (Local, JWT, Google OAuth, API Key). Use Authorization: Bearer <api-key> or X-API-Key header.
GET
/
api
/
v1
/
users
/
profile
Get current user profile
curl --request GET \
--url https://flowra.dev/api/v1/users/profile \
--header 'x-api-key: <api-key>'