Where can I find the GitHub ID in my account?

It can be easily retrieved using GitHub API:

https://api.github.com/users/your_github_user_name

where instead of your_github_user_name you must use the desired GitHub username.


Example:
https://api.github.com/users/github

Leave a Comment