Get User Profile

Get the current user's profile. Returns: - Email and name - Bio and job role - Avatar URL - Newsletter subscription status - Onboarding status

Authentication

AuthorizationBearer

API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.

Response

User details retrieved successfully
emailstringformat: "email"
namestring or null
idstringformat: "uuid"
is_onboardingboolean
biostring or nullOptional
avatar_urlstring or nullOptional
subscribed_to_newsletterbooleanOptionalDefaults to false
job_roleenum or nullOptional

Errors

401
Unauthorized Error
500
Internal Server Error