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"
}

Changes

No recorded changes to this endpoint across all 134 revisions of this API.