DevZero Logo
DevZero

github authorization callback

GET
/github/authorize
/github/authorize

Query Parameters

codestring

If specified, this is the code for exchanging a user access token

installation_idinteger

If specified, this is the installation id of the app

Format: "int64"

statestring

If specified, this indications which user/team installation this callback corresponds to

curl -X GET "https://api.devzero.io/backend/v0/github/authorize?code=string&installation_id=0&state=string"

OK

{
  "message": "string"
}