cURL
curl --request GET \ --url https://api.example.com/v1/users/profile
{ "id": "<string>", "email": "<string>", "username": "<string>", "display_name": "<string>", "github_username": "<string>", "joined_at": "<string>", "bio": "<string>", "website_url": "<string>", "linkedin_url": "<string>", "twitter_url": "<string>", "avatar_url": "<string>", "username_suggestion": "<string>" }
Return current user’s profile.
Successful Response
Response body for profile endpoints.