I am trying to access GitHub private repo of my organization from postman.
Here is what I am doing...
Get EndPoint
https://api.github.com/repos/_orgs/_repo
Headers
Content-Type : application/json
Authorization
OAUTH 2.0
I have generated personal access token from my github account and passed it as a token in OAuth.
Response
Status Code : 404
{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3/repos/#get"
}
Any Suggestions/recommendations/thoughts would be helpful.
Thanks
Updated
I try the suggestion
Here password is my github token. Make sure that you haven't passed anything along with Headers. It's worked