Skip to main content
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 as id, email, and fullName.
  • 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 - true only for a browser-session caller that is the signed-in user acting as themselves. Bearer API-key callers receive false.

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 update firstName 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response.