Get current user Git info
GET /api/v1/users/git-info
Get the current authenticated user's metadata from the git provider.
Responses
| Status | Description |
|---|---|
200 | Successful Response |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
id | string | yes | — |
login | string | yes | — |
avatar_url | string | yes | — |
company | `string | null` | no |
name | `string | null` | no |
email | `string | null` | no |
Operation ID: get_current_user_git_info_api_v1_users_git_info_get