ReferenceAPIOperationsIntegrations
Complete the GitLab OAuth callback
Exchanges GitLab's authorization code and redirects the browser. Callback errors are rendered as HTML.
Operation ID
gitlab_callbackExchanges 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"