Skip to main content

Start the GitLab OAuth flow

POST 

/api/v1/integrations/gitlab/connect

Mint a signed state token and return the GitLab OAuth authorize URL.

Clients redirect the browser to the returned redirect_url. After the user completes OAuth, GitLab redirects back to /integrations/gitlab/callback with the authorization code.

  • Scope required: integrations:manage.

Request

Responses

Successful Response