Get Profile
Accounts
Get Profile
Manage the signed-in user’s account settings
GET
Get Profile
CLI:
Overview
Returns the current user’s account, billing summary, and safe stored profile context. The response includes:account- auth-owned identity fields such asid,email, andfullName.profile-firstName,lastName, company name/logo/website, company and personal LinkedIn URLs, and stored onboarding company/market/signals context when present.billing- the current plan and billing state available to the caller.canManageAuth-trueonly for a browser-session caller that is the signed-in user acting as themselves. Bearer API-key callers receivefalse.
AI agent notes
Use this as the account-settings read before changing a user’s profile name or when you need the stored company context returned with the account. Treat absent profile/context fields as unknown rather than inventing values. The public Bearer-token API can updatefirstName and lastName. Login email and password changes always require a signed-in human using a browser session; do not attempt them with an API key. If canManageAuth is false, direct the human to the dashboard rather than retrying.
This is not the company/ICP profile. Use Get Company Profile when you need GTM context for Feed and Lead Finder search preparation, reassessment, or outbound message generation.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Successful response.