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
email
name
id
is_onboarding
bio
avatar_url
job_role
Errors
401
Unauthorized Error
500
Internal Server Error