Endpoint
Authentication
Requires authentication via session cookie.Request
No input parameters required.Response
Returns the user’s profile data.Profile image URL
User’s username (lowercase, unique)
User’s bio (max 160 characters)
GitHub username (max 39 characters)
Twitter/X handle (max 15 characters)
Personal website URL
Whether the profile is publicly visible
Example
Source
- Implementation:
server/procedures/profile.ts:7 - Router:
server/router.ts:45