Skip to main content
GET
/
api
/
v1
/
git
/
providers
/
github
/
authorize
GitHub OAuth authorize
curl --request GET \
  --url http://localhost:3000/api/v1/git/providers/github/authorize \
  --cookie nut-session=
{
  "success": true,
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Response

Redirect to GitHub OAuth