Oore CI
ReferenceAPIOperationsIntegrations

Complete the GitLab OAuth callback

Exchanges GitLab's authorization code and redirects the browser. Callback errors are rendered as HTML.

Operation IDgitlab_callback
GET
/v1/integrations/gitlab/callback

Exchanges GitLab's authorization code and redirects the browser. Callback errors are rendered as HTML.

Query Parameters

code?string

GitLab authorization code

state?string

Sealed GitLab OAuth state

error?string

GitLab OAuth error code

error_description?string

GitLab OAuth error description

Response Body

text/html

curl -X GET "https://example.com/v1/integrations/gitlab/callback"
"string"