cURL
curl --request GET \ --url https://api.example.com/profile \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "email": "<string>", "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "user_type": "provider", "email_verified": false, "profile": {}, "effective_tier": "free", "is_admin": false, "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "team_role": "<string>", "team_name": "<string>" }
Get your user profile.
Required scope: read
read
Returns all profile information including company details, role, seniority, location, and AI configuration.
Successful Response
Schema for user response.