Github
Github User Info
Get Github user info
GET
/
api
/
v2
/
github
/
user
/
info
Header
x-api-key
string
requiredThis parameter specifies the private key you’ll need for Piloterr access.
Parameters
query
string
Github user url or an email address : https://github.com/torvalds
or torvalds
or name@company.com
Response
user
User Object
id
string
Github user id
name
string
Github user name
email
string
Github user email
login
string
Github user login
company
string
Github user company
location
string
Github user location
ssh_keys
string
Github user ssh keys
followers
string
Github user followers
following
string
Github user following
avatar_url
string
Github user avatar url
created_at
string
Github user created at
updated_at
string
Github user updated at
public_gists
string
Github user public gists
public_repos
string
Github user public repos
Was this page helpful?