v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
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"
}