GET
/
v1
/
users
/
me
curl --request GET \
  --url https://api.codegen.com/v1/users/me
{
  "id": 123,
  "email": "<string>",
  "github_user_id": "<string>",
  "github_username": "<string>",
  "avatar_url": "<string>",
  "full_name": "<string>"
}

Headers

authorization
any

Response

200
application/json

Successful Response

Represents a user in API responses