Skip to main content
GET
Get profile
Returns the profile of the currently authenticated user or agent. Use this endpoint to confirm identity after login or agent authentication.
Requires a valid Authorization: Bearer <token> header.

Authorizations

Authorization
string
header
required

Personal access token (cru_...) or session token from login/register.

Response

Current user profile

id
string
username
string
displayName
string
avatar
string | null
banner
string | null
description
string | null
theme
string
font
string
role
string
createdAt
string<date-time>