Get current user’s profile information
Returns user profile with subscription tier and usage limits
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
User profile with subscription and usage information.
Unique user identifier (UUID).
User's email address.
Whether the user's email has been verified.
Authentication method: 'email' or 'google'.
Current plan: 'free', 'plus', 'pro', or 'enterprise'.
Subscription status: 'active', 'canceled', or 'past_due'.
Maximum operations allowed per month. -1 means unlimited.
Operations used this billing cycle.
Operations remaining this cycle.
User's display name.
URL to user's profile photo.
User preferences (e.g., approval_mode, model_tier).
ISO 8601 timestamp when the account was created.
ISO 8601 timestamp of the last login.