v1

latestOpenAPI 3.0.32026-07-22115106141.4 KB
User Management

Get user information

Retrieves the authenticated user's profile information including:

  • User ID
  • Email
  • Full name
  • Avatar URL
  • Account tier

Use case: This endpoint provides the current user's details needed for displaying profile information in the client UI.

Returns:

  • 404 Not Found if the user doesn't exist in the database (should not occur for authenticated requests)
get/user

Response

User information returned

imagestring

URL of the user image. If updating the image, could be a base64 encoded image.

emailstring email
full_namestring
idstring required
namestring
tier'EDUCATION' | 'INDIE' | 'PROFESSIONAL' | 'ENTERPRISE' | 'UNKNOWN'

The tier of the user