latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-21162526470.1 KB

52f1d8aaf083

Discovery

Current User

Returns info about the authenticated user.

get/api/v1/user

Response

User info

loginstring required

User's login identifier (e.g. GitHub username).

Example response

{
  "login": "octocat"
}