DevZero Logo
DevZero

returns a link for the user to authorize dz github app within the context of a team

GET
/v2/teams/{team_id}/authorize_github
/v2/teams/{team_id}/authorize_github

Path Parameters

team_id
Required
string

ID of team

Header Parameters

Authorization
Required
string

sub claim pulled from JWT

curl -X GET "https://api.devzero.io/backend/v0/v2/teams/string/authorize_github" \
  -H "Authorization: string"

OK

{
  "github_user_permit_url": "string"
}